Discover how to apply microservices patterns to build scalable and maintainable distributed systems
The microservices architectural style promotes the development of complex applications as a suite of small services based on specific business capabilities. The book provides a hands-on approach to creating and deploying microservices using ASP.Net Core and Microsoft Azure.
In this book, you’ll learn what microservices are and their main characteristics, here we will introduce a real-life application built as a monolith, currently struggling under increased demand and complexity, and begin the transition to Microservices by using the latest features of C# 8 and .NET Core 3. You’ll learn how to identify service boundaries, split the application into multiple microservices, and define service contracts. You’ll also understand how to configure, deploy, and monitor microservices using Docker and Kubernetes. Then, you’ll learn to implement auto-scaling in a microservices architecture to enhance your productivity. With an introduction to reactive microservices, you’ll gain further value to keep your code base simple, focusing on what is more important rather than on messy asynchronous calls. Finally, you’ll delve into the various design patterns and best practices to create enterprise-ready microservice applications.
By the end of this book, you would be able to successfully deconstruct a monolith and create well-defined microservices
This book is for C# and .NET Core developers who want to learn and understand microservices architecture and implement it in their .NET Core applications. It’s ideal for developers who are completely new to microservices or have just a theoretical understanding of this architectural approach and want to gain a practical perspective in order to better manage application complexity.