Recent Posts
C# Basics: Understanding the is and as Operators
Best practices for using is
and as
Operators
EF Core: Be Cautious with the Find Method's Cache
Checking how Find
method is working with EF Core!
Always use CancellationToken in PeriodicTimer!
Misusing PeriodicTimer can make your application inefficient!
Running multiple Tasks: Maybe Task.WhenAll is not the best choice!
Considering a better approach rather than Task.WhenAll
Integration Test: Mock PartOf a class
We will learn how to mock only a part of a class.
Template Method pattern: Make your application plug-in-able
Let's refactor a code and use the Template Method Pattern
FluentValidation: Stop checking rules on the first failure!
No need to check all validations when one of them fails.
What is AsyncServiceScope and When to use it?
Let's see how .NET fixed the IAsyncDispose issue!
HTTP Request Methods: A complete list
Let's check all HTTP request methods based on RFC standards.