Skip to navigation
Skip to navigation
Skip to search form
Skip to login form
Skip to footer
Skip to main content
MVP189
LEO777
LEO777
LEO777
LEO777
LEO777
LEO777
LEO777
LEO777
LEO777
PAREPOS
JAVABET99
KONTAN88
PEWE128
LAGA88
SKY99IDN
BUANA88
BOXING55
DEWISRI88
DEWISRI88
DEWISRI88
MVP189
slot mania
MVP189
situs tergacor
pg slot wallet
Accessibility options
Accessibility profiles
Visual impairment
Seizure and epileptic
Color vision deficiency
ADHD
Learning
Content adjustments
Readable font
Highlight titles
Highlight links
Stop animations
Text size
+
+ +
+ + +
Line height
+
+ +
+ + +
Text spacing
+
+ +
+ + +
Color adjustments
Dark contrast
Light contrast
High contrast
High saturation
Low saturation
Monochrome
Orientation adjustments
Reading guide
Reading Mask
Big black cursor
Big white cursor
Email: it@huph.edu.vn
Email: it@huph.edu.vn
Các khóa học
Link list
Đổi giao diện
Giao diện cũ
Giao diện mới
Learning AI
Machine Learning cơ bản
en
English
Technology
Microservices Architecture and Implementation on .NET 5
0 students
Last updated
Mar 2024
Enrol now
Overview
Course content
Instructors
About the course
Show more...
Course content
Sections:
16
•
Activities:
0
•
Resources:
177
Expand all
Section 1
Introduction
001-Introduction
002-Prerequisites and Source Code
003-Run Final Application
004-What are Microservices
005-Monolithic Architecture Pros Cons
006-Microservices Architecture Pros Cons
007-Monolithic vs Microservices Architecture Comparison
008-What is Containers and Docker
009-Docker Containers Images and Registries
Section 2
Developing Your First Microservice - Catalog.API with MongoDb
010-Introduction
011-Create New Github Repository For Our Microservice Project
012-Clone Github Repository and Create New Solution with Visual Studio
013-Create Asp Net Web Api Project for Catalog API Microservic
014-MongoDb in Catalog Microservices
015-Setup Mongo Docker Database for Catalog API Microservices
016-MongoDb CLI Commands using Interactive Terminal For MongoDb Connection
017-Analysis and Architecting of Catalog Microservices
018-Repository Design Pattern
019-Developing Catalog API Microservices Creating Entities and MongoDB Driver Nuget
020-Developing Data Layer Connect Mongo Docker Container from Catalog API
021-Developing Business Layer Repository Pattern on Catalog API Microservice
022-Developing Presentation Layer Create CatalogController Class for Catalog API
023-Test and Run Catalog Microservice
024-Containerize Catalog Microservices with MongoDB using Docker Compose
025-Adding MongoDb image into Docker Compose File for Multi Container Docker Environ
/026-Test on Docker environment Catalog API and MongoDb into Docker Compose File
027-Debugging Docker Compose on Visual Studio for Catalog API with MongoDb
028-Mongo GUI Options for MongoDb Docker Image
Section 3
Developing Basket.API Microservices with Redis
029-Introduction
030-Create Asp Net Web Api Project for Catalog API Microservice
031-Redis in Basket Microservices
032-Setup Redis Cache Docker Database for Basket API Microservices
033-Redis CLI Commands using Interactive Terminal For Redis Connection
034-Analysis and Architecting of Basket Microservices
035-Developing Basket API Microservices Creating Entities
036-Connect Redis Docker Container from Basket API Microservice w AddStackExchange
037-Developing Repository Pattern on Basket API Microservice
038-Create BasketController Class for Basket API Microservice
039-Test and Run Basket Microservice
040-Containerize Basket Microservices with Redis using Docker Compose
041-Adding Redis image into Docker Compose File for Multi Container Docker Env
042-Test on Docker environment Basket API and Redis into Docker Compose Fil
043-Container management with Portainer
Section 4
Developing Discount.API Microservices with PostgreSQL
044-Introduction
045-Create Asp Net Web Api Project for Discount API Microservice
046-PostgreSQL in Discount Microservices
047-Setup PostgreSQL Docker Database for Discount API Microservices
048-Setup pgAdmin Management Portal for PostgreSQL Database for Discount API Microse
049-Create Coupon Table in the DiscountDb of PostgreSQL Database with pgAdmin Manage
050-Analysis and Architecting of Discount Microservices
051-Developing Discount API Microservices Creating Entities
052-Developing Repository Pattern Connect PostgreSQL use Dapper on Discount API
053-Create DiscountController Class for Discount API Microservice
054-Test and Run Discount Microservice
055-Containerize Discount Microservices with PostgreSQL using Docker Compose
056-Adding PostgreSQL image into Docker Compose File for Multi Container Docker Env
057-Migrate PostreSQL Database When Discount Microservices Startup
058-Test on Docker environment Discount API and PostgreSQL into Docker Compose
Section 5
Developing Discount.Grpc Microservices for Microservices Grpc Communication
059-Introduction
060-gRPC usage of Microservices Communication
061-Using gRPC in Microservices Communication with Net Example Repository
062-Create Discount Grpc Microservices Project in Microservices Solution
063-Managing PostreSQL Database Operations in Discount Grpc
064-Developing discount proto ProtoBuf file for Exposing Crud Services Discount Grpc-
065-Generate Proto Service Class from Discount proto File in Discount Grpc
066-Developing DiscountService class to Implement Grpc Proto Service Methods
067-Implementing AutoMapper into DiscountService Class of Discount Grpc Microservice
068-Developing CRUD in DiscountService class to Implement CRUD Grpc Proto Service
Section 6
Consuming Discount Grpc Service From Basket Microservice When Adding Cart Item
069-Introduction
070-Consuming Discount Grpc Service From Basket Microservice When Adding Cart Item
071-Consuming Discount Grpc Service From Basket Microservice When Adding Cart Item 2
072-Register Discount Grpc Client and Discount Grpc Service into the Basket API
073-Test and Run Discount Grpc and Basket Microservice
074-Containerize Discount Grpc Microservices with PostgreSQL using Docker Compose
075-Adding Grpc DiscountUrl Configuration in Basket API image configuration on DC
076-Test on Docker environment Basket API integrate Discount Grpc into DC
Section 7
Developing Ordering Microservices with Clean Architecture and CQRS Implemntation
077-Introduction
078-Analysis and Architecting of Ordering Microservices
079-Design Principles SOLID
080-Design Principles Dependency Inversion Principles DIP
081-Design Principles Separation of Concerns
082-Domain Driven Design
083-Clean Architecture with Domain Driven Design
084-CQRS Command Query Responsibility Segregation Design Pattern
085-Eventual Consisteny and Event Sourcing with CQRS Design Pattern
086-Code Structure on CQRS and DDD Implementation in Ordering Microservices
087-Create Asp Net Web Api Project for Ordering API Microservice
088-Create Clean Architecture Layers that Ordering Domain Application and Infra
089-Adding Project References Between Clean Architecture Layers
090-Developing Ordering Domain Layer in Clean Architecture
091-Developing Ordering Application Layer with CQRS Pattern Implementation in Clean
092-Developing Ordering Application Layer Application Contracts
093-CQRS Implementation with Mediator Design Pattern
094-Developing Ordering Application Layer Application Features GetOrdersListQuery
095-Developing Ordering Application Layer Application Command Features Checkout
096-Developing Ordering Application Layer Application Command Features UpdateOrder
097-Developing Ordering Application Layer Application Command Features DeleteOrder
098-Developing Ordering Application Layer Application Behaviours
099-Developing Ordering Application Layer Application Service Registrations
100-Developing Ordering API Presentation Layer in Clean Architecture
101-Developing Ordering Infrastructure Layer in Clean Architecture Persistence
102-Developing Ordering Infrastructure Layer in Clean Architecture Repositories
103-Developing Ordering Infrastructure Layer Infrastructure Service Registrations
104-Register Application and Infrastructure Layer Dependencies into Ordering API
105-Adding EF Core Migrations for Code First Approach in Ordering Microservices
106-Applying EF Core Migrations to Sql Server Automatically When Ordering API
107-Adding SqlServer image into Docker Compose File for Multi Container Docker Env
108-Test and Run Ordering Microservice
109-Test Ordering Microservices CQRS and Clean Architecture Flows
110-Containerize Ordering Microservices with SqlServer using Docker Compose
111-Test on Docker environment Ordering API and SqlServer into Docker Compose File
Section 8
Microservices Async Communication w/ RabbitMQ & MassTransit for Checkout Order
112-Introduction
113-Microservices Communication Types Request Driven or Event Driven Architecture
114-What is RabbitMQ Main Components of RabbitMQ
115-RabbitMQ Exchange Types
116-Adding RabbitMQ image into Docker Compose File for Multi Container Docker Env
117-Analysis Design BuildingBlocks EventBus Messages Class Library Project
118-Developing BuildingBlocks EventBus Messages Class Library
119-Produce RabbitMQ Event From Basket Microservice Publisher of BasketCheckoutEvent
120-Publish BasketCheckout Queue Message Event in Basket API Controller Class-
121-Publish BasketCheckout Queue Message Event in Basket API Controller Class Part 2
122-Test BasketCheckout Event in Basket API Microservices
123-Consume RabbitMQ Event From Ordering Microservice Subscriber of BasketCheckout
124-Subscribe BasketCheckout Queue Message Event in Ordering BasketCheckoutConsumer
125-Test BasketCheckout Event in Basket API and Ordering API Microservice
126-Test MassTransit Retry Mecanism of RabbitMQ Connection Problems
127-Containerize Basket and Ordering Microservices w RabbitMQ using Docker Compose
128-Test on Docker environment Basket and Ordering with RabbitMQ in Docker Compose
Section 9
Building API Gateways with Ocelot and Applying Gateway Routing Pattern
129-Introduction
130-Gateway Routing pattern
131-API Gateway Pattern
132-BFF Backend for Frontend Pattern
133-Main features in the API Gateway pattern-
134-Ocelot API Gateway
135-Authentication and authorization in Ocelot API Gateway
136-Analysis Design of API Gateway Microservices
137-Developing Ocelot Api Gateway Microservices with Adapting Ocelot Nuget Package
138-Adding ocelot json Configuration File For Routing Microservices in Ocelot Api
139-Test Ocelot Api Gateway With Routing Internal Microservices
140-Rate Limiting in Ocelot Api Gateway with Configuring Ocelot json File
141-Response Caching in Ocelot Api Gateway with Configuring Ocelot json File
142-Configure Ocelot Json For Docker Development Environment in Ocelot Api Gateway
143-Containerize Ocelot Api Gateway Microservices using Docker Compose
144-Test on Docker environment Ocelot API Gateway into Docker Compose File
Section 10
Api Gateway - Requests Aggregation Pattern in
145-Introduction
146-Gateway Aggregation pattern
147-Analysis Design of Shopping Aggregator Microservices Gateway Aggregation-
148-Developing Shopping Aggregator Microservices
149-Developing Dto Model Class for Api Aggreation Operations
150-Developing Service Classes for Consuming Internal Microservices in Shopping Aggr
151-Developing Service Classes Consuming Internal Microservices in Shopping Aggr 2
152-Test Shopping Aggreation Microservices with Docker Internal Microservices
153-Containerize Shopping Aggregator Microservices using Docker Compose
154-Test on Docker environment Shopping Aggregator into Docker Compose File
Section 11
Securing Microservices with IdentityServer4 and Ocelot
155-Introduction
Section 12
Building Shopping Web Application Microservices
156-Introduction
157-Background of Project
158-Analysis Design Shopping Web Application Microservice
159-Developing AspnetBasics Shopping Web Application Microservices
160-Overview of AspnetBasics Shopping Web Application Microservices
161-Refactoring of AspnetBasics Shopping Web Application Microservices
162-Register Http Client Factory for Consuming Api Gateway in AspnetBasics Shopping
163-Developing Service Implementations for Consuming Api Gateway in AspnetBasics
164-Developing Index Page in AspnetBasics Shopping Web Application Microservices
165-Developing Product Page in AspnetBasics Shopping Web Application Microservices
166-Developing Product Detail Page in AspnetBasics Shopping Web Application
167-Developing Cart and Order Page in AspnetBasics Shopping Web Application
168-Developing CheckOut Page in AspnetBasics Shopping Web Application Microservices
169-Refactoring Developments in AspnetBasics Shopping Web Application Microservices
170-Test AspnetBasics Shopping Web Application Microservices Over Ocelot Api Gateway
171-Containerize AspnetBasics Shopping Web Application Microservices using DC
172-Test on Docker environment AspnetBasics Shopping Web Microservices into Docker
Section 13
Assignment - Developing Blazor Single Page Application with Custom Api Gateway
173-Developing Blazor Single Page Application with Custom Api Gateway for CRUD
Section 14
Cross-Cutting Concerns - Microservices Observability with Distributed Logging
174-Microservices Observability with Distributed Logging Health Monitoring Resilie
Section 15
Deploying Microservices to Kubernetes, Automating with Azure DevOps into AKS
175-Deploying Microservices to Kubernetes Automating with Azure DevOps into AKS
Section 16
Thanks and Bonus Lecture
176-Bonus Lecture
177-Thanks
Instructors
Enrolment options
Microservices Architecture and Implementation on .NET 5
Course modified date:
19 Mar 2024
Enrolled students:
There are no students enrolled in this course.
Guests cannot access this course. Please log in.
Continue
Enrol now
This course includes
Resources
Share this course
Scroll to top
×
Close
×
Close