Micro services and .NET

netdeveloper62 picture netdeveloper62 · Oct 13, 2014 · Viewed 52.2k times · Source

How to build micro service oriented application in .NET world? Are there any platforms where we can write micro service oriented apps in .NET world? How to envision architecture that includes Micro services, Event store and some of NoSQL databases? Thanks.

Answer

Paul Mooney picture Paul Mooney · Aug 14, 2015

Follow this link for a step-by-step guide to setting up a simple Microservice framework using the .NET framework, ASP.NET, and RabbitMQ.

The tutorial starts with the core concepts, implements a working application, and scales that application in terms of size and complexity, tackling typical Microservice problems during each step.