Check out my book "Hands-On RESTful Web Services with ASP.NET Core" available on Amazon or Packt. Source code available on GitHub
Microservices architecture benefits and business value

Microservices are small, autonomous services that work together. —Sam Newman, Thoughtworks So, what is a service? A service is a software that… is responsabile for holding, processing, and distributing a particular kind of information within the scope of the system; deploy and runs are indipendent; communicate with consumers and other services, presenting informations using conventions ...