Skip to content

Microservices with .NET

Illegitimis edited this page May 22, 2017 · 1 revision

(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.

Unvisited queue


<< SOA

Clone this wiki locally