Further reading
- The official documentation for Azure Service Fabric can be found here: https://docs.microsoft.com/en-US/azure/service-fabric/.
- The official documentation for Azure Service Fabric's reliable services can be found here: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-introduction.
- More information about the Actor model can be found here: https://www.researchgate.NET/publication/234816174_Actors_A_conceptual_foundation_for_concurrent_object-oriented_programming.
- The official documentation for Actor models that can be implemented in Azure Service Fabric can be found here: https://docs.microsoft.com/en-US/azure/service-fabric/service-fabric-reliable-actors-introduction.
Microsoft has also implemented an advanced Actor model that is independent of Service Fabric. This is known as the Orleans framework. More information about Orleans can be found at the following links:
- Orleans –...