In this tutorial, we are going to cover the communication between microservices using RabbitMQ and MassTransit with Asp.Net Core 5. In the previous tutorial, we have discussed Microservices Architecture with Ocelot API gateway in Asp.Net Core 5.
[Read more…]Microservices architecture with Ocelot API gateway in Asp.Net Core
In this tutorial, we are going to cover the implementation of microservices architecture with Ocelot API Gateway using Asp.Net Core 5. We will create a very simple blank solution using visual studio 2019, and then we will implement Microservices architecture, and then we will see how to implement Ocelot API Gateway in Asp.Net Core 5 application.
[Read more…]SOA vs Microservices Architecture
In this tutorial, we are going to cover the differences between SOA (Service-Oriented Architecture) and Microservices Architecture. So, before going to differences, we will understand what is SOA, the advantages of SOA, the disadvantages of SOA, and the features of SOA, and then we will see what is Microservices architecture, the advantages of microservices, the disadvantages of microservices, and the features of microservices, and then Finally, we will see what are the differences between microservices architecture and SOA.
[Read more…]Top Microservices Interview Questions and Answers
In this article, we are going to cover top microservices interview questions with descriptions. These interview questions will help you to prepare for the interview from basic to advance level and these questions will also help you to enhance your technical skills.
[Read more…]Build a Microservice using Asp Net Core 5 and Docker
In this tutorial, we are going to discuss how to create a Microservice in Asp.Net Core 5.0 web application using Entity Framework Core and Docker. So, first-of-all, we will see “what is a microservice” And then we will see how to create a microservice in Asp.Net Core 5.0 application and then we will test our microservice using postman via IIS and then we will see how to run a microservice using docker.
[Read more…]