ASP.NET Core Minimal API with Clean Architecture
Build an ASP.NET Core minimal API following Clean Architecture principles — endpoint grouping, validation, error handling, and OpenAPI documentation.
More in C# & .NET Prompts
C#: Build a Minimal API with .NET 9
.NET 9 Minimal API with validation, auth, and tests.
.NET: Migrate from .NET Framework 4.8 to .NET 8/9
Migration roadmap from legacy .NET Framework to modern .NET.
C#: Dependency Injection Patterns That Scale
Clean DI usage in large ASP.NET Core apps.
Blazor: Build an Interactive Dashboard
Blazor Server or WebAssembly dashboard with charts.