On .NET Live - Deep Dive into Microsoft Orleans

preview_player
Показать описание
Microsoft Orleans is a cross-platform framework that enables .NET developers to build distributed applications. In this session, we'll be joined by Reuben Bond from the Orleans team who will give us a run through some of the core features of the framework.

#Orleans #Microservices #AspNetCore
Рекомендации по теме
Комментарии
Автор

It really would be great to post the links to your recommendations in the description. It´s really difficult sometimes to find them all just from the video.
Thanks a lot for all the great content by the way.

dreamdancer
Автор

That was very insightful. It's a bit of a shame that those things aren't better documented on MSDN. Orleans documentation only covers the basics.

ernest
Автор

Hi, great video!!! You mention "a previous video" where can I find it? Thanks!!!

alfredoquintanalopez
Автор

echoing @Leandro Gonçalves' question: If one of those machines where grains live fails in the middle of a "chain of grain communication", how this is handled?

mertoral
Автор

Hi, I am checking on Dapr now. What is the difference between Orleans and Dapr? It seems to solve the same problem

alonezlciel
Автор

Does the RPC grain communication use WCF under the hood?

mbass
Автор

Great. I would like to see how Orleans compare to Azure Reliable Actors.

nmarcel
Автор

If grains are single-threaded singletons does that mean high frequency read requests to specific grain of specific ID can create bottlenecks?

bbkr