What problem does it solve?
This Skill provides comprehensive guidance and best practices for developing robust, scalable, and maintainable ASP.NET Core web applications, ensuring adherence to current official recommendations.
Core Features & Use Cases
- Architectural Guidance: Choose the right application model (Blazor, Razor Pages, MVC, Minimal APIs, Controllers) and structure your project effectively.
- Pipeline Configuration: Master
Program.cs, dependency injection, middleware, routing, and configuration.
- Feature Implementation: Implement cross-cutting concerns like data access, security, real-time features, and testing.
- Use Case: You need to build a new web API using ASP.NET Core. This Skill will guide you through selecting Minimal APIs or Controllers, setting up routing, handling requests, and implementing authentication.
Quick Start
Use the aspnet-core skill to build a new Blazor Web App with server-side rendering and interactive server components.