Get the technical documents and Claude project we used to build a real ASP.NET Core app from scratch using AI. Download and use them yourself.
Download a code example that includes a reusable PagedResults type and query extension, ideal for pagination in Entity Framework Core.
Learn how to add Entity Framework Core migrations in an Web API and worker project and use it to automate SQL scripts across all environments.
Learn how to refactor a Web API endpoint using clean architecture with validation, services, repositories and cleaner code structure.
Download the code that shows how controllers are migrated to Minimal API endpoints using API versioning in an ASP.NET Core Web API.
Download an ASP.NET Core code example that generates a HTML string using Razor Views that can used for an email template.
Download this Minimal API authentication example where API key security has been added through an authentication handler, and has been integrated with Swagger.
Download the code example to validate .NET configuration on startup using data annotations or FluentValidation, so your app fails fast and never ships with broken config.
See a code example of how transactions are used in Entity Framework Core and how they can be committed and rolled back
Download a .NET 10 sample project demonstrating Global Query Filters in Entity Framework Core, including soft delete and multitenancy, and run it in Visual Studio to see how they work in practice.