January 2017
Beginner to intermediate
344 pages
10h 58m
English
This chapter covers
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 ...