11 Building a reusable microservice platform
This chapter covers
- Creating microservices more quickly with a reusable platform
- Components of a reusable platform
- Handling concerns that cut across several microservices
- Understanding middleware and the ASP.NET middleware pipelines
- Packaging reusable code with NuGet
- Building a reusable platform from several NuGet packages
A microservice system can include many microservices. You’ll create new ones frequently, either because you’re adding capabilities to the system or because you’re replacing existing microservices. You want to be able to create them quickly but include all the code that makes them behave well in production—that is, the infrastructure code you’ve created in the previous couple of ...
Get Microservices in .NET, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.