
In this video, we will look into microservice basics and what type of problems, it solves.
This video will explain what we are going to build in this course and what services we will be building on top of ASP .Net Core and MongoDB NoSql Database.
In this video, we will structure our application in Visual Studio 2019.
We will Create the following (Project Setup only) :
API Gateway Project.
Product API (First Microservice)
User API (Second microservice)
Order API (Third microservice)
EShop Infrastructure (Class library).
In this video, we will learn what is Postman, and how to use it to test our application API endpoints.
You will be able to understand what is MongoDB and Robo3T.
You will be able to install MongoDB and Robo3T.
You will be able to implement application and MongoDB connectivity.
Learn the basics of microservices and what problem it solves.
Learn the basics of the components of the microservices (API Gateway, Message Brokers, Services, Database).
Implement a microservice architecture with event-driven communication using ASP.NET Core, RabbitMQ, Masstranit, and MongoDB.
Learn microservice by following step-by-step coding tutorials and implementations of key concepts.
Learn Masstransit and its features to work with message brokers like RabbitMQ, ActiveMQ, or Azure Service Bus.
Connect Microservice with MongoDB and use Robo3T for viewing MongoDB data.
Learn Postman tool installation and its basics.
Learn fundamentals of AMQP (Advanced Message Queuing Protocol) and RabbitMQ and its exchanges.
Learn API Gateways and how to communicate between API Gateway and microservices over RabbitMQ Message Broker.
Learn fundamentals of CQRS (Command Query Segregation Principle).
Implement Authentication and Authorization in microservices using JSON Web Tokens.
Learn the necessary tools required in the microservice ecosystem.
What is Benchmarking and Apache Bench Installation to micro-benchmark our application?
Learn how to unit test APIs and Masstransit Events Consumers using NUnit.
Learn to write resilient microservices using Polly (a fault-tolerant library ) by implementing Policies.
Learn to integrate Swagger Documentation with microservice for API endpoint documentation and testing.
Learn to integrate Redis (In Memory database) with Microservice and perform CRUD operation.
Learn what are distributed transactions and how to implement distributed transactions in microservices.
What is Routing Slip Pattern?
Implementing Routing Slip pattern using Masstransit Courier to handle the distributed transaction.
What is Idempotency in microservices and why is it necessary?
Implementation of idempotent microservice using Idempotent Consumer Pattern.