Microservices with .NET
(Martin Fowler and James Levis, “Microservices”, March 2014.)
Microservices architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. These services are built around business capabilities and independently deployable by fully automated deployment machinery. There is a bare mininum of centralized management of these services, which may be written in different programming languages and use different data storage technologies.
Resources
- microservices-aspnetcore Samples and Utility Code for the O’Reilly Book, “Building Microservices with ASP.NET Core”, Release Date: September 2017, Pages: 232, By Kevin Hoffman
-
Building Microservices, Designing Fine-Grained Systems, February 2015, by Sam Newman, 282 pages.
-
.NET Microservices – Architecture for Containerized .NET Applications, msft 2017, de la Torre & co
pdf also DOWNLOAD available at aka
Unvisited queue
- ALEKSI ULKUNIEMI, STAND-ALONE .NET MICROSERVICES WITH CAMERAS AND IMAGE COMPARISON Master of Science thesis, May 2015
- Daishi.AMQP and RabbitMQ
- FubuMVC
- Live presentation for a MicroServices Architecture for Microsoft .Net by Rob Scaduto from Third Wave Technology. Nancy and Rake.
- Pattern: Microservice Architecture
- Microservices with Steeltoe and Cloud Foundry: A .NET App Using MS Face API
- Azure Service Fabric and the Microservices Architecture, dec 2015
- VS mag, 2015, Deploying Microservices Architecture with C#
- Microservices in .NET Core with examples in Nancy, Christian Horsdal Gammelgaard, January 2017, ISBN 9781617293375, 344 pages
- [Building Microservices with Open Source Technologies], sep 2014 (http://www.developer.com/open/building-microservices-with-open-source-technologies.html)
- ms enterprise micro svc
- golden-service-fabric-hammer
- Building microservices with ASP.NET Core (without MVC)