.NET 8 Microservices: DDD, CQRS, Vertical/Clean Architecture | Udemy


.NET 8 Microservices: DDD, CQRS, Vertical/Clean Architecture | Udemy [Update 03/2024]
English | Size: 12.4 GB
Genre: eLearning

Develop Microservices on .NET 8 used Asp.Net Web API,Docker,RabbitMQ,MassTransit,gRPC,Yarp APIGateway,Redis,SqlServer

What you’ll learn
ASPNET Core 8 Web API Development of Microservices
ASPNET Minimal APIs and latest features of .Net8 and C# 12
Vertical Slice Architecture implementation with Feature folders
CQRS implementation using MediatR library
CQRS Validation Pipeline Behaviours with MediatR and FluentValidation
Marten library for .NET Transactional Document DB on PostgreSQL
Carter Library for Minimal API endpoint definition
Using Redis as a Distributed Cache over Basketdb
Implements Proxy, Decorator and Cache-aside Design Patterns
Build a Highly Performant inter-service gRPC Communication with Basket Microservice
Consume Discount Grpc Service for inter-service sync communication to calculate product final price
Publish BasketCheckout Queue with using MassTransit and RabbitMQ
PostgreSQL database connection and containerization
Implementing DDD, CQRS, and Clean Architecture with using Best Practices
Developing CQRS with using MediatR, FluentValidation and Mapster packages
Using Entity Framework Core ORM and auto migrate to SqlServer when application startup
Entity Framework Core Code-First Approach, Migrations, DDD Entity Configurations in Clean Architecture implementation
Async Microservices Communication with RabbitMQ Message-Broker Service
Using RabbitMQ Publish/Subscribe Topic Exchange Model
Consuming RabbitMQ BasketCheckout event queue with using MassTransit-RabbitMQ Configuration
Using MassTransit for abstraction over RabbitMQ Message-Broker system
API Gateways with Yarp Reverse Proxy applying Gateway Routing Pattern
Yarp Reverse Proxy Configuration; Route, Cluster, Path, Transform, Destinations
Rate Limiting with FixedWindowLimiter on Yarp Reverse Proxy Configuration
ASPNET Core Web Application with Bootstrap 4 and Razor template
Consume YarpApiGateway APIs using Refit Library with Generated HttpClientFactory
Cross-cutting concerns Logging, global Exception Handling and Health Checks
Dockerfile and docker-compose file for running Multi-container Docker environment

This course comes from a live github aspnetrun microservices repository which verified from community with 2300+ stars and 1300+ forks.

You will learn how to build Microservices on .Net platforms which used Asp.Net Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation using latest codes and best practices of .NET 8 on cloud-native environments.

You will develop e-commerce modules over Product, Basket, Discount and Ordering microservices with NoSQL (PostgreSQL DocumentDB, Redis) and Relational databases (SQLite, Sql Server) with communicating over RabbitMQ Event Driven Communication and using Yarp API Gateway. You can find Microservices Architecture and Step by Step Implementation on .NET which step by step developing this course with extensive explanations and details.

Along with this you’ll develop following microservices and items:

Catalog microservice which includes;

  • ASP.NET Core Minimal APIs and latest features of .NET 8 and C# 12
  • Vertical Slice Architecture implementation with Feature folders
  • CQRS implementation using MediatR library
  • CQRS Validation Pipeline Behaviours with MediatR and FluentValidation
  • Marten library for .NET Transactional Document DB on PostgreSQL
  • Carter library for Minimal API endpoint definition
  • Cross-cutting concerns Logging, global Exception Handling and Health Checks
  • Dockerfile and docker-compose file for running Multi-container in Docker environment

Basket microservice which includes;

  • ASP.NETWeb API application, Following REST API principles, CRUD operations
  • Redis as a Distributed Cache over basketdb
  • Implements ProxyDecorator and Cache-aside Design Patterns
  • Consume Discount gRPC Service for inter-service sync communication to calculate product final price
  • Publish BasketCheckout Queue with using MassTransit and RabbitMQ

Discount microservice which includes;

  • ASP.NET gRPC Server application
  • Build a Highly Performant inter-service gRPC Communication with Basket Microservice
  • Exposing gRPC Services with creating Protobuf messages
  • Entity Framework Core ORM – SQLite Data Provider and Migrations
  • SQLite database connection and containerization

Microservices Communication

  • Sync inter-service gRPC Communication
  • Async Microservices Communication with RabbitMQ Message-Broker Service
  • Using RabbitMQ Publish/Subscribe Topic Exchange Model
  • Using MassTransit for abstraction over RabbitMQ Message-Broker system
  • Publishing BasketCheckout event queue from Basket microservices and Subscribing this event from Ordering microservices
  • Create RabbitMQ EventBus.Messages library and add references Microservices

Ordering Microservice

  • Implementing DDD, CQRS, and Clean Architecture with using Best Practices
  • Developing CQRS with using MediatR, FluentValidation and Mapster packages
  • Use Domain Events Integration Events
  • Entity Framework Core Code-First ApproachMigrationsDDD Entity Configurations
  • Consuming RabbitMQ BasketCheckout event queue with using MassTransit-RabbitMQ Configuration
  • SqlServer database connection and containerization
  • Using Entity Framework Core ORM and auto migrate to SqlServer when application startup

Yarp API Gateway Microservice

  • Implement API Gateways with Yarp Reverse Proxy applying Gateway Routing Pattern
  • Yarp Reverse Proxy Configuration; Route, Cluster, Path, Transform, Destinations
  • Rate Limiting with FixedWindowLimiter on Yarp Reverse Proxy Configuration
  • Sample microservices/containers to reroute through the API Gateways

