Durable Functions 2.0 - Serverless Actors, Orchestrations, and Stateful Functions

Sdílet
Vložit
  • čas přidán 31. 07. 2024
  • Announcing .NET Core 3.0: aka.ms/dotnetcore3
    #dotNETConf
  • Věda a technologie

Komentáře • 14

  • @michallevy9806
    @michallevy9806 Před 4 lety

    Do not want to comment on design - didn't use durable or any Azure Functions yet - but this is one of the best sessions i'v seen on DNConf 2019 so far.
    Great job !

  • @andrewelmendorf2602
    @andrewelmendorf2602 Před 4 lety

    This is really cool

  • @DeepakShaw
    @DeepakShaw Před 4 lety

    Thanks!! Very clear and crisp demo. Can you please make a demo on how to clean up durable function history depending on a threshold. Thanks again.

  • @orestpavlenko860
    @orestpavlenko860 Před 4 lety

    i cant understand. Can i use orchestrations for faster answer? like i want to create chat bot and my endPoint(httpTrigger) will receive command then i send this into orchestration function then i use trigger for calling command function and wait for answer, but it doesn't work fast, why? i don't understand(
    p.s. Azure Functions looks good for this, but not should that i can create command pattern with Azure Durable
    p.s.s and i use localhost

  • @robd409
    @robd409 Před 2 lety

    Bunch of information glossed over and just as useful as ms docs.

  • @vsraman85
    @vsraman85 Před rokem

    Is it possible to invoke Durable function when a message is received in Service Bus queue? If yes, please let me know how to do that?

  • @gl5717
    @gl5717 Před 4 lety

    Nice video. At 16:40 you talk about injecting your own services. What are the different ways of doing that?

    • @fullduckdev7327
      @fullduckdev7327 Před 3 lety

      as far as I'm aware, it's the only way to inject services in .NET Core. You have to register them in Startup class too. Important bit to know is that functions/webjobs get created as static classes with static methods. to inject anything (or to create a constructor), we need to remove the static keywords, which doesn't have an impact on the workings of the app

  • @zeko77tz
    @zeko77tz Před 4 lety +1

    Kind like sagas in nservicebus

  • @papepomamemo7223
    @papepomamemo7223 Před 4 lety

    Whats wrong with your Visual Studio?

  • @papepomamemo7223
    @papepomamemo7223 Před 4 lety +1

    Horrible solution design.