ASPNET Core MVC - The Complete Guide - Almost Features Of MVC
  • Framework: .NetCore
  • Status: Completed
  • Github: https://github.com/JinDragonL/ASPNETCoreMVC
# Title Description Link
1 MVC Concept & Project Structure
2 Project Structure - MVC Tìm hiểu cấu trúc template MVC mẫu được tạo sẳn bởi Visual Studio.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/1LX5QR6aUHQ?si=9cR9qyCp1qtImEG8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
3 MVC Pattern Hiểu kiến trúc mô hình MVC
<iframe width="100%" height="600" src="https://www.youtube.com/embed/CjS1VnWGOks?si=8EDdilrrfUUbj3YT" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
4 Static File Tìm hiểu cơ chế quản lý Static File trong ứng dụng MVC
<iframe width="100%" height="600" src="https://www.youtube.com/embed/6ar1WnRcRWk?si=7dIHRlSeXJpNItm2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
5 Runtime Compilation Hiện thực tự động compile code trong MVC
<iframe width="100%" height="600" src="https://www.youtube.com/embed/6qR0aDE7Qyc?si=Cj9MySRgVTww2QlZ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
6 Areas Tìm hiểu đặc tính Areas tổ chức và hệ thống code theo chức năng riêng biệt
<iframe width="100%" height="600" src="https://www.youtube.com/embed/TQvAfN_Xa-w?si=9UsJjasG2TXPYdJy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
7 Routing Hiện thực cài đặt Routing để chỉ định điều hướng trong ứng dụng MVC
<iframe width="100%" height="600" src="https://www.youtube.com/embed/0bypxvAD2co?si=5e09RBWPyb3YgK36" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
8 Database Design (2 part) Hiểu cách thức phân tích mô tả để tạo cấu trúc database
<iframe width="100%" height="600" src="https://www.youtube.com/embed/0P5BKo1K4ls?si=qOw-yEekudfz22xh" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
9 Connect to Database & Clean Architecture
10 Generic Class & Method (Options) Hiểu đặc tính Generic Class & Method
<iframe width="100%" height="600" src="https://www.youtube.com/embed/PyTlBTStahE?si=9szJBIA94akNh-y7" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
11 Clean Architechture Tạo kiến trúc phân tầng cho project theo nguyên tắc Clean Architecture (Onion Architecture)
<iframe width="100%" height="600" src="https://www.youtube.com/embed/kYtR7sdMSzU?si=-pVOD2NLjEKqN0GK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
12 Create DbContext Tạo DbContext kết nối trực tiếp vào database Ms SQL Server
<iframe width="100%" height="600" src="https://www.youtube.com/embed/KXh4rn-BB0o?si=nlL0VBhCWaH5mZQx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
13 Create Entities Model Hiện thực model để tạo table cho database thực
<iframe width="100%" height="600" src="https://www.youtube.com/embed/U9bnjwyU68E?si=qF51ydPSXwD2lsTi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
14 EF Migrations Hiện thực migration để cập nhật vào Ms SQL để tạo database structure
<iframe width="100%" height="600" src="https://www.youtube.com/embed/8Jyiql2vOeA?si=Uq4at5hxNU1IJNq5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
15 Seeding Data Tạo dữ liệu mặc định cho database từ lúc khởi tạo.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/3VdP46lvZJY?si=dKb2qorf7ldw8O0K" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
16 Create Template For Admin Area Tạo giao diện cho phân vùng Admin
<iframe width="100%" height="600" src="https://www.youtube.com/embed/2PFGBoe2cPw?si=JbSBI60HoPu9eX7S" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
17 Partial View Hiểu về Partial View
<iframe width="100%" height="600" src="https://www.youtube.com/embed/hVWUgOU4s5Y?si=R2pgywPap7x14jWc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
18 Concept about Repository & Unit of Work Pattern Hiểu về khái niệm Repository và Unit of Work áp dụng vào phát triển ứng dụng MVC
<iframe width="100%" height="600" src="https://www.youtube.com/embed/qEN62KCMBLE?si=mJMyCtdmO2loUeVk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
19 Implement Repository Hiện thực tạo Repository để giao tiếp database với những lớp abstract
<iframe width="100%" height="600" src="https://www.youtube.com/embed/QZWiGG_atIQ?si=IPpHjUTlNSf_3JVT" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
20 Implement Unit Of Work Pattern Hiện thực Unit of Work
<iframe width="100%" height="600" src="https://www.youtube.com/embed/Uv-DNdLj7TY?si=I5Wt5cmNFQDiZmnI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
21 Authentication Identity & Account Management
22 Create Template for Login Page Tạo giao diện cho trang Login
<iframe width="100%" height="600" src="https://www.youtube.com/embed/nI6k8CH1T98?si=rmEhpuKRgF54f07Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
23 Model Validation Ràng buột dữ liệu cho form Login
<iframe width="100%" height="600" src="https://www.youtube.com/embed/7HzH2HYEzFc?si=RznswbtRnI4emCMB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
24 Signin & Signout Hiện thực code để xử lý Login & Logout với ASP.Net Identity
<iframe width="100%" height="600" src="https://www.youtube.com/embed/ZgnWr3vLhJc?si=RTSKqmIIoHFD8BFL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
25 Config Extent Cookie, Handle Lockout, RememberMe Hiện thực nâng cao cho Login, tạo Idle cho Login, hiện thực Remember me, <br/>hiện thực Lock out tài khoản khi log in sai quá nhiều lần
<iframe width="100%" height="600" src="https://www.youtube.com/embed/w7D67MrYBvU?si=uuGBs1WUEme9BC4y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
26 Account List - Register Datatable Library Tạo giao diện quản lý Account và tích hợp library Datatable.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/jLdSgADUr8k?si=WNFmx1yGeCFM-IJG" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
27 Account List - Loading Data Hiện thực code tải dữ liệu, xử lý phân trang, filter, sử dụng những class hoàn toàn của Identity <br/>để thao tác dữ liệu với tài khoản người dùng.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/6T_g41ZpyGQ?si=p8jXVyidisXoWicA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
28 Create Form Account Tạo Form nhập liệu cho Account, sử dụng tag-helper của MVC để map vào input.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/UkTJ641_J_E?si=c0Buvy72bUxjT-3I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
29 Implement Insert Hiện thực code để insert dữ liệu vào database.
<iframe width="100%" height="315" src="https://www.youtube.com/embed/v5Ao1Fa1AxM?si=y0X_Fftg9vQD0gI4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
30 Implement Update Hiện thực code để update dữ liệu cho Account.
<iframe width="100%" height="315" src="https://www.youtube.com/embed/v5Ao1Fa1AxM?si=y0X_Fftg9vQD0gI4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
31 Upload Image Hiện thực code để lưu ảnh người dùng.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/DZCCx74I-68?si=756s0jlrSxrZVdbR" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
32 Preview Image After Update Xử lý preview ảnh ngay sau khi upload, và handle vấn đề nếu không load được ảnh hoặc ảnh bị xóa.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/8r4KDfM9zuE?si=0N6Pq4ylUnjGjfMa" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
33 Dynamic Breadscrumb Hiện thực code tạo breadscrumb, hiểu cách sử dụng Attribute Filter trong MVC.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/CKG8mATRX0E?si=c5ZvklJZSNgzx2Gv" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
34 Implement Delete Hiện thực code để delete dữ liệu cho Account.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/OLkRYmRV4js?si=_03IFweUNTHtX91A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
35 Toaster Plugin (Jquery) Cài đặt và sử dụng plugin Toaster để hiển thị thông báo
<iframe width="100%" height="600" src="https://www.youtube.com/embed/EF6kZ0K0kgo?si=QPGfGudtnBRd8886" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
36 Genre & Book Management
37 Gerne List - (Repository) Hiện thực list thông tin Genre sử dụng Repository để get dữ liệu.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/hC_-EVgEmGw?si=-YMawrNk6rPaIrUx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
38 Implement Modal Bootstrap Handle Insert Sử dụng Modal của Bootstrap để tạo form nhập liệu cho Genre. <br/>Kết hợp xử lý client vs server tránh tình trạng refresh page tạo sự thân thiện giao diện.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/Y337S2g121c?si=vMOdCaNwkfiW8dlW" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
39 Implement Update Genre Hiện thực load thông tin động lên form nhập liệu.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/ReRyCyciX-g?si=369_hUP1NFIwgfKA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
40 Global Authorize Hiện thực Global Authentication với Policy
<iframe width="100%" height="600" src="https://www.youtube.com/embed/ZPtuGnuIKOk?si=vb0UxKZncj1Ceh4u" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
41 Implement Dapper Hiện thực Dapper để gọi store procedure từ database trong NetCore.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/WRC8DmpRBMA?si=JcmusHPirIiKj_Fm" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
42 Create Store Procedure in MsSQL Hiện thực code trong Ms SQL để tạo store procedure xử lý phân trang cho list Book
<iframe width="100%" height="600" src="https://www.youtube.com/embed/cVmC8F_V6Lk?si=Ug23hl1HSmpDpr3x" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
43 Scaffolding Hiểu khái niệm Scaffolding trong MVC để tạo form cho Book
<iframe width="100%" height="600" src="https://www.youtube.com/embed/m7_Pg8OmyeA?si=EKkkhLtbyq1DdwgT" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
44 Generate Code For Book Hiện thực code tự động generate một code cho mỗi Book
<iframe width="100%" height="600" src="https://www.youtube.com/embed/ZTI-_fykU1Q?si=eeC18xLdYX45YNbC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
45 Background Waiting Hiện thực xử lý tạo background waiting ngăn người dùng click nhiều lần trên giao diện
<iframe width="100%" height="600" src="https://www.youtube.com/embed/hNlPx01lp-8?si=05SxHk37XXDJ_yV6" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
46 Cart Management & Checkout
47 Loading Book Data For Site Hiện thực code để hiển thị Book lên giao diện cho front-end
<iframe width="100%" height="600" src="https://www.youtube.com/embed/C5m0SsOClu4?si=lykaNNhNxIvR6Bw2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
48 Load List Genre With Total of Items Hiển thị list Genre cho Book với tổng số lượng ngoài front-end
<iframe width="100%" height="600" src="https://www.youtube.com/embed/gZsZohOK5uc?si=NM4eciP-zUlAPjM5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
49 Shopping Cart Hiện thực code xử lý thêm sản phẩm vào giỏ hàng
<iframe width="100%" height="600" src="https://www.youtube.com/embed/q45gVom6fHs?si=NBXMhmm6t9HSfIcM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
50 Implementing Pagination For Book List Hiện thực code xử lý phân trang cho list Book ngoài front-end
<iframe width="100%" height="600" src="https://www.youtube.com/embed/ckyhLyjDQa4?si=q0MsRdxjcb6vWKsj" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
51 Create Cart Page Tạo giao diện trang quản lý Cart người dùng
<iframe width="100%" height="600" src="https://www.youtube.com/embed/Ay1YvjAcMfo?si=LF8OsHGsGBfCB21m" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
52 Update Cart Xử lý cập nhật thông tin cart khi thay đổi số lượng.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/tMn5s3dsWas?si=t0CTEJ7Ckdr8AZ9m" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
53 Update Cart To Server Hiện thực code cập nhập thông tin card vào session, lưu trữ trên server.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/-13bVrUwspg?si=1sgNoaaobc0WmIc9" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
54 Implement Action Filter Hiện thực action filter để xử lý số lượng thông tin cart trên header
<iframe width="100%" height="600" src="https://www.youtube.com/embed/3TbiY5VqbT4?si=7VkJ8UiE7l2sEaeQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
55 Checkout Page Hiện thực code tạo form check-out
<iframe width="100%" height="600" src="https://www.youtube.com/embed/BXn9STL57OQ?si=sNG_VQV7XGBitk5d" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
56 Order Processing & Report Managment
57 Integrate Paypal Tích hợp thanh toán trực tuyến với Paypal
<iframe width="100%" height="600" src="https://www.youtube.com/embed/VHYcv9t8gpQ?si=jMZbkC9-q2130bne" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
58 Processing Order Hiện thực tạo order từ việc check-out của người dùng
<iframe width="100%" height="600" src="https://www.youtube.com/embed/V5JEKZ4TUlw?si=0GXnFEP-Os1ef1jI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
59 Send Email With Brevo API Gateway Hiện thực gửi mail với gateway API Brevo
<iframe width="100%" height="600" src="https://www.youtube.com/embed/kF1BlKqG2SI?si=fZsvKnf8s3j__aXt" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
60 Order List Tạo trang quản lý Order, load dữ liệu từ store procedure.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/b4aMPgpskws?si=hBkR2CZcR0lj1uFJ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
61 Export PDF Xuất file PDF Order thanh toán cho khách hàng
<iframe width="100%" height="600" src="https://www.youtube.com/embed/15rYM5ZARBw?si=BgN8ZMMS6PPoAwVu" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
62 Create Order Report Page Tạo trang report cho Order, hiện thực filter theo ngày tháng, trạng thái và loại Genre
<iframe width="100%" height="600" src="https://www.youtube.com/embed/GskjkSMbRRk?si=CFxwj31iCErDXSeS" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
63 Export Excel File Hiện thực export excel thống kê theo filter của trang report Order
<iframe width="100%" height="600" src="https://www.youtube.com/embed/EseXwih0Pc0?si=_oqWmHHqH_hLFMwy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
64 Chart Hiện thực thông kê dữ liệu Order theo Chart
<iframe width="100%" height="600" src="https://www.youtube.com/embed/ropE2fa0GQE?si=nlm4H6urYCzhrkeG" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
65 Advanced Concepts & Publish Application Website
66 External Login - Google Hiện thực chứng thực với tài khoản Google
<iframe width="100%" height="600" src="https://www.youtube.com/embed/5GvJfp6s4gQ?si=-Zhkd2eYu6UJ03IH" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
67 External Login Facebook Hiện thực chứng thực với tài khoản Facebook
<iframe width="100%" height="600" src="https://www.youtube.com/embed/OzcxmvMW29M?si=twOH80_xO8FALWO3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
68 Multiple Language Hiện thực đa ngôn ngữ trong ứng dụng MVC trong Netcore.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/G1uqsvh2JN0?si=AIZyRW6kXLcOupTG" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
69 Captcha Hiện thực captcha xác thực người dùng không phải là máy.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/eN9AJaA2iLg?si=kFrSRa8DKqQaRkGy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
70 Handle Error And Logging Hiện thực xử lý Global Error và ghi Log.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/WYYvdPEkb50?si=UF05OCgLU5xN_tB2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
71 ViewComponent Hiểu khái niệm View Component nâng cao trong MVC.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/KJf4gWaw_4Q?si=8nj2oGfFpzbgTHlK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
72 Optimize Code And End Project Optimize Code. Xử lý migration cho store procedure, cải thiện performance cho EF, <br/> đổi tên method cho đồng nhất hệ thống,...
<iframe width="100%" height="600" src="https://www.youtube.com/embed/Jh_Du6du4DM?si=jac8nTHaFx21rzKs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
73 Bundlers And Minifiers Tối ưu hóa package build và cải thiện tốc độ tải files cho ứng dụng MVC.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/t_udH9soP7c?si=4x5jjV0nVI1L1rjL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
74 Setup Environment Hosting Microsoft Azure Cài đặt môi trường Microsoft Azure từng bước để host website
<iframe width="100%" height="600" src="https://www.youtube.com/embed/LIhYucF7s58?si=sU3gjYLEqKvddQOS" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
75 Website Hosting Host ứng dụng website MVC đến môi trường online.
<iframe width="100%" height="600" src="https://www.youtube.com/embed/iSk9VI5kQRU?si=5nn3BGsLfmIgSwsC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Stroke hand