Published onMarch 27, 2026Stored Procedures with Entity Framework Core in .NET.netcsharpentity-frameworkaspnet-coresql-serverperformanceminimal-apiStored procedures - when raw SQL belongs in your database, not your C# code.
Published onFebruary 21, 2026Authentication using ASP.NET Core Identity (.NET 10)identity.netminimal-apiasp.net-coreauthenticationAdd authentication to your .NET 10 Web API in minutes using the built-in Identity API endpoints - no custom controllers needed.