Edwin van Wijk - Building microservices with .NET Core and Docker

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

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

  • @kipersonic0
    @kipersonic0 4 ปีที่แล้ว

    I’ve just learned how to build ASP.NET Core Web API projects and my next step is microservices. You made it look so easy that I can’t wait to start learning about them this weekend.
    Thank you for sharing.

  • @dominik_vit
    @dominik_vit 5 ปีที่แล้ว +10

    The best video about .NET Containers I have found! Thank you

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

    Such a great explanation of microservices and docker working together. Great developer wish him all the best!

  • @mgudi5397
    @mgudi5397 4 ปีที่แล้ว

    This is an excellent presentation everything you talk is crystal clear and well explained in detail. Thanks for the video.

  • @ParveenKumar-oc3np
    @ParveenKumar-oc3np 3 ปีที่แล้ว

    Best article to learn microservices in .NET

  • @hussainhalai956
    @hussainhalai956 4 ปีที่แล้ว

    This was very informative. I have alot to learn and apply this in practice in my projects. I have around 2 years of experience looking at you I still don't know nothing at all

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

    Really good stuff, nice demo, learned a lot from it.

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

    That's great talk. Thanks!

  • @AhmadEzzeir
    @AhmadEzzeir 5 ปีที่แล้ว +5

    one of the best video for microservices, thanks

  •  6 ปีที่แล้ว +2

    Very nice talk. Very clear and understandable.

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

    Hello Edwin, This was great!. Thanks a lot.

    • @xxsybreedxx
      @xxsybreedxx 6 ปีที่แล้ว

      Can anyone answer please, why author is using nuget for projects, but not referencing them directly? He mentioned, that it's because of docker.. but why exactly?

    • @danelka1
      @danelka1 5 ปีที่แล้ว

      @@xxsybreedxx because your class library project will be one level higher in the directory structure and docker can't build an image using references from outside of it's context (current folder). You can add your class library to your solution as a git submodule though.

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

    Thanks for the good session. Explained very clear in an understandable way..

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

    Awesome talk. Pure learning. Thanks.

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

    Amazing talk, Edwin. Thank you!

  •  6 ปีที่แล้ว +3

    This was a great and very inspiring talk! And awesome example as well.
    The only thing I would have done differently it's that I wouldn't have used the whole MVC stack but instead mapped the Route directly. It is waaaaaay faster (during the execution).

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

    What a great explanation. Thanks, Edwin!

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

    What a great explanation and also very nice demo, I checked the github repo for this demo and it's has a cool wiki page explaining everything using Event Storming technique. awesome stuff.

    • @fieryscorpion
      @fieryscorpion 3 ปีที่แล้ว

      Do you have a link to the Git repo?
      Thanks!

  • @Gimmiyimmy
    @Gimmiyimmy 5 ปีที่แล้ว

    Nice
    Presentation :)

  • @klob1100
    @klob1100 2 ปีที่แล้ว

    Question: How do you populate the database of newly created service with this solution? You mentioned that earch Service will have it's own database. My scenario is for example after a year, you want to introduce a new Service which requires it's own list of Customers. How do you usually populate? I like this solution though, especially the Autonomy over Authority.

  • @DavidCoding452
    @DavidCoding452 5 ปีที่แล้ว

    If a user wants to update their name so the name value in all tables would need to be updated?

  • @bhashuvbr
    @bhashuvbr 4 ปีที่แล้ว

    pretty cool - edwin .

  • @Aymn.g4zn
    @Aymn.g4zn 6 ปีที่แล้ว +2

    Amazing, thank you

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

    Superb content

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

    Hey do u have the code on github or something?

  • @caetanomb
    @caetanomb 6 ปีที่แล้ว

    That's gold. Thanks for that

  •  6 ปีที่แล้ว

    You've stated issues with direct referencing of project and docker. Can you elaborate on that?

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

    Hi Edwin, Can i get the poject code git url to access this project.

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

      it's here, pal, --> github.com/EdwinVW/pitstop ;-)

    • @МаксимШупица
      @МаксимШупица 6 ปีที่แล้ว +1

      github.com/EdwinVW/pitstop

  • @GeminiLearning
    @GeminiLearning 5 ปีที่แล้ว

    Good work my bro. Please do you have a personal channel?

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

    I am really struggling to see the benefits of Docker/containerization. I can do all that by selecting the multiple start ups option on the solution in Visual Studio.

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

    Hi Edwin, I'm able to pull/restore all the services except database. Getting this error:
    workshopmanagementeventhandler | Unhandled Exception: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 35 - An internal exception was caught) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address.
    Do I need to download or setup database separately? Any manual steps?

    • @karolczajkowski5662
      @karolczajkowski5662 5 ปีที่แล้ว

      Change your docker-compose.yaml file. IT's obvious that it can't reach the SQL database.

  • @Thomas-te7ow
    @Thomas-te7ow 5 ปีที่แล้ว

    I also did deploy the microservice system on Google Serverless at webapp-psbav7u2rq-an.a.run.app . Thank you!

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

    I was like barin boom when he showed code and said that "noting really special here"
    Maybe its because i am just newbie..

  • @deb62615
    @deb62615 5 ปีที่แล้ว

    Do I need to make multiple solutions or multiple projects for microservices?

  • @alexandrospappas1869
    @alexandrospappas1869 6 ปีที่แล้ว

    How would you cluster Rabbit MQ?
    How would you check that messages are not get lost in Rabbit MQ?

  • @Thomas-te7ow
    @Thomas-te7ow 5 ปีที่แล้ว

    The microservices system be deployed on Azure at BMW.AzureWebsites.Net . Thank you!

  • @kaitonbuitendijk2476
    @kaitonbuitendijk2476 5 ปีที่แล้ว

    awesome talk!

  • @yahorsinkevich4451
    @yahorsinkevich4451 5 ปีที่แล้ว

    Time Service is really interesting idea. UPDATE :After some thinking, it is actually NOT a good idea, as, is it is down, all other services, that needs to do something periodically, daily, hourly etc, are not working properly as well. So, in other words, time service is a single point of failure.

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

    Hey Edwin can you please share source codes ?

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

      it's here ;-) github.com/EdwinVW/pitstop

  • @russellkemmit73
    @russellkemmit73 5 ปีที่แล้ว

    Awesome!

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

    F...cking GREAT!!!!!

  • @lilibayo
    @lilibayo 5 ปีที่แล้ว

    Great talk, Thanks!
    Github for easy access - github.com/EdwinVW/pitstop

  • @priyanshjha4brollnumber305
    @priyanshjha4brollnumber305 4 ปีที่แล้ว

    useless , i just lost 54 minutes

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

    Excellent Edwin. Amazing talk. Thanks.