Click here to Skip to main content
15,880,392 members
Articles / Programming Languages / C#

Developing Microservices with .NET Core 2.1, RabbitMQ, SignalR, EF Core 2.1 and Angular 6

1 Dec 2018CPOL 93K   160   28
Developing a Microservices architecture with back-end Message Queuing Services to support a front-end Angular 6 application built with Angular Material Design
As good as microservices sounds on paper, they are not without their challenges, the biggest of which is its added complexity. Microservices must be well planned, developed and managed. To help show how, this article will give an overview of Microservices Architecture, Microservices Design and Planning, Microservices Inter-Process Communications, Messaging Between Microservices, Microservices Logging Best Practices, RabbitMQ Best Practices, and specifics like Configuring ASP.NET Core 2.1 Web API Endpoints, and Running the Sample Application Back-End Services and Front-End Portal.
We're sorry, but the article you are trying to view was deleted at 7 Jun 2020.

Please go to the C# Table of Contents to view the list of available articles in this section.