Chapter 5. Create Microservices on Azure Service Fabric

This chapter deals with the exciting world of microservices and Azure Service Fabric. In this chapter, we will cover the following recipes:

  • Downloading and installing Service Fabric
  • Creating a Service Fabric application with a stateless actor service
  • Using Service Fabric Explorer

Introduction

Traditionally, developers wrote applications in a monolithic manner. This means one single executable that is broken up into components via classes and so on. Monolithic applications require a great deal of testing, and deployment is tedious due to the bulkiness of the monolithic application. Even though you might have multiple developer teams, they all need to have a solid understanding of the application ...

Get C# Programming Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.