Microservices in .NET Core: with examples in NancyFX
Christian Horsdal
- 出版商: Manning
- 出版日期: 2017-02-03
- 定價: $1,650
- 售價: 6.0 折 $990
- 語言: 英文
- 頁數: 344
- 裝訂: Paperback
- ISBN: 1617293377
- ISBN-13: 9781617293375
-
相關分類:
.NET、Microservices 微服務、SOA
-
其他版本:
Microservices in .Net, 2/e (Paperback)
買這商品的人也買了...
-
$690$587 -
$120$114 -
$780$616 -
$150$143 -
$360$284 -
$860$731 -
$650$514 -
$650$507 -
$580$452 -
$580$458 -
$500$395 -
$1,650$1,568 -
$403TensorFlow 實戰
-
$500$425 -
$780$616 -
$403深度學習原理與TensorFlow實踐
-
$450$356 -
$590$460 -
$390$257 -
$680$578 -
$480$379 -
$327實用機器學習 (Real-world Machine Learning)
-
$500$395 -
$400$264 -
$690$538
相關主題
商品描述
Summary
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.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
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.
About the Book
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
About the Reader
This book is written for C# developers. No previous experience with microservices required.
About the Author
Christian Horsdal Gammelgaard is a Nancy committer and a Microsoft MVP.
Table of Contents
PART 1 - GETTING STARTED WITH MICROSERVICES
PART 2 - BUILDING MICROSERVICES
PART 3 - HANDLING CROSS-CUTTING CONCERNS: BUILDINGA REUSABLE MICROSERVICE PLATFORM
PART 4 - BUILDING APPLICATIONS
- Microservices at a glance
- A basic shopping cart microservice
- Identifying and scoping microservices
- Microservice collaboration
- Data ownership and data storage
- Designing for robustness
- Writing tests for microservices
- Introducing OWIN: writing and testing OWINmiddleware
- Cross-cutting concerns: monitoring and logging
- Securing microservice-to-microservicecommunication
- Building a reusable microservice platform
- Creating applications over microservices