Running multiple Tasks: Maybe Task.WhenAll is not the best choice!
Considering a better approach rather than Task.WhenAll
Considering a better approach rather than Task.WhenAll
We will learn how to mock only a part of a class.
Let's refactor a code and use the Template Method Pattern
No need to check all validations when one of them fails.
Let's see how .NET fixed the IAsyncDispose issue!
Let's check all HTTP request methods based on RFC standards.
Let's see the why, what and how behind StringValues type.
A reminder of how IClassFixture works in xUnit.
With EF Core 9 the generated queries are more efficient and have less database roundtrip.
In-Memory cache allows storing data within the application's memory.