What are Microservices in ASP.NET Core (My understanding and what I have learned so far)

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 98

  • @solprab
    @solprab 3 года назад +5

    Really well presented with clarity. Never seen any other video explain this much clearly the defining factors of what a Microservice is. And all the practical key points all through the video are very useful - For instance, deciding the method of communication pattern between Microservices based on the expected response time of the service.

  • @mchoirul
    @mchoirul 3 года назад +2

    very great presentation.. down to earth. easy to digest

  • @JulianRiverplate14
    @JulianRiverplate14 2 месяца назад

    Thanks for this amazing content and resources,I'm gonna go through all the series! Keep going

  • @rajeshselvam564
    @rajeshselvam564 3 года назад +1

    This is awesome..it's helps me lot.. please post videos like that would help many folks like me...

  • @javadghamari3730
    @javadghamari3730 3 года назад +1

    I am speechless! god job. you are going to be among the best.

  • @Izekat
    @Izekat 2 года назад +2

    Very clear and concise. Thank you for creating such a helpful video!

  • @SaravanaKumar-bt5xn
    @SaravanaKumar-bt5xn 4 года назад +1

    Very well explained.
    Thank you so much for sharing your learning and thoughts.
    Could you please clarify on the following questions.
    1. Can we use containers for heavy traffic sites?
    2. If yes, how we can scale out / up containers?

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад

      @Saravana Kumar, hi, thanks for watching the video.
      1. Yes, you can use containers for any applications.
      2. Yes, a container can take all the resources of a machine, but in that case, the machine will probably have only one container. That kind of defeats the purpose of using containers in the first place.
      If your application need scaling up, I would suggest reconsidering the design. Scaling out is a much better strategy then scaling up, as there is always a limit to how much you can scale up. Whereas there is no limit to scaling out. I hope it makes sense. Thanks!

    • @SaravanaKumar-bt5xn
      @SaravanaKumar-bt5xn 4 года назад

      @@DotNetCoreCentral Thank you.😊

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад +1

      @@SaravanaKumar-bt5xn glad I could help! Thanks again for watching!

  • @mahendranchinnaiah7593
    @mahendranchinnaiah7593 4 года назад

    Hi.. Great video. Eagerly waiting for next part of microservices. If you possible please share the upcoming video topics..

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад

      @Mahendran Chinnaiah, thanks for watching. I will start posting on my channel and get feedback for future videos. Thanks for the suggestion.

  • @shenth27
    @shenth27 2 года назад

    One of the main reason moving to Micro Services is the advantage independent scalability. And from my experience end to end testing is much harder with Micro Services and most tend to rely on efficient unit testing within each service.

    • @ramiganimadhukarreddy3260
      @ramiganimadhukarreddy3260 Год назад

      Well said... Extremely hard for New developers coming after design when you have no proper documentation of your microservices communications/pattern

    • @stevenqi1344
      @stevenqi1344 Год назад

      Unit testing is another topic, though. 100% unit testing should be the norm for any professional team. If this is difficult to do, it's possible that you're not splitting to the correct interfaces. Integration testing should be done by experienced programmers. Most other services that do not belong to this domain can be mocked. Usually companies should have their own integration test framework to make it easier. CI/CD teams can be more easily complete full end-to-end testing automatically and should have a way to let you to do the test in certain UI in certain environment for your new tag. I can't think of any obvious major downside, other than the cost of communication between microservices.

  • @SachinDewan12
    @SachinDewan12 3 года назад

    Hi , its my worth to watch video. very descriptive content amongst all the video I had watched. Thanks for such awesome contents and the way you explained everything. I would be thankful to you if you have any training martial or video from the scratch how to build the microservice and containerized them with the data base and how to deploy them. Thanks Again.

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 года назад

      @Sachin Kumar, thanks for watching! I don't have any video on that yet, but I think it is something worth considering. I will add it to my calendar for a future date.

  • @RAM-ff8dy
    @RAM-ff8dy 4 года назад

    Your videos are worth watching, Always waits for your videos, Hope you'll do complete ASP Net Project or Any live session that covers complete ASP NET Core API project.

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад

      @RAM, thanks for watching the video. I will definitely do a video on your request.

  • @KoScosss
    @KoScosss 3 года назад

    Good explanation and experience share. Thanks.

  • @VijayKumar-wy9ku
    @VijayKumar-wy9ku Год назад

    Thanks for great videos and for keeping them to the exact point.

  • @enghazymeh9921
    @enghazymeh9921 2 года назад

    You have answered my questions in one video thanks bro

  • @TonyAlcast
    @TonyAlcast 4 года назад

    Thanks for sharing your knowleadge with us!

  • @jayaramankumar
    @jayaramankumar 4 года назад +1

    Great video! It is an informative one and worth watching every minute of your speech.

  • @SajadJalilian
    @SajadJalilian 3 года назад

    Thanks for your awesome channel.
    please correct the order of videos in your microsevice playlist

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 года назад +2

      @Sajad Jalilian, thanks for watching! I will correct the order.

  • @birendrasahu5777
    @birendrasahu5777 4 года назад

    Thanks, well explained and crystal!
    can you share us using Docker and Docker-compose

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад

      @Birendra Sahu, thanks for watching! I will definitely create a video on Docker in the future.

  • @sanjeevgaur1973
    @sanjeevgaur1973 3 месяца назад

    Very nice explaination

  • @srinivasreddyyella8450
    @srinivasreddyyella8450 3 года назад

    Very underrated tutorials, keep up your good work.

  • @sandippawar6193
    @sandippawar6193 2 года назад

    Can you elaborate on Data Stream? Is it radially available set of tables? Or your custom tables which updates summary information internally? Nice explanation.

  • @dilipgautam9941
    @dilipgautam9941 3 года назад

    Could you please cover Abstract factory and Factory Design pattern.

  • @stevenqi1344
    @stevenqi1344 Год назад

    Very good video. Thank you.

  • @manuelguerrero9917
    @manuelguerrero9917 3 года назад

    Do a serie turning a monolith application with the concepts of microservices.

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 года назад

      @Manuel Guerrero, thanks for watching the video. I am not sure I understood your request, can you please elaborate. Thanks

  • @shreyasjejurkar1233
    @shreyasjejurkar1233 4 года назад

    See, first, a fall people need to understand is that microservices are not a solution to every problem. Monoliths are still great and there are a number of the application right now in production which is built on it. The services which are now microservices were monolith at some time in the past.
    One of the biggest hurdles in building microservices is the inter-communication between microservices and maintaining transactions which span across different bounded contexts (different services), once the team found a solution to this problem by adhering to their project requirement, of course, microservices then are easy to build. What I do personally is like I start with a monolith (by keeping separation of concern, but in single solution), once I fill like, now it's time to divide it in a separate solution of simpler microservice, then I tend to start to do it, this way you can learn and it easily separable if you already followed the separation of concern principle while building the same. Then I focus on solving those 2 above major problems.
    Greate video btw! :)
    Please make a video on using MassTransit with rabbitmq. That will be very helpful.
    Edit - I write this comment at 10:00, seems like you are talking the same thing that I wrote here. 😁😁

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад +1

      @Shreyas Jejurkar, thanks for providing your valuable inputs, and thanks for watching the video.

    • @shreyasjejurkar1233
      @shreyasjejurkar1233 4 года назад

      @@DotNetCoreCentral Please make a video on using MassTransit!

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад +1

      @@shreyasjejurkar1233 sure, will add it to my TODO list, thanks!

  • @anilpillay2193
    @anilpillay2193 2 года назад

    Excellent !!! thank you very much

  • @FullStackIndie
    @FullStackIndie 3 года назад

    Thanks for sharing man! Really helped me! God bless!

  • @vineetdubey5962
    @vineetdubey5962 Год назад

    Good explained

  • @osamamagdy8285
    @osamamagdy8285 Год назад

    Dude, great content

  • @MrDonald911
    @MrDonald911 3 года назад

    Thanks for the great content ! I actually had a question, for instance if I have a microservice that needs table A only and another microservice that needs table A and B because of join operations. Does it make sense to keep the 2 microservices or should I just have 1 microservice that will sometimes not use table B ? Thanks :)

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 года назад

      @MrDonald911, it might make sense to keep only one, but it depends on what their intersection of domain responsibilities. If they do not intersect at-all, it will not make sense to bring them together.

  • @ramyabantaram9586
    @ramyabantaram9586 3 года назад

    Thanks alot to you

  • @rushabhshah8297
    @rushabhshah8297 Год назад

    Well made

  • @naufilshaikh09
    @naufilshaikh09 3 года назад

    Great video.

  • @manuelguerrero9917
    @manuelguerrero9917 3 года назад

    Great video

  • @ankitv7390
    @ankitv7390 Год назад

    Could you please share slides for this video, that will definitely help.

  • @GaneshPatil-g3k
    @GaneshPatil-g3k Год назад

    How Web API is difference than micro services? how can be microservices intergrated with main application?

    • @DotNetCoreCentral
      @DotNetCoreCentral  Год назад

      Microservice is a architectural pattern which can be implemented through Web API

  • @gopalakrishnanm9349
    @gopalakrishnanm9349 4 года назад

    can please put video for micro service with kafka...? and how to document the micro services example swagger

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад +1

      @Gopi HB, I already have a video for Kafka, it should not be any different for a microservice. Kafka is a streaming service, so its all about if your microservice is going to be a producer or consumer. I am not 100% sure what is your expectation for a microservice with Kafka. If you could elaborate it more, I can definitely look into it. And also regarding swagger, I have a video on Swagger and ASP.NET Core. That should be true for any HTTP microservice you are building. Please let me know if this is what you had in mind. Thanks!

    • @gopalakrishnanm9349
      @gopalakrishnanm9349 4 года назад

      @@DotNetCoreCentral thanks for ur rly. I'm beginner for micro service architecture. I have some questions. 1.Definitely use bus service for microservice architecture..?
      2.what u preferred bus service for microservice architecture..?
      3.which is better building own API gateway or ocelot..?
      4. I choose kafka bus service because its open source what about ur suggestion..?
      Last one request can u pls put videos for bus services

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад +1

      @@gopalakrishnanm9349 For question no 1., it depends on what problem you are trying to solve. In some cases plain old database will be the only thing needed. Some cases streaming service like Kafka is better. In some cases, a queue like RabbitMQ is better. It completely depends on your situation.
      2. I prefer Kafka for streaming and RabbitMQ for queue
      3. I would prefer Ocelot as it comes with all features
      4. Yeah that makes sense

  • @noobcoder1687
    @noobcoder1687 2 года назад

    Is this course still valid in 2022? Do you have any plan to release a dedicated series on Microservice?

    • @DotNetCoreCentral
      @DotNetCoreCentral  Год назад

      To my knowledge, this is still valid as far as microservices are concerned.

  • @Gimmiyimmy
    @Gimmiyimmy 4 года назад

    You mean data stream is like separate report server which will contain data from all micro services. right ? i yes how data is replicated to the report server.

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад

      @Atul Srivastava, thanks for watching. Though I could not understand your comment, can you please clarify? Thanks!

  • @allvirus4262
    @allvirus4262 4 года назад

    Hi, u video is very useful ! I have a question is if I use efcore orm to create database, how to build migration to generate database with two microservices E.g produce Microservices , order Microservices . what is structure for
    Microservices modeldata use efcore

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад

      @All Virus, your both microservices should own their databases, or at-least table set. In that case your migration for each service will be inside of the service itself and should not cause any conflict. Thanks!

    • @allvirus4262
      @allvirus4262 4 года назад

      @@DotNetCoreCentral Is it weak association? if I get order info and the order has produce info,it is means i get request to order and the order microservices call produce microservices get produce info, or two requset send, one call to order .another call produce ? how association between two microservices? thanks for you answer~

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад

      @@allvirus4262 Ideally the order should keep a common minimum information of produce in the context of order at the point in time when order was made, for example, produce id, name, price and quantity. As it belongs to order context. And that should be in the POST contract of the order. Now if the caller needs produce information, which is beyond the context of the order, in that case, the caller should make two calls asking produce for the data associated with the produce ids. Does this answer your question? Thanks!

    • @allvirus4262
      @allvirus4262 4 года назад

      @@DotNetCoreCentral Tanks! I understand!

  • @pedroferreira9234
    @pedroferreira9234 4 года назад

    Tutorial using microservice in dotnet?

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад +1

      @Pedro Ferreira, Thanks for watching the video. I am planning to do a video on breaking out a monolithic application written in .Net Core to microservices, is this what you are looking for?

    • @pedroferreira9234
      @pedroferreira9234 4 года назад +1

      @@DotNetCoreCentral yes, thx you so much! Love the content.

  • @swapnilbole1147
    @swapnilbole1147 2 года назад

    Video is too good

  • @yyzpro9460
    @yyzpro9460 Год назад

    Linux SUCKS !!!

  • @kailashmali8300
    @kailashmali8300 Год назад

    Very clear and concise. Thank you for creating such a helpful video!

  • @amit17rajput
    @amit17rajput 3 года назад

    Very good video.