AspNetCoreBasic
[Asp Net Core Basic]
- Web Api
- So Sánh REST và gRPC: Hai Kiến Trúc API Khác Nhau https://blog.ntechdevelopers.com/so-sanh-rest-va-grpc-hai-kien-truc-api-khac-nhau/
- REST API vs GraphQL: Lựa chọn kiến trúc API phù hợp cho dự án của bạn https://blog.ntechdevelopers.com/rest-api-vs-graphql-lua-chon-kien-truc-api-phu-hop-cho-du-an-cua-ban/
- Rest
- Header Propagation trong AspNet Core https://blog.ntechdevelopers.com/header-propagation-trong-aspnet-core
- Câu chuyện về HttpClient và Giải pháp tối ưu IHttpClientFactory https://blog.ntechdevelopers.com/cau-chuyen-ve-httpclient-va-giai-phap-toi-uu-ihttpclientfactory/
- So Sánh IActionResult vs ActionResult https://blog.ntechdevelopers.com/so-sanh-iactionresult-vs-actionresult/
- Routing
- Middlewares
- Middlewares – Sự tùy biến trong ứng dụng phần mềm https://blog.ntechdevelopers.com/middlewares-su-tuy-bien-trong-ung-dung-phan-mem
- Filter and Attributes
- Application Setting and Configurations
- Vấn đề của việc sử dụng DateTime.UtcNow và Giải pháp xử lý với TimeProvider https://blog.ntechdevelopers.com/van-de-cua-viec-su-dung-datetime-utcnow-va-giai-phap-xu-ly-voi-timeprovider/
- Smart Enums một giải pháp tuyệt vời khi làm việc với state flow https://blog.ntechdevelopers.com/smart-enums-mot-giai-phap-tuyet-voi-khi-lam-viec-voi-state-flow/
- Sử dụng cancellation token trong ASP.NET Core https://blog.ntechdevelopers.com/su-dung-cancellation-token-trong-asp-net-core/
- Authentication and Authorization
- Authentication vs Authorization – Trái tim của một ứng dụng https://blog.ntechdevelopers.com/authentication-vs-authorization-trai-tim-cua-mot-ung-dung
- Authentication – Các phương thức xác thực phổ biến hiện nay https://blog.ntechdevelopers.com/authentication-cac-phuong-thuc-xac-thuc-pho-bien-hien-nay
- Identity Server 4 https://blog.ntechdevelopers.com/identity-server-4/
- Handle Exception
- Xử lý ngoại lệ trong .NET: Từ Try-Catch đến IExceptionHandler https://blog.ntechdevelopers.com/xu-ly-ngoai-le-trong-net-tu-try-catch-den-iexceptionhandler/
- Null Exception – Lỗi tỉ đô của mọi hệ thống https://blog.ntechdevelopers.com/null-exception-loi-ti-do-cua-moi-he-thong/
- Minimal Apis