Expression Tree for IQueryable in LINQ
To avoid hard-coding attribute names in LINQ code of the IQueryable
About technology stuff that piqued my interest
To avoid hard-coding attribute names in LINQ code of the IQueryable
Ta có thể tự tạo Expression Tree để tránh hard-code tên attribute trong code LINQ của IQueryable
The Task.Yield method can “creates an awaitable task that asynchronously yields back to the current context when awaited”. Let’s find out what that means today.
Hàm Task.Yield sẽ trả lại quyền điều khiển cho context hiện tại ngay khi được await. Điều đó có nghĩa là gì? Hãy cùng tìm hiểu trong bài hôm nay.
Tính năng Tag Helpers trong ASP.NET Core được dùng để tạo custom tag hoặc custom attribute cho HTML tag sẵn có. Hãy cùng tìm hiểu trong bài hôm nay.
In ASP.NET Core, Tag Helpers can be used to create custom HTML tags, or to create custom attributes for other tags. Let’s find out how to do that.
Trong bài trước, chúng ta đã tìm hiểu tổng quan về Polly. Hôm nay chúng ta sẽ cùng nghiên cứu cách viết custom policy trong Polly.
In the last article, we went through the basics of Polly. Today, we will find out how to use Polly to create our own custom policy.
Polly là thư viện tôi thường dùng mỗi khi phải thử gửi lại HTTP request. Trong bài hôm nay, chúng ta sẽ cùng tìm hiểu cách sử dụng thư viện này.
The Polly library is my go-to choice whenever I need to retry my HTTP requests. In today’s article, we will see how it works.