Skip to Content
Microservices in .NET Core
book

Microservices in .NET Core

by Christian Horsdal Gammelgaard
January 2017
Beginner to intermediate
344 pages
10h 58m
English
Manning Publications
Content preview from Microservices in .NET Core

A typical microservice system

The figure below illustrates how an e-commerce site built with microservices might handle a user’s request to add an item to their shopping cart. Six different microservices are involved in handling the request, and none of these microservices know anything about the internals of the others. Five have their own private data stores dedicated to serving only their purpose. Some of the handling happens synchronously in the context of the user request, and some happens asynchronously.

This is a typical microservice system. Requests are handled through the collaboration of several microservices, each with a single responsibility and each as independent of the others as possible. This book explores how to implement such ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Building Microservices with .NET Core 2.0 - Second Edition

Building Microservices with .NET Core 2.0 - Second Edition

Gaurav Aroraa

Publisher Resources

ISBN: 9781617293375Publisher SupportOtherPublisher WebsiteSupplemental ContentErrata PagePurchase Link