Published onAugust 11, 2026Stop Leaking Tenant Data: Multi-Tenant EF Core in .NET 10.netcsharpentity-frameworkaspnet-coremulti-tenancyidentitysecurityYour multi-tenant EF Core app might be leaking one customer's data into another customer's response right now - here's how EF Core 10's named global query filters fix that for good.
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.