Limit this search to....

Microservices in .Net Core: With Examples in Nancy
Contributor(s): Gammelgaard, Christian Horsdal (Author)
ISBN: 1617293377     ISBN-13: 9781617293375
Publisher: Manning Publications
OUR PRICE:   $47.49  
Product Type: Paperback
Published: February 2017
Qty:
Temporarily out of stock - Will ship within 2 to 5 weeks
Additional Information
BISAC Categories:
- Computers | Programming Languages - C#
- Computers | Operating Systems - Windows Server
- Computers | Programming Languages - Asp.net
Physical Information: 0.7" H x 7.3" W x 9.2" (1.20 lbs) 344 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
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
  1. Microservices at a glance
  2. A basic shopping cart microservice
  3. PART 2 - BUILDING MICROSERVICES
  4. Identifying and scoping microservices
  5. Microservice collaboration
  6. Data ownership and data storage
  7. Designing for robustness
  8. Writing tests for microservices
  9. PART 3 - HANDLING CROSS-CUTTING CONCERNS: BUILDINGA REUSABLE MICROSERVICE PLATFORM
  10. Introducing OWIN: writing and testing OWINmiddleware
  11. Cross-cutting concerns: monitoring and logging
  12. Securing microservice-to-microservicecommunicatio​n
  13. Building a reusable microservice platform
  14. PART 4 - BUILDING APPLICATIONS
  15. Creating applications over microservices

Contributor Bio(s): Horsdal, Christian: -

Christian Horsdal Gammelgaard is an independent consultant with many years of experience building web and distributed systems on .NET. He is a Nancy committer and a Microsoft MVP.