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
NET Core Microservices - The Complete Guide
0 students
Last updated
Mar 2024
Enrol now
Overview
Course content
Instructors
About the course
Show more...
Course content
Sections:
19
•
Activities:
0
•
Resources:
208
Expand all
Section 1
Section 1 Introduction
001-Introduction
002-What we will Build
003-Course Overview
004-Why Microservices
005-Microservice Architecture
006-Project Architecture
007-Tools Needed
008-What this course is NOT about
009-Prerequisites
010-Project Resources
Section 2
Section 2 Coupon API - Getting Started
011-Create Empty Solution
012-Create Folder Structure
013-Create Coupon API
014-Create Coupon and CouponDTO
015-Install Nuget Packages
016-Create AppDbContext
017-Create Coupon API Database
018-Seed Database
019-Get all and Get Coupon by ID
020-Common Response
021-AutoMapper
022-Coupon API CRUD Endpoints
Section 3
Section 3 Coupon API - CRUD
023-Create Web Project
024-Create Request and Response DTO
025-Base Service Interface
026-Base Service Implementation
027-Coupon Service Interface
028-Register Services in Program Class File
029-Endpoints in Coupon Service
030-Bootswatch Theme and Bootstrap Icons
031-Coupon Controlle
032-API Call in Action
033-Coupon Index View
034-Create Coupon View
035-Create Coupon in Action
036-Delete Coupon and Error
037-Delete Coupon in Action
038-Toastr Notifications
Section 4
Section 4 Auth API
039-Create Auth API and NuGet Packages
040-Add DbContext and Create Identity Tables
041-Add Custom Properties to User Table
042-Endpoints for Login and Register
043-Add DTO
044-Configure JwtOptions
045-IAuth Service
046-Register Endpoint in Auth Service
047-Register in Action
048-Login in Action
049-Generate Jwt Token
050-Token in Action
051-Assign Role
Section 5
Section 5 Consuming Auth API
052-Add DTO s in Web Project
053-Auth Service in Web Project
054-Auth Controller in Web Project
055-Login and Register UI
056-Dropdown for Role
057-Register in Action with Role
058-Login in Action
059-Token Provider Services
060-Sign in a user in NET Identity
061-Logout in Action
062-Adding Roles in Token
063-Validation with Login and Register
064-Internal Server Error
065-Addd Authentication to Swagger Gen
066-Passing Token to API
067-Clean Code
068-Roles Demo
Section 6
068-Roles Demo
069-Product API Base Setup
070-Assignment Product API
071-Assignment Product API in Action
072-Assignment Consuming Product API Part 1
073-Assignment Consuming Product API Part 2
Section 7
Section 7 Home Page and Details
074-Home Controller Index Action
075-Home Page UI
076-Details Get Action Method
077-Details UI-
078-Add Count in Product
Section 8
Section 8 Shopping Cart
079-Create Project and NuGet Packages
080-Create Model and DTO
081-Basic API Setup
082-Create Cart API Controller
083-Cart Upsert Logic Part 1
084-Cart Upsert Logic Part 2
085-Remove Cart Details
086-Load Shopping Cart
087-Calling Product API from Shopping Cart
088-Interservice API Call in Action
089-Apply and Remove Coupon Endpoints
090-Consuming Coupon API
Section 9
Section 9 Shopping Cart in Web Project
091-Add Cart Service
092-Load Shopping Cart in Web Project
093-Fixing a Bug
094-Add Items to Shopping Cart-
095-Shopping Cart UI
096-Shopping Cart Functional
097-Delegating Handlers
098-Shopping Cart Bug
099-Async in Project
100-Async vs Sync Communication in Microservice
Section 10
Section 10 Service Bus
101-Service Bus in our Architecture
102-Create Service Bus in Azure
103-Create Queue in Service Bus
104-MessageBus Interface
105-MessageBus Implementation
106-Post Message to Service Bus
107-More Properties in Cart
Section 11
Section 11 Email API - Service Bus Receiver
108-Setup Email and DTO
109-Implement Processor for Service Bu
110-Register Methods to Processor
111-Register Service Bus Consumer on Application Start
112-Consuming Messages in Action
113-Asynchronous Communication in Action
114-Assignment Register User Queue
115-Assignment Solution Part 1 Send Message to Queue
116-Assignment Solution Part 2 Processor on Register User Queue
Section 12
Section 12 Checkout UI and Order API
117-Checkout UI
118-Dynamic Checkout UI
119-Create Order API
120-Add DTO s in Order API
121-Order Header and Details Model and DTO
122-Order API Base Setup
123-Mapping Config for Order API
124-Constants in Order API
125-Order Create Endpoint
126-Create Order Service-
127-Create Order Header
Section 13
Section 13 Stripe Checkout
128-Stripe Flow and Stripe DTO
129-Order Confirmation Page
130-Configure Stripe in Project
131-Create Stripe Session in Order API
132-Call Stripe Session Endpoint from Web Project
133-Stripe Bug
134-Manage Stripe Coupons
135-Stripe Coupons and Order in Action
136-Validate Stripe Session
137-Payment Intent and Status
Section 14
Section 14 Rewards API
138-Topic and Subscription in Service Bus
139-Create Rewards AP
140-Setup DBContext and Rewards Table
141-Publish Message to Topic
142-Send Message to Topic in Action
143-Reward Servic
144-Add Service Bus Consumer to Rewards API
145-New Method in Email Service
146-Consumer Order Created Subscription Message
147-Solving Bug with Consumers
Section 15
Section 15 Order Management
148-Get All and Individual Order Endpoints
149-Update Order Status Endpoint
150-Add Endpoints to Order Service
151-Order List UI-
152-Configure Database Endpoint
153-Load Datatables
154-Order Details Get Action
155-Dynamic Order Details UI
156-Dynamic Status Buttons
157-Dynamic Status Updates-
158-Add Status Filter in URL
159-Modify Controller to Accept Status
160-Toggle UI Filters
161-Filter in Action
Section 16
Section 16 Upload Images
162-Modify Product Model and DTO
163-Modify Base Service for Form File
164-Post Endpoint in ProductAPI
165-Upload Image on Create Product
166-Solve Bug with Create Product
167-Delete Product with Image-
168-Update Product Image in Action
169-Custom Validation with Data Annotations
Section 17
Gateway
170-Gateway Introduction
171-Create Gateway Project
172-Configure Application to use Ocelot
173-Add Authentication to Ocelot
174-Add First Ocelot Route
175-Product Functional with Ocelot
176-Ocelot Coupon Endpoints
177-Ocelot Assignment
178-Shopping Cart Endpoints with Ocelot
179-Order Endpoints in Ocelot
180-Clean Code
181-Ocelot Bug
182-Small UI Update
Section 18
Azure Deployment
183-Remove Ocelot
184-Create Database for API
185-Production Appsettings with Azure SQL Database
186-Deploy Auth API to Azure
187-Host API and Modify Environment Variable
188-Deploy Web Project
189-Microservices Functional on Azure-
190-Deploy Gateway Project
191-Gateway in Action on Azure
Section 19
RabbitMQ Implementation
192-Installing RabbitMQ
193-New Branch for RabbitMQ
194-RabbitMQ Message Sender
195-Send Message to RabbitMQ Queue
196-Retrieve Message in RabbitMQ Management
197-Create Rabbit MQ Consumer Part 1
198-Create Rabbit MQ Consumer Part 2
199-Consuming Message in Action
200-More optimized RabbitMQ Sender
201-Assignment Email Functionality with RabbitMQ
202-Assignment Send Message to Queue
203-Assignment Consumer Message in Action
204-Publish to Fanout
205-Publish to Fanout in Action
206-Fanout in Action
207-Direct Exchange Rabbit MQ Sender-
208-Demo Direct Message
Instructors
Enrolment options
NET Core Microservices - The Complete Guide
Course modified date:
20 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