C# Source Generators for Code Automation
Build C# source generators to automate boilerplate — generate DTOs, mapping code, serialization, and interface implementations at compile time.
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.