C#: Build a Minimal API with .NET 9
.NET 9 Minimal API with validation, auth, and tests.
AI prompts for C# and .NET development — ASP.NET Core APIs, Entity Framework, Blazor components, MAUI mobile apps, and modern C# patterns.
17 prompts gevonden
.NET 9 Minimal API with validation, auth, and tests.
Migration roadmap from legacy .NET Framework to modern .NET.
Clean DI usage in large ASP.NET Core apps.
Blazor Server or WebAssembly dashboard with charts.
Common async/await mistakes in C# and how to fix them.
Build an ASP.NET Core minimal API following Clean Architecture principles — endpoint grouping, validation, err...
Optimize Entity Framework Core queries — fix N+1 problems, configure eager loading, implement query splitting,...
Design reusable Blazor components — render modes, state management, cascading parameters, and component commun...
Build cross-platform mobile and desktop apps with .NET MAUI — shared UI, platform-specific code, navigation, a...
Master C# pattern matching — switch expressions, property patterns, list patterns, and refactoring complex con...
Master dependency injection in .NET — service lifetimes, factory patterns, keyed services, decorator pattern,...
Build real-time features with SignalR — hubs, groups, strongly-typed clients, authentication, and scaling with...