WebUI ShoppingApp Microservice

  • ASP.NET Core Web Application with Bootstrap 4 and Razor template
  • Consume YarpApiGateway APIs using Refit Library with Generated HttpClientFactory
  • ASPNET Core Razor Tools — View Components, partial Views, Tag Helpers, Model Bindings and Validations, Razor Sections etc.

Docker Compose establishment with all microservices on docker;

  • Containerization of microservices
  • Orchestrating of microservices and backing services (databases, distributed caches, message brokers..)
  • Override Environment variables

On top of all these, you’ll learn how to write quality code, not just how to build microservices. In this course you will see the demonstrating a layered application architecture with DDD best practices. Implements NLayer Hexagonal architecture (Core, Application, Infrastructure and Presentation Layers) and Domain Driven Design (Entities, Repositories, Domain/Application Services, DTO’s…) and aimed to be a Clean Architecture, with applying SOLID principles in order to use for a project template. Also implements best practices like loosely-coupled, dependency-inverted architecture and using design patterns such as Dependency Injection, logging, validation, exception handling and so on.

Is this course for you?

This course is very practical, about 95%+ of the lessons will involve you coding along with me on this project. If you are the type of person who gets the most out of learning by doing, then this course is definitely for you.

Tools you need for this course

In this course all the lessons are demonstrated using Visual Studio as a code editor. You can of course use any code editor you like and any Operating system you like as long as it’s Windows or Mac. Also using Docker Desktop in order to use different database providers.

Who this course is for:

  • Beginner of AspNet Core developers who interested in APIs and Microservices
  • C# developers interested in learning how to build Microservices on .Net
  • Senior Developers who want to engage with Microservices on .Net
DOWNLOAD FROM RAPIDGATOR

rapidgator.net/file/a49168d65eb855cb85241d3b7c3a7ff0/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part01.rar.html
rapidgator.net/file/1a54181805f9520974a9b1ffde1a3c37/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part02.rar.html
rapidgator.net/file/c658c6fefe9423dcbf405ea04ae2a218/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part03.rar.html
rapidgator.net/file/f8b4a49262497d64d971297fe90e46b4/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part04.rar.html
rapidgator.net/file/837fc90325b809fcac7654a1a387d99a/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part05.rar.html
rapidgator.net/file/6a572ddfb491c30eb8fc88f93e59d4b5/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part06.rar.html
rapidgator.net/file/90201aff2bef7892de557ed927669c6b/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part07.rar.html
rapidgator.net/file/a8569e3afdaf15ed3c4f5f75787c5f47/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part08.rar.html
rapidgator.net/file/105ea50c31ab3635ca16d62a56d1ca4a/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part09.rar.html
rapidgator.net/file/a697db889e089b31bf43d0f5cce799c8/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part10.rar.html
rapidgator.net/file/f96634d88802eea7187d6bbfecdf761f/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part11.rar.html
rapidgator.net/file/7b0f14f6e06d0e70481d0d657761755c/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part12.rar.html
rapidgator.net/file/3552464d37a21fcc3a64606ed37f7a49/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part13.rar.html
rapidgator.net/file/6f18b3882597d5f0e5a973b560efa022/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part14.rar.html
rapidgator.net/file/2c4b526bd67ce1ec08afa02093debb4d/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part15.rar.html
rapidgator.net/file/51d4c80763b4bbd88c4f1c2878ad3ac6/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part16.rar.html
rapidgator.net/file/3511db114563fb815397bc8c3ce243fb/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part17.rar.html
rapidgator.net/file/88f9a30e92d1d35a6e7b81bc09e1df31/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part18.rar.html
rapidgator.net/file/6172e889908ea519637e510a34ea3641/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part19.rar.html
rapidgator.net/file/8fbe44e2176db1f506990fa7a8233ec1/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part20.rar.html
rapidgator.net/file/0b39529d97c37426dcf14a79b315afa2/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part21.rar.html
rapidgator.net/file/4ac9b6b7062823bba4f12cd9a35b9bbb/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part22.rar.html

DOWNLOAD FROM TURBOBIT

tbit.to/1efmgrlxx1f6/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part01.rar.html
tbit.to/dgqlg9zy9re2/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part02.rar.html
tbit.to/u7ajfehc3hv2/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part03.rar.html
tbit.to/8j1qaukobeyg/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part04.rar.html
tbit.to/rkdb88ype2hu/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part05.rar.html
tbit.to/m6uc2ilt0iia/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part06.rar.html
tbit.to/88oturbsejyu/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part07.rar.html
tbit.to/g722z2oovpg0/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part08.rar.html
tbit.to/is0jiy7aoon2/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part09.rar.html
tbit.to/0864lw040khr/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part10.rar.html
tbit.to/iy0pha3fchcb/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part11.rar.html
tbit.to/09pjx8w39lxa/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part12.rar.html
tbit.to/wv8orc9pr4fb/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part13.rar.html
tbit.to/pg45nu8z8595/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part14.rar.html
tbit.to/xswm8blugdpg/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part15.rar.html
tbit.to/90la8a02isix/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part16.rar.html
tbit.to/p20tiqigxjs6/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part17.rar.html
tbit.to/q8exquwh1ahh/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part18.rar.html
tbit.to/p4kie465k8r9/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part19.rar.html
tbit.to/v7fl9b6hx88x/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part20.rar.html
tbit.to/vcwqxobeb8ma/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part21.rar.html
tbit.to/tuevc0s7mf48/UD-.NET8MicroservicesDDDCQRSVerticalCleanArchitecture2024-3.part22.rar.html

If any links die or problem unrar, send request to
forms.gle/e557HbjJ5vatekDV9

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.