The microservice architecture style provides certain benefits. It makes development quick and easy. It allows DevOps (CI and CD) teams to be separated geologically, work smoothly, and in sync. An application is divided into small service components or pieces so maintenance is easy. This allows the development team to let business sponsors choose what industry trends to respond to first. This results in cost benefits, better business responses, timely technology adoption, effective scaling, and removal of human dependence.
In this chapter, you have gained an idea of typical microservice architectural styles and microservice ecosystems in ASP.NET.
Now, I suggest you read the following on microservices to enhance your skills:
- Building Microservices with .NET Core 2.0 – Second Edition by PACKT (https://www.packtpub.com/application-development/building-microservices...