Chapter 11. Building a reusable microservice platform

This chapter covers

  • Creating microservices more quickly with a reusable platform
  • Components of a reusable platform
  • Packaging reusable middleware 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 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 chapters. In this chapter, you’ll create a platform—consisting of NuGet packages—that enables you to ...

Get Microservices in .NET Core 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.