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
- Host: GitHub
- URL: https://github.com/horsdal/microservices-in-dotnet-book-second-edition
- Owner: horsdal
- License: mit
- Created: 2020-02-10T13:06:48.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T16:20:29.000Z (over 3 years ago)
- Last Synced: 2024-04-27T00:35:00.553Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 91.8 KB
- Stars: 83
- Watchers: 11
- Forks: 49
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-core - microservices-in-dotnetcore - 我的微服务书中的代码示例 (例子 / 工作流)
- fucking-awesome-dotnet-core - microservices-in-dotnetcore - The code sample from the second edition of 🌎 [Microservices in .NET Core](www.manning.com/books/microservices-in-net-core-second-edition). (Sample Projects / Workflow)
- awesome-dotnet-core - microservices-in-dotnetcore - The code sample from the second edition of [Microservices in .NET Core](https://www.manning.com/books/microservices-in-net-core-second-edition). (Sample Projects / Workflow)
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://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