Recent posts

Enhance EF Core Performance (Part I)

7 minute read

Entity Framework Core (EF Core) is an amazing tool that simplifies database access. But there’s nothing more frustrating than seeing your app slow down becau...

C# Code For Humans

3 minute read

In this blog post, I will show you how to deal with the code smells that lead to significant loss of a tremendous amount of time during the development. Writ...