Microservices in .NET Core: with examples in Nancy
Authors: Christian Horsdal Gammelgaard
ISBN-10: 1617293377
ISBN-13: 9781617293375
Edition 版次: 1st
Publication Date 出版日期: 2017-02-03
Print Length 页数: 344 pages
Book Description
By finelybook
Microservices in .NET Core provides a complete guide to building microservice applications. After a crystal-clear introduction to the microservices architectural style,the book will teach you practical development skills in that style,using OWIN and Nancy.
Microservice applications are built by connecting single-capability,autonomous components that communicate via APIs. These systems can be challenging to develop because they demand clearly defined interfaces and reliable infrastructure. Fortunately for .NET developers,OWIN (the Open Web Interface for .NET),and the Nancy web framework help minimize plumbing code and simplify the task of building microservice-based applications.
Microservices in .NET Core provides a complete guide to building microservice applications. After a crystal-clear introduction to the microservices architectural style,the book will teach you practical development skills in that style,using OWIN and Nancy. You’ll design and build individual services in C# and learn how to compose them into a simple but functional application back end. Along the way,you’ll address production and operations concerns like monitoring,logging,and security.
What’s Inside
Design robust and ops-friendly services
Build HTTP APIs with Nancy
Expose events via feeds with Nancy
Use OWIN middleware for plumbing