Introduction to .NET Microservices (.NET 8)

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

ความคิดเห็น • 184

  • @MuzammilGosoddin
    @MuzammilGosoddin 7 หลายเดือนก่อน +10

    I have 7+ Exp in Reputed MNC. But for clearing 2.30 hr of video taking 2 Days Time.
    Really nice project.
    im learing somanythings here

  • @shubhamkGupta
    @shubhamkGupta ปีที่แล้ว +26

    Such a great tutorial! Being an experienced developer, still I am learning so much from this video. Thanks a lot Sir! You are a genius man.

  • @sptrailwork6923
    @sptrailwork6923 9 หลายเดือนก่อน +2

    Thank you for your dedication to providing quality content that genuinely helps me. Your expertise has made a significant impact on my understanding, and I'm incredibly appreciative of the effort you put into creating such valuable resource.

  • @tayebhimel4493
    @tayebhimel4493 ปีที่แล้ว +12

    Please keep up your good work. Thanks for your contribution for the community.

  • @RedPandaSoft
    @RedPandaSoft 4 หลายเดือนก่อน +2

    Thanks for your contribution for the community

  • @pankajrai9054
    @pankajrai9054 11 หลายเดือนก่อน +60

    Who is watching in 1.5x speed😂

    • @carloquibot
      @carloquibot 11 หลายเดือนก่อน

      HAHAHHAHAH

    • @shahriarmahmud6637
      @shahriarmahmud6637 11 หลายเดือนก่อน +2

      Thanks for the suggestion, I started with 1.5x right from the start, because of this comment.

    • @GovindSharma-jw1sy
      @GovindSharma-jw1sy 10 หลายเดือนก่อน +3

      1.25 is good 👍

    • @jaymartinez311
      @jaymartinez311 9 หลายเดือนก่อน +1

      1.65 is the sweat spot 😂

    • @yasminacherfi9755
      @yasminacherfi9755 9 หลายเดือนก่อน

      Me 😂😂😂😂😂

  • @akashrokade12
    @akashrokade12 ปีที่แล้ว +4

    Thank you for your contribution for this community

  • @saeedshayanmehr5271
    @saeedshayanmehr5271 11 หลายเดือนก่อน +4

    It was the best micro services course I have seen. Very excellent and detailed with clean coding and an interesting example. Thank you.

  • @manjuanoop7239
    @manjuanoop7239 หลายเดือนก่อน +1

    Awesome tutorial and good presentation. Thank you for sharing this topic.

  • @SwajRizwan
    @SwajRizwan 10 หลายเดือนก่อน +2

    Excellent tutorial.. very well explained.
    i have 1 question. what should be best way to query data? for example in future data will be huge.. how can we query data from two microservices efficiently?

  • @BloobUbloobok
    @BloobUbloobok 3 หลายเดือนก่อน +4

    1:00:21 Sorry, but what is the reason of having ResponseDto as a shared Field in Controller? and mutate it in controller methods, that does not look safe.
    In general, thanks for this video.

  • @geco0ol
    @geco0ol หลายเดือนก่อน +3

    I was wondering why would you start the presentation by defining a coupon model, when you didn't talk about products, orders, users, authentication, etc ?

  • @MarkoAvram-m6f
    @MarkoAvram-m6f ปีที่แล้ว +1

    Happy to see notification 🔔 with your name on it. 🙏

  • @sidjaix
    @sidjaix 3 หลายเดือนก่อน +2

    This is very informative! I’m developing a microservices project for e-commerce, but I’m using a single database. Should I consider using individual databases for each API?

  • @devlyf8521
    @devlyf8521 8 หลายเดือนก่อน +3

    It's amazing but you did not implement Gateway code

  • @rahulawasthi886
    @rahulawasthi886 ปีที่แล้ว +1

    Everyone who views this video must like it, because the efforts can be seen in a broader way.
    He is the best tutor of dotnet over the web like an eagle in the sky.

  • @sumitevs
    @sumitevs 11 หลายเดือนก่อน +1

    i completed an 8hr tutorial. :) Excellent content!

    • @Roy-xd5mw
      @Roy-xd5mw 8 หลายเดือนก่อน +1

      I have not started yet, can you pls confirm me that vdo is for Microservice MVC net project.

  • @jith543
    @jith543 5 หลายเดือนก่อน

    Amazing video. Helped me learn microservices with easy to understand real world scenario. This is best video I have seen on Microservices. In additional to microservices, there were general useful tips through out the video.

  • @nursultanesirkegenov3289
    @nursultanesirkegenov3289 8 หลายเดือนก่อน

    Wow! It's amazing. Thank you for this course.

  • @kavitautube123
    @kavitautube123 8 หลายเดือนก่อน

    Great content. Excellent explanation. Thank you

  • @فريقالأبطال-ت2ك
    @فريقالأبطال-ت2ك ปีที่แล้ว

    Thank you very much
    I was looking for a microservices and your videos just came up

  • @syedtufailahmed8803
    @syedtufailahmed8803 ปีที่แล้ว

    Firstly thank you for coming up with this video as it really helped me to polish and build my understanding more over microservices and implementation of authentication in web api. Also can you let me know in which section of this video you have implemented rabbitMQ?

  • @PANDEY2020
    @PANDEY2020 ปีที่แล้ว +6

    Thank you. Can you add new course related unity testing framework. ❤

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว +6

      Great suggestion! I will add that to my queue

  • @b000ta
    @b000ta ปีที่แล้ว

    Very simple yet informative explanation for each step. However, I would like to see a tutorial on dynamic User Role/Permission generator by listing all actions under controllers for admin user to create/select permissions. Any assistance will be highly appreciated.

  • @samiullah-nw8ci
    @samiullah-nw8ci 4 หลายเดือนก่อน +1

    Awesome work, but at 5:48:04, you are adding the HTTP request to product API? Don't you think if product service is down, it will cause the issue to cart API as well? Cart API will get tightly coupled to product API, whole idea of microservice will destroy!
    Apart from above, awesome work man! if you can resolve the above that will be great! Thanks

  • @GuilhermeSantos-jx9mk
    @GuilhermeSantos-jx9mk ปีที่แล้ว

    Great Tutorial! If you could add timestamps for each step in the video it would be even greater!

  • @Sunwarul
    @Sunwarul ปีที่แล้ว +1

    Thank you so much for this course. Helps a lot. Looking for the next one!

  • @ShaanShaban-zm8ul
    @ShaanShaban-zm8ul หลายเดือนก่อน +2

    Waiting for part-2

  • @b33hzad
    @b33hzad 5 หลายเดือนก่อน

    Simply the best, keep up good work.

  • @MTSightseeing
    @MTSightseeing ปีที่แล้ว +1

    Hi sir, your videos are very very helpful so please make daily videos or in a week one video if possible.

  • @williamsalazar2624
    @williamsalazar2624 3 หลายเดือนก่อน

    Great Job and Fantastic Teacher. What is the difference between this course and the one I bought at UDEMY?

  • @rezvlt9285
    @rezvlt9285 ปีที่แล้ว

    Your voice is so calming - I love your teaching style.

  • @laxregula9007
    @laxregula9007 ปีที่แล้ว +2

    Hi Bhrugen, I subscribed to this course on Udemy. It would have been better if you had used the AZURE API Gateway instead of OCELETS. Could you please do a video on microservices with API Gateway?

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว +3

      API gateway is typically used when configuration is much more intensive! I will try to see if I can do a video on that in future

    • @laxregula9007
      @laxregula9007 ปีที่แล้ว

      @@DotNetMastery Thank you 🙏

    • @welldyrosman2452
      @welldyrosman2452 ปีที่แล้ว

      I originally intended to buy this class on udemy, but I saw that the class is on TH-cam, so what's the difference between the two?

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว +1

      @@welldyrosman2452 udemy has much more content where we communicate between more services. We see topics and subscriptions, ocelot gateway azure deployment, rabbitmq and much more

  • @hasnainazizi5831
    @hasnainazizi5831 ปีที่แล้ว +1

    Your videos are always addicted. Keep up the good work. If you could please make a video on CQRS with mediator. It would be appreciated

  • @helloshivans
    @helloshivans หลายเดือนก่อน

    Obviously great tutorial.

  • @Hiromi44444
    @Hiromi44444 4 หลายเดือนก่อน

    Thank you for this great course!

  • @hapd4340
    @hapd4340 ปีที่แล้ว

    This is a great tutorial, could you create a video for deployment example of this microservice application to make it a complete mini application?

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว

      I do show the complete deployment in the course on dotnetmastery.com

  • @fatbardhdurmishi
    @fatbardhdurmishi 9 หลายเดือนก่อน

    Hi, Great course. I have only one problem though, when I publish the app in Azure app service, only one user can be logged in, for example, if I login with a user in Chrome, and after i open the app in Firefox and login with another user, the user in Firefox appears in Chrome as well after, i am doing the authentication and authorization as you do it. Thank you!

  • @vichitraveersingh7006
    @vichitraveersingh7006 2 หลายเดือนก่อน

    Where can I find Project Code snippets, can anybody provide me the link. It would be a great help.

  • @HazwanHarris
    @HazwanHarris 9 หลายเดือนก่อน

    Hi, Newbie coder here. I'm having trouble at 1:22:43. I got an error that said "must declare a body because it is not marked abstract or extern" on the "sendAsync" function. Any advice?

  • @dotnetMasterCSharp
    @dotnetMasterCSharp 10 หลายเดือนก่อน

    Thank you! Perfect free course!

  • @wusswuzz5818
    @wusswuzz5818 5 หลายเดือนก่อน

    @DotNetMastery can I skip the service bus bit and use the RabbitMQ bit, is it a comparable drop in replacement that will achieve the same result?

  • @AmitDas-x2j
    @AmitDas-x2j 3 หลายเดือนก่อน

    thank you! you are doing a very good job

  • @VenuMadhavPendurthi
    @VenuMadhavPendurthi 5 หลายเดือนก่อน

    There is no option for package manager console in Mac.. what to do now?

  • @ftabdulahad5221
    @ftabdulahad5221 ปีที่แล้ว +1

    pls make video on gRPC with microservices

  • @dilakshaaveesh4360
    @dilakshaaveesh4360 ปีที่แล้ว

    Great! was looking for microservices tutorial and got it from the best. Thank you sir!

  • @NaikIsKing
    @NaikIsKing ปีที่แล้ว

    Excellent tutorial for Microservices

  • @victorlevandovskiy2798
    @victorlevandovskiy2798 ปีที่แล้ว

    Great tutorial. I have one question. Why service bus client is not a singleton?

  • @BalwantDhanda
    @BalwantDhanda 10 หลายเดือนก่อน

    Superb video a lot to learn

  • @jaswanthjashu4998
    @jaswanthjashu4998 11 หลายเดือนก่อน

    can you share the continuation of this video link

  • @jeetharshit
    @jeetharshit ปีที่แล้ว +1

    Can we develop the microserives with azure function apps?

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว +1

      It depends on the scope of the APi but if they are small endpoints you can of course have few functions with microservices

  • @khizarkhan2250
    @khizarkhan2250 3 หลายเดือนก่อน

    can we use rabbitMq over the azure service bus

  • @erkazoid3135
    @erkazoid3135 7 หลายเดือนก่อน

    Hi!
    Great content! Sorry if i missed something regarding this, but at 1:56:55 is there any link for accessing the snippets for us doing the course at youtube and not udemy. :)
    You are amazing!

  • @projektblue108
    @projektblue108 11 หลายเดือนก่อน

    i getting error with refused localhost can help me ??

  • @danle2245
    @danle2245 8 หลายเดือนก่อน

    Thanks for your excellent sharing.
    By the way, can you show me where to download Snippets folder?
    Thanks again : )

    • @DotNetMastery
      @DotNetMastery  8 หลายเดือนก่อน

      Check out dotnetmastery.com in the course details!

  • @nithya7942
    @nithya7942 9 หลายเดือนก่อน

    Thank you for the video. Request to clarify on the following error. AutoMapper.Extensions.Microsoft.DependencyInjection 12.0.1 is deprecated. So I used Microsoft.Extensions.DependencyInjection. I get the mapping error in the controller - Missing type map configuration or unsupported mapping. Any help is greatly appreciated. Thanks in advance.

    • @___saurabh.sharma___
      @___saurabh.sharma___ 8 หลายเดือนก่อน

      Hi, Did you got the solution of this error because I am also facing same problem.

    • @piotrrownicki5458
      @piotrrownicki5458 8 หลายเดือนก่อน

      Just delete this one line. Everything will work fine.

    • @muhammedmucahit7335
      @muhammedmucahit7335 8 หลายเดือนก่อน

      with automapper 13 it's included. No need to install it seperately.

  • @nueledem3525
    @nueledem3525 ปีที่แล้ว

    Such a great teacher!!!

  • @husainmusaji7645
    @husainmusaji7645 10 หลายเดือนก่อน

    amazing explanation

  • @ВладКорзун-х9я
    @ВладКорзун-х9я ปีที่แล้ว

    icrosoft.EntityFrameworkCore.DbUpdateException: "An error occurred while saving the entity changes. See the inner exception for details."
    SqlException: Cannot insert explicit value for identity column in table 'Products' when IDENTITY_INSERT is set to OFF. How fix it?

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว

      You should empty the navigation property since you do not want to create them

  • @HariprasadP.
    @HariprasadP. 7 หลายเดือนก่อน

    How to create only users table using identity?

  • @kobakamladze4175
    @kobakamladze4175 7 หลายเดือนก่อน

    Could you please add time codes? Thanks in advance!

  • @BharathKumar-sb7nm
    @BharathKumar-sb7nm 5 หลายเดือนก่อน +1

    Rather than focusing on microservices, the video mostly concentrated on creating a .NET Core application.

  • @paulsch8334
    @paulsch8334 ปีที่แล้ว

    Hey, great tutorial so far. Would the Community Edition of VS 2022 be enough for this? If so, which components do I need to install the least? Thanks in advance, sir!

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว +1

      You will need VS preview since .net 8 is in preview right now

  • @ВладКорзун-х9я
    @ВладКорзун-х9я ปีที่แล้ว

    will there be a register of services in this course? I watch this course on Udemy

  • @shoukatmalik6013
    @shoukatmalik6013 ปีที่แล้ว

    thanks for very detail session

  • @MrAntipaticissimo
    @MrAntipaticissimo ปีที่แล้ว

    Why are disabled subtitles in this video? 🙏🏻 Please enable it, my english is bad! Then I use the automatico translation.

  • @TravelFunDiaries
    @TravelFunDiaries ปีที่แล้ว

    Where do we get Snippets, I dont find them on repose. Could you please help me to get the snippets?

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว +1

      You can find them on dotnetmastery.com in course details

  • @jmunsey828
    @jmunsey828 9 หลายเดือนก่อน +2

    An 8 hour video about microservices without chapters… how ironic

  • @sertunc-k5o
    @sertunc-k5o ปีที่แล้ว

    1:05:40 you can use reverse method

  • @muhammadadil7307
    @muhammadadil7307 ปีที่แล้ว

    @sir plz add next part i mean full 15 hours course.

  • @AnanthT-q1r
    @AnanthT-q1r 11 หลายเดือนก่อน

    if i am used real gmail the message will send to the gmail ?

  • @tranhoanguc1436
    @tranhoanguc1436 9 หลายเดือนก่อน

    This video is about learning API right, please tell me I'm a beginner.

  • @djchex8034
    @djchex8034 ปีที่แล้ว

    Thank you Sir

  • @gustavoftrindade
    @gustavoftrindade ปีที่แล้ว

    What theme are you using in VS?

  • @mnasirkhanctl
    @mnasirkhanctl ปีที่แล้ว

    great work boss

  • @jenik6210
    @jenik6210 9 หลายเดือนก่อน

    Thank you

  • @KshitijaBarate-u4y
    @KshitijaBarate-u4y หลายเดือนก่อน

    Where is the next video ?

  • @ivanb8662
    @ivanb8662 ปีที่แล้ว

    Error to use azure service bus, need Kafka or Rabbit

  • @adamm9706
    @adamm9706 ปีที่แล้ว +1

    is this the same as the one offered on Udemy?

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว +1

      The one on udemy has 7more hours of content.

  • @skpaul1052
    @skpaul1052 ปีที่แล้ว

    is this same course which is available on UDEMY

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว

      Udemy course has more topics covered and more sections

  • @ibrahimhusssein524
    @ibrahimhusssein524 ปีที่แล้ว

    Thank you.

  • @manarmohammad8232
    @manarmohammad8232 5 หลายเดือนก่อน

    thank you

  • @marghuburrahmanansari4952
    @marghuburrahmanansari4952 ปีที่แล้ว

    Please upload 2nd part in youtube

  • @shabbirahmed5049
    @shabbirahmed5049 7 หลายเดือนก่อน

    If i do same course in udemy, shall i get the certificate??
    Please reply me, i need to do it immediately

    • @DotNetMastery
      @DotNetMastery  7 หลายเดือนก่อน

      Yes udemy provides certificate. You can lookup from dotnetmastery.com

  • @ngoclinh2606
    @ngoclinh2606 2 หลายเดือนก่อน +1

    th-cam.com/video/Nw4AZs1kLAs/w-d-xo.html
    at 1:56:05, I got an error that is "Connection refused (localhost:7001)". Can anyone help me :(((((

    • @ngoclinh2606
      @ngoclinh2606 2 หลายเดือนก่อน

      please :(((

    • @adelramadan7050
      @adelramadan7050 2 หลายเดือนก่อน

      Make sure that you are running the project of localhost:7001

    • @ngoclinh2606
      @ngoclinh2606 2 หลายเดือนก่อน

      @@adelramadan7050 Yes, I'm running the CouponAPI project on localhost:7001

  • @huynguyenluonggia6393
    @huynguyenluonggia6393 5 หลายเดือนก่อน +1

    I think when you create a video like this, you should list the techs that you used in the project

  • @DarshanaHashendra
    @DarshanaHashendra ปีที่แล้ว

    great effort

  • @omarelesaily2091
    @omarelesaily2091 3 หลายเดือนก่อน

    you sound like master oogway from kunf fu panda, but the course is good thou

  • @codingislife6387
    @codingislife6387 ปีที่แล้ว

    thanks sir

  • @vishalsaxenavlogs
    @vishalsaxenavlogs 6 หลายเดือนก่อน

    WOW !!

  • @ohacn
    @ohacn ปีที่แล้ว

    Please add subtitles to the video, thank you!

  • @TheCameltotem
    @TheCameltotem ปีที่แล้ว

    MVC and SQL in cloud. Yeez use cloud first architecture when you have the possibility of cloud.
    Dont bring in on prem solutions and yam it in the cloud.

  • @RealEstateandTechnology
    @RealEstateandTechnology ปีที่แล้ว

    No sound ?

  • @epileptic2758
    @epileptic2758 ปีที่แล้ว

    could you possibly translate this course on udemy into russian very much like to buy and try not really comfortable without subtitles

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว

      subtitles would be coming soon on Udemy (in English)

  • @shoukatmalik6013
    @shoukatmalik6013 ปีที่แล้ว

    what Dto full form ?

    • @SwajRizwan
      @SwajRizwan 10 หลายเดือนก่อน

      data transfer object

  • @luka722
    @luka722 ปีที่แล้ว

    seems its a good vid, but every second of this voice is something that my soul cannot yet behold

  • @hsiishis1049
    @hsiishis1049 ปีที่แล้ว

    Why can only 50% of videos use Vietnamese subtitles?

  • @Gojam12
    @Gojam12 11 หลายเดือนก่อน +1

    Is this a true MicroService or just two Monoliths hooked together?

  • @CarlosRodriguez-qc5vj
    @CarlosRodriguez-qc5vj ปีที่แล้ว

    Esperare la traduccion :(

  • @eyesoffloraandfauna8728
    @eyesoffloraandfauna8728 ปีที่แล้ว

    .NET is used in ??