Published onJune 16, 2026Offset vs Cursor Pagination in EF Core.netcsharpentity-frameworkaspnet-coreminimal-apiperformanceWhy offset pagination falls apart at scale, and how cursor pagination keeps your API fast with millions of rows.
Published onJune 9, 2026.NET 10 File-Based Apps - Best Way to Script in C#.netcsharpdotnet10minimal-apiscriptingaspnet-coreperformance.NET 10 file-based apps just changed how we write scripts in C# - no .csproj, no boilerplate, just code.
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.