Archive (19 posts)
2024
- How C# lock works?
- C# Basics: Understanding the is and as Operators
- EF Core: Be Cautious with the Find Method's Cache
- Always use CancellationToken in PeriodicTimer!
- Running multiple Tasks: Maybe Task.WhenAll is not the best choice!
- Integration Test: Mock PartOf a class
- Template Method pattern: Make your application plug-in-able
- FluentValidation: Stop checking rules on the first failure!
- What is AsyncServiceScope and When to use it?
- HTTP Request Methods: A complete list
- A closer look at StringValues in C#
- xUnit: How it runs IClassFixture and Collections
- EF Core 9: Reducing Database Roundtrip!
- In-Memory Cache Consideration
- ASP.NET Core Pipeline
- Create IOptions<T> for Unit Testing
- ASP.NET Core RateLimit
- Shallow Copy and Deep Copy
- Why gRPC is high-performance?