Saga Orchestration using Stateless State Machine (An Introduction using .NET 5 and C#)

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

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

  • @kodikodi9948
    @kodikodi9948 Месяц назад

    great example. it helps to have an example like this to understand how the state machine integrates into other business logic and an API

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

    Thank you for all the effort you put in all your tutorials. Excellent work. I have learnt a lot. You should definitely have millions of visitors and likes.

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

    Learnt a lot from this playlist. Much appreciated!

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

    Please perform Saga State machine with MassTransit also...

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

      @Divya Jansari, thanks for watching! Sure I will do.

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

    Awesome , this looks pretty good, Cheers man

  • @rezaabolhasanzadeh6845
    @rezaabolhasanzadeh6845 Год назад +1

    hi
    tnx for your videos
    please implement saga pattern using masstransit

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

    thanks for this great tutorial

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

    Excellent tutorial. Could you please share the source code?. thanks for all your effort

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

    please upload a video for saga orchestration with asynchronous communication

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

      Did you check this video? ruclips.net/video/pcyPk2-RVWw/видео.html , is this what you are looking for or something else in terms of async communication?

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

      @@DotNetCoreCentral no I have seen this. I have seen you have uplod 2type of videos where you have explain saga orchestration with api call inside one method and another one is with stateless machine library.I want saga orchestration with messaging communications.Is it possible? If yes,then please make a video with the concept or implementation.

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

      @@piyalibasak6886 yes it is possible, and I have used it a lot of time at work. I will make a video on that

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

      @@DotNetCoreCentral any update on above video ?

  • @user-rp9iis1en6h
    @user-rp9iis1en6h Год назад

    Is it possible to export the state machine and reimport it?

  • @Sushilkumar-yq7iy
    @Sushilkumar-yq7iy 2 года назад +1

    Could you please share the source code..

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

    Great tutorial. Could you please share the source code?. thanks in advance.

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

      @Ryan Ayala, thanks! I probably do not have this source code up in GitHub, I will upload it to my repo: github.com/choudhurynirjhar

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

      @@DotNetCoreCentral Thank you@ ill be waiting..

    • @DineshGupta-om6dm
      @DineshGupta-om6dm Год назад

      much appreciated,
      @DotNetCoreCentral - code still missing ..not uploaded at git

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

    Thanks for the tutorial. Could you share source code

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

      @Serdar YILMAZ github.com/choudhurynirjhar/reactive-microservice-demo

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

      ​@@DotNetCoreCentral Hello brothers, can we update the code and keep it consistent with the video, which helps us a lot in learning

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

    could you please share source code?