ASP.NET Core Minimal API with Clean Architecture
Build an ASP.NET Core minimal API following Clean Architecture principles — endpoint grouping, validation, err...
AI prompts for C# and .NET development — ASP.NET Core APIs, Entity Framework, Blazor components, MAUI mobile apps, and modern C# patterns.
11 prompts found
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...
Build C# source generators to automate boilerplate — generate DTOs, mapping code, serialization, and interface...
Write comprehensive .NET tests with xUnit — unit tests, integration tests with WebApplicationFactory, test fix...
Build high-performance gRPC services in .NET — proto file design, server streaming, interceptors, error handli...
Build reliable background services in .NET — long-running workers, scheduled tasks, queue processors, and grac...