.NETWhy Your EF Core Tests Are Lying to You (And How SQLite In-Memory Fixes It)Introduction Picture this: You've written a comprehensive test suite for your .NET application. All…Shady NagyFebruary 1, 2026 8 min
.NETApply JWT on Endpoints (.NET Core)Introduction JSON Web Token (JWT) is a widely used method for securing APIs and transmitting…Shady NagyJuly 22, 2022 4 min
.NETValue converters in Entity Framework Code (EF Core)Introduction In this post, we will discuss how to use Entity Framework (EF) Core value converters to…Shady NagyJuly 13, 2022 3 min