% Off Udemy Coupon - CourseSpeak

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

Develop Microservices on .NET 8 used ASP.NET Web API, Docker, RabbitMQ, MassTransit, gRPC, Yarp Gateway, Redis,SqlServer

$9.99 (90% OFF)
Get Course Now

About This Course

<div>This course comes from a live github aspnetrun microservices repository which verified from community with 3000+ stars and 1600+ forks.</div><div><br></div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>Along with this you’ll develop following microservices and items:</div><div><span style="font-size: 1rem;"><br></span></div><div><span style="font-size: 1rem;">Catalog microservice which includes;</span></div><div><ul><li><span style="font-size: 1rem;">ASP.NET Core Minimal APIs and latest features of .NET 8 and C# 12</span></li><li><span style="font-size: 1rem;">Vertical Slice Architecture implementation with Feature folders</span></li><li><span style="font-size: 1rem;">CQRS implementation using MediatR library</span></li><li><span style="font-size: 1rem;">CQRS Validation Pipeline Behaviours with MediatR and FluentValidation</span></li><li><span style="font-size: 1rem;">Marten library for .NET Transactional Document DB on PostgreSQL</span></li><li><span style="font-size: 1rem;">Carter library for Minimal API endpoint definition</span></li><li><span style="font-size: 1rem;">Cross-cutting concerns Logging, global Exception Handling and Health Checks</span></li><li><span style="font-size: 1rem;">Dockerfile and docker-compose file for running Multi-container in Docker environment</span></li></ul></div><div><span style="font-size: 1rem;"><br></span></div><div><span style="font-size: 1rem;">Basket microservice which includes;</span></div><div><ul><li><span style="font-size: 1rem;">ASP.NET 8 Web API application, Following REST API principles, CRUD operations</span></li><li><span style="font-size: 1rem;">Redis as a Distributed Cache over basketdb</span></li><li><span style="font-size: 1rem;">Implements Proxy, Decorator and Cache-aside Design Patterns</span></li><li><span style="font-size: 1rem;">Consume Discount gRPC Service for inter-service sync communication to calculate product final price</span></li><li><span style="font-size: 1rem;">Publish BasketCheckout Queue with using MassTransit and RabbitMQ</span></li></ul></div><div><span style="font-size: 1rem;"><br></span></div><div><span style="font-size: 1rem;">Discount microservice which includes;</span></div><div><ul><li><span style="font-size: 1rem;">ASP.NET gRPC Server application</span></li><li><span style="font-size: 1rem;">Build a Highly Performant inter-service gRPC Communication with Basket Microservice</span></li><li><span style="font-size: 1rem;">Exposing gRPC Services with creating Protobuf messages</span></li><li><span style="font-size: 1rem;">Entity Framework Core ORM - SQLite Data Provider and Migrations</span></li><li><span style="font-size: 1rem;">SQLite database connection and containerization</span></li></ul><span style="font-size: 1rem;">Microservices Communication</span><br><ul><li><span style="font-size: 1rem;">Sync inter-service gRPC Communication</span></li><li><span style="font-size: 1rem;">Async Microservices Communication with RabbitMQ Message-Broker Service</span></li><li><span style="font-size: 1rem;">Using RabbitMQ Publish/Subscribe Topic Exchange Model</span></li><li><span style="font-size: 1rem;">Using MassTransit for abstraction over RabbitMQ Message-Broker system</span></li><li><span style="font-size: 1rem;">Publishing BasketCheckout event queue from Basket microservices and Subscribing this event from Ordering microservices</span></li><li><span style="font-size: 1rem;">Create RabbitMQ EventBus.Messages library and add references Microservices</span></li></ul><span style="font-size: 1rem;">Ordering Microservice</span><br><ul><li><span style="font-size: 1rem;">Implementing DDD, CQRS, and Clean Architecture with using Best Practices</span></li><li><span style="font-size: 1rem;">Developing CQRS with using MediatR, FluentValidation and Mapster packages</span></li><li><span style="font-size: 1rem;">Use Domain Events &amp; Integration Events</span></li><li><span style="font-size: 1rem;">Entity Framework Core Code-First Approach, Migrations, DDD Entity Configurations</span></li><li><span style="font-size: 1rem;">Consuming RabbitMQ BasketCheckout event queue with using MassTransit-RabbitMQ Configuration</span></li><li><span style="font-size: 1rem;">SqlServer database connection and containerization</span></li><li><span style="font-size: 1rem;">Using Entity Framework Core ORM and auto migrate to SqlServer when application startup</span></li></ul><span style="font-size: 1rem;">Yarp API Gateway Microservice</span><br><ul><li><span style="font-size: 1rem;">Implement API Gateways with Yarp Reverse Proxy applying Gateway Routing Pattern</span></li><li><span style="font-size: 1rem;">Yarp Reverse Proxy Configuration; Route, Cluster, Path, Transform, Destinations</span></li><li><span style="font-size: 1rem;">Rate Limiting with FixedWindowLimiter on Yarp Reverse Proxy Configuration</span></li><li><span style="font-size: 1rem;">Sample microservices/containers to reroute through the API Gateways</span></li></ul><span style="font-size: 1rem;">WebUI ShoppingApp Microservice</span><br><ul><li><span style="font-size: 1rem;">ASP.NET Core Web Application with Bootstrap 4 and Razor template</span></li><li><span style="font-size: 1rem;">Consume YarpApiGateway APIs using Refit Library with Generated HttpClientFactory</span></li><li><span style="font-size: 1rem;">ASPNET Core Razor Tools — View Components, partial Views, Tag Helpers, Model Bindings and Validations, Razor Sections etc.</span></li></ul></div><div><span style="font-size: 1rem;">Docker Compose establishment with all microservices on docker;</span></div><div><ul><li><span style="font-size: 1rem;">Containerization of microservices</span></li><li><span style="font-size: 1rem;">Orchestrating of microservices and backing services (databases, distributed caches, message brokers..)</span></li><li><span style="font-size: 1rem;">Override Environment variables</span></li></ul></div><div><br></div><div>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.</div><div><br></div><div><span style="font-size: 1rem;">Is this course for you?</span></div><div><br></div><div>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.</div><div><br></div><div>Tools you need for this course</div><div><br></div><div>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.</div>

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
  • Tactical Domain-Driven Design: Entities, Value Objects, Aggregates, Agg. Roots
  • 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