Published onApril 11, 2026EF Core Database First - Scaffold a DB Context from an Existing Database.netcsharpentity-frameworkaspnet-coredatabasescaffoldsql-serverStop writing models by hand - let EF Core do it for you with the Database First scaffolding approach.
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.