Go back

Microservices In .NET Core With Examples In Nancy(1st Edition)

Authors:

Christian Horsdal Gammelgaard

Free microservices in .net core with examples in nancy 1st edition christian horsdal gammelgaard 1617293377,
12 ratings
Cover Type:Hardcover
Condition:Used

In Stock

Include with your book

Free shipping: April 23, 2024
Access to 3 Million+ solutions Free
Ask 10 Questions from expert 200,000+ Expert answers
7 days-trial

Total Price:

$0

List Price: $6.91 Savings: $6.91(100%)

Book details

ISBN: 1617293377, 978-1617293375

Book publisher: Manning

Get your hands on the best-selling book Microservices In .NET Core With Examples In Nancy 1st Edition for free. Feed your curiosity and let your imagination soar with the best stories coming out to you without hefty price tags. Browse SolutionInn to discover a treasure trove of fiction and non-fiction books where every page leads the reader to an undiscovered world. Start your literary adventure right away and also enjoy free shipping of these complimentary books to your door.

Microservices In .NET Core With Examples In Nancy 1st Edition Summary: SummaryMicroservices 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 TechnologyMicroservice 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 BookMicroservices 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 InsideDesign robust and ops-friendly servicesBuild HTTP APIs with NancyExpose events via feeds with NancyUse OWIN middleware for plumbingAbout the ReaderThis book is written for C# developers. No previous experience with microservices required.About the AuthorChristian Horsdal Gammelgaard is a Nancy committer and a Microsoft MVP.Table of ContentsPART 1 - GETTING STARTED WITH MICROSERVICESMicroservices at a glance A basic shopping cart microservicePART 2 - BUILDING MICROSERVICESIdentifying and scoping microservicesMicroservice collaborationData ownership and data storageDesigning for robustnessWriting tests for microservicesPART 3 - HANDLING CROSS-CUTTING CONCERNS: BUILDINGA REUSABLE MICROSERVICE PLATFORMIntroducing OWIN: writing and testing OWINmiddlewareCross-cutting concerns: monitoring and loggingSecuring microservice-to-microservicecommunicatio?nBuilding a reusable microservice platformPART 4 - BUILDING APPLICATIONSCreating applications over microservices