- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 68字
- 2025-02-27 12:02:53
Programming model
Service Fabric provides two .NET framework programming models for you to build your Microservices. Both the frameworks provide a minimal set of APIs that allow Service Fabric to manage your Microservices. Additionally, Service Fabric allows you to package your application binaries as a compiled executable program written in any language and host it on a Service Fabric cluster. Let's take a look at the programming models.