Articles - Page 5 of 5 - Hosting.Work


Synchronous Communication between Microservices built in ASP.NET Core

Updated on: June 22, 2021

In the last tutorial we build our first Microservice for drone pizza delivery application. That Microservice was called by the name CommandCenter. In this tutorial we will build the second microservice for the application and this microservice will be called ProcessCenter microservice. This second microservice will communicate with the first microservice in synchronous manner.

(more…)

First ASP.NET Core Microservice with Web API CRUD Operations on a MongoDB database [Clean Architecture]

Updated on: June 22, 2021

In this tutorial we will build our first Microservice in ASP.NET Core which will perform CRUD operations on a MongoDB database. The CRUD operations will be performed though a Web API method. This Microservice will form a part of a drone pizza delivery application.

(more…)