HomeMicroservices in .NET Core: with examples in Nancy
Skip to product information
1 of 1

Microservices in .NET Core: with examples in Nancy

Regular price $37.62 USD
Regular price Sale price $37.62 USD
Sale Sold out
Shipping calculated at checkout.
Secure Checkout
Quality Guaranteed
In Stock
Weight

About this book

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. Youll design and build individual services in C# and learn how to compose them into a simple but functional application back end. Along the way youll address production and operations concerns like monitoring logging and security. Whats 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 Microservices at a glance A basic shopping cart microservice PART 2 - BUILDING MICROSERVICES Identifying and scoping microservices Microservice collaboration Data ownership and data storage Designing for robustness Writing tests for microservices PART 3 - HANDLING CROSS-CUTTING CONCERNS: BUILDINGA REUSABLE MICROSERVICE PLATFORM Introducing OWIN: writing and testing OWINmiddleware Cross-cutting concerns: monitoring and logging Securing microservice-to-microservicecommunication Building a reusable microservice platform PART 4 - BUILDING APPLICATIONS Creating applications over microservices