Entity Framework Core Performance Optimization
Optimize Entity Framework Core queries — fix N+1 problems, configure eager loading, implement query splitting, and fine-tune change tracking.
Meer 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.