An open API service indexing awesome lists of open source software.

https://github.com/horsdal/microservices-in-dotnet-book-second-edition

Code for the second edition of Microservices in .NET Core
https://github.com/horsdal/microservices-in-dotnet-book-second-edition

Last synced: 1 day ago
JSON representation

Code for the second edition of Microservices in .NET Core

Awesome Lists containing this project

README

          

# Code samples from Microservices in .NET
The code samples from my microservices book - https://www.manning.com/books/microservices-in-net-second-edition

[![](https://images.manning.com/264/352/resize/book/e/65fff7e-bc06-44d4-b4bd-9dd311a8d135/Horsdal-Microservices-2ed-HI.png)](https://www.manning.com/books/microservices-in-net-second-edition)

## About the book
Microservices in .NET, Second Edition provides a complete guide to building microservice applications. You’ll start by getting to grips with the unique architectural style of microservices, explained in a way that’s clear and accessible. You’ll move on quickly to practical development skills for building your own microservices using MVC Core and ASP.NET Core, working on real-world projects such as an ecommerce shopping cart. You'll design and build individual services in C# and learn how to compose them into a simple but functional application back end. In brand-new coverage for the second edition, you’ll also learn about scoping microservices and how to handle the complexities of deploying to Kubernetes. Along the way, you'll address production and operations concerns like monitoring, logging, and security.

## Branches

* `main`: The code as it appears in the book