EF Core and SQL Server: Can I cancel a running query?
What if user close the browser and what happens to a running query?
What if user close the browser and what happens to a running query?
How to Serialize/Deserialize polymorphic types using System.Text.Json
How to manage Authentication when we have multiple Identity providers?
Best practices for using is and as Operators
Checking how Find method is working with EF Core!
Misusing PeriodicTimer can make your application inefficient!
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