
Hands-On Microservices with C# 8 and .NET Core 3
Refactor your monolith architecture into microservices using Azure
Packt Publishing
3rd Edition
Published on 27. March 2020
Book
Paperback/Softback
474 pages
978-1-78961-794-8 (ISBN)
Description
Learn the essential concepts, techniques, and design patterns that will help you build scalable and maintainable distributed systems
Key Features
Learn to design, implement, test, and deploy your microservices
Understand the challenges and complexities of testing and monitoring distributed services
Build modular and robust microservice architectures with the latest features of C# 8 and .NET Core 3.1
Book DescriptionThe microservice architectural style promotes the development of complex applications as a suite of small services based on specific business capabilities. With this book, you'll take a hands-on approach to build microservices and deploy them using ASP .NET Core and Microsoft Azure.
You'll start by understanding the concept of microservices and their fundamental characteristics. This microservices book will then introduce a real-world app built as a monolith, currently struggling under increased demand and complexity, and guide you in its transition to microservices using the latest features of C# 8 and .NET Core 3. You'll identify service boundaries, split the application into multiple microservices, and define service contracts. You'll also explore how to configure, deploy, and monitor microservices using Docker and Kubernetes, and implement autoscaling in a microservices architecture for enhanced productivity. Once you've got to grips with reactive microservices, you'll discover how keeping your code base simple enables you to focus on what's important rather than on messy asynchronous calls. Finally, you'll delve into various design patterns and best practices for creating enterprise-ready microservice applications.
By the end of this book, you'll be able to deconstruct a monolith successfully to create well-defined microservices.What you will learn
Package, deploy, and manage microservices and containers with Azure Service Fabric
Use REST APIs to integrate services using a synchronous approach
Protect public APIs using Azure Active Directory and OAuth 2.0
Understand the operation and scaling of microservices using Docker and Kubernetes
Implement reactive microservices with Reactive Extensions
Discover design patterns and best practices for building enterprise-ready apps
Who this book is forThis book is for C# and .NET Core developers who want to understand microservices architecture and implement it in their .NET Core applications. If you're new to building microservices or have theoretical knowledge of the architectural approach, this book will help you gain a practical perspective to manage application complexity efficiently.
Key Features
Learn to design, implement, test, and deploy your microservices
Understand the challenges and complexities of testing and monitoring distributed services
Build modular and robust microservice architectures with the latest features of C# 8 and .NET Core 3.1
Book DescriptionThe microservice architectural style promotes the development of complex applications as a suite of small services based on specific business capabilities. With this book, you'll take a hands-on approach to build microservices and deploy them using ASP .NET Core and Microsoft Azure.
You'll start by understanding the concept of microservices and their fundamental characteristics. This microservices book will then introduce a real-world app built as a monolith, currently struggling under increased demand and complexity, and guide you in its transition to microservices using the latest features of C# 8 and .NET Core 3. You'll identify service boundaries, split the application into multiple microservices, and define service contracts. You'll also explore how to configure, deploy, and monitor microservices using Docker and Kubernetes, and implement autoscaling in a microservices architecture for enhanced productivity. Once you've got to grips with reactive microservices, you'll discover how keeping your code base simple enables you to focus on what's important rather than on messy asynchronous calls. Finally, you'll delve into various design patterns and best practices for creating enterprise-ready microservice applications.
By the end of this book, you'll be able to deconstruct a monolith successfully to create well-defined microservices.What you will learn
Package, deploy, and manage microservices and containers with Azure Service Fabric
Use REST APIs to integrate services using a synchronous approach
Protect public APIs using Azure Active Directory and OAuth 2.0
Understand the operation and scaling of microservices using Docker and Kubernetes
Implement reactive microservices with Reactive Extensions
Discover design patterns and best practices for building enterprise-ready apps
Who this book is forThis book is for C# and .NET Core developers who want to understand microservices architecture and implement it in their .NET Core applications. If you're new to building microservices or have theoretical knowledge of the architectural approach, this book will help you gain a practical perspective to manage application complexity efficiently.
More details
Edition
3rd Revised edition
Language
English
Place of publication
Birmingham
United Kingdom
Target group
Professional and scholarly
Edition type
Revised edition
Dimensions
Height: 235 mm
Width: 191 mm
ISBN-13
978-1-78961-794-8 (9781789617948)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Persons
Gaurav Aroraa has done M.Phil in computer science. He is a Microsoft MVP, life time member of Computer Society of India (CSI), certified as a scrum trainer/coach, XEN for ITIL-F and APMG for PRINCE-F and PRINCE-P. Gaurav serves as a mentor at IndiaMentor, open source developer, contributor to TechNet Wiki co-founder of Innatus Curo Software LLC. In 19+ years of his career, he has mentored thousands of students and industry professionals. You can tweet Gaurav on his twitter handle @g_arora Ed Price is a Senior Program Manager in Engineering at Microsoft, with an MBA in technology management. He leads Microsoft's efforts to publish Reference Architectures on the Azure Architecture Center. Previously, he drove datacenter deployment and customer feedback, and he ran Microsoft's customer feedback programs for Azure development, Service Fabric, IoT, Functions, and Visual Studio. He was also a technical writer at Microsoft for 6 years and helped lead TechNet Wiki. He is the co-author of five books, including Learn to Program with Small Basic and ASP.NET Core 5 for Beginners from Packt.
Content
Table of Contents
An Introduction to Microservices
Refactoring the monolith
Effective communication between services
Testing Microservices with Microsoft Unit Testing Framework
Deploying microservices with Docker
Securing Microservices using Azure Active Directory
Monitoring microservices
Scaling microservices with Azure
Introduction to Reactive Microservices
Design Patterns and Best Practices
Building Microservice Application
Microservices Architecture Summary
Appendix
An Introduction to Microservices
Refactoring the monolith
Effective communication between services
Testing Microservices with Microsoft Unit Testing Framework
Deploying microservices with Docker
Securing Microservices using Azure Active Directory
Monitoring microservices
Scaling microservices with Azure
Introduction to Reactive Microservices
Design Patterns and Best Practices
Building Microservice Application
Microservices Architecture Summary
Appendix