December 2019
Intermediate to advanced
494 pages
11h 41m
English
Service Fabric supports two different programming models that can be used to build scalable and stateful services in Visual Studio 2017. They are called Reliable Services and Reliable Actor programming models. By leveraging these models inside your code, Azure can guarantee that the services are consistent, scalable, reliable, and available inside Azure Service Fabric. Service Fabric integrates with ASP.NET Core as well, so you can write both stateless and stateful ASP.NET Core applications that take advantage of these reliable collections and the orchestration capabilities of Service Fabric.
The basic concepts regarding Reliable Services and Reliable Actor programming models are explained in the following sections.