Microservices in .net Core

With C#, the Nancy Framework, and Owin Middleware

2016-09-28byChristian Horsdal
Book cover for Microservices in .net Core
Publisher:Manning Publications
Date Published:
ISBN-13:978-1617293375
Amazon:1617293377

Microservices are responsible for very tightly focused capabilities that are part of a more complex server-side software system. Microservices, when done well, are malleable, scalable, resilient, and allow a short lead time from start of implementation to deployment to production. When using microservices, the need for the technology to be lightweight and low ceremony grows, because creating new microservices needs to be quick and easy. OWIN is great for reuse of plumbing code and a lightweight web framework, like Nancy, is ideal. Microservices in .NET Core teaches readers how to build and deploy secure and operations-friendly microservices using Nancy. The book starts with an introduction to the microservices architectural style. Next, readers learn important practical aspects of developing microservices from simple core concepts to more sophisticated. Throughout the book, readers will see many code examples implementing it with lightweight .NET technologies' most prominently Nancy. By the end, they'll be able to quickly and easily build reliable and operations-friendly microservices using Nancy, OWIN and other open technologies. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.