Microservices in .NET Core: Topic Overview

Microservices in .NET Core: Topic Overview

The graphic below provides a visual representation of some of the key components, patterns, and particular technologies we will cover in this series.

The components and patterns are good practice across any Object Orientated tech stack for a Microservice.

Microservice.png

I'm not going to delve too much into these elements right now. As we progress on various topics, we will refer back to this picture to track our understanding and reconfirm how it all fits together.

The main thing to note is the Separation of Concern. It's worth recognizing that having a different Microservice to perform a specific job is an implicit Separation of Concern. The graphic above highlights how a single Microservice also continues this pattern internally.

In future posts, we will discuss in more detail why this is an important principle to follow.