Hands-On Microservices with C# 8 and .NET Core 3.0: Refactor your monolith to microservices architecture using ASP.NET Core and Azure, 3rd Edition

Hands-On Microservices with C# 8 and .NET Core 3.0: Refactor your monolith to microservices architecture using ASP.NET Core and Azure, 3rd Edition

English | 2020 | ISBN: 978-1789617948 | 451 Pages | PDF, EPUB | 291 MB

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
What you will learn

  • Get acquainted with Microsoft Azure Service Fabric Compare microservices with monolithic applications and SOA
  • Learn Docker, get an overview of Azure Kubernetes Services and Azure API management services.
  • Integrate services using a synchronous approach via RESTful APIs with ASP.NET Core 3.0
  • Implement microservices security using Azure Active Directory, OpenID Connect, and OAuth 2.0
  • Understand the operation and scaling of microservices in .NET Core 3.0
  • Understand the key features of reactive microservices to build scalable apps
Homepage