Microservice-styled architecture

Apart from some of the definite advantages of SOA, microservices provide certain additional differentiating factors that makes it a clear winner. At the core, microservices were defined to be completely independent of other services in the system and run in their process. The attribute of being independent required certain discipline and strategy in the application design. Some of the benefits it provides are:

  • Clear code boundaries: This resulted in easier code changes. It has independent modules provided an isolated functionality that led to a change in one microservice has little impact on others.
  • Easy deployment: It is possible to deploy one microservice at a time if required.
  • Technology adaptation: The ...

Get Building Microservices with .NET Core 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.