aspnet-core

Guide ASP.NET Core web application building and reviewing with Microsoft Learn references.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/metric-space-ai/ctox --skill aspnet-core-metric-space-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspnet-core
Source: https://github.com/metric-space-ai/ctox/tree/main/skills/packs/development/aspnet-core
Command: npx skills add https://github.com/metric-space-ai/ctox --skill aspnet-core-metric-space-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides structured guidance to build, review, and modernize ASP.NET Core web applications following official Microsoft Learn guidance, consolidating decisions across app models, hosting, security, and upgrades.

Core Features & Use Cases

  • Guided app-model selection across Blazor, Razor Pages, MVC, Minimal APIs, and API controllers.
  • Reference-driven workflow covering program and pipeline, app-model references, data/state management, security, real-time features, testing, and upgrades.
  • Upgrade and hosting guidance including versioning, deployment, and performance considerations.

Quick Start

Identify your target app model with the Stack Selection guide and begin with the Program And Pipeline references.

Frequently Asked Questions about aspnet-core

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right ASP.NET Core app model for my web application?

ASP.NET Core app model selection is guided across Blazor, Razor Pages, MVC, Minimal APIs, and API controllers. A structured reference helps you evaluate requirements for modern hosting models, real-time features, and data management to identify the best fit.

What's the best way to structure the program and pipeline setup for an ASP.NET Core web app?

ASP.NET Core program and pipeline setup is configured using a reference-driven workflow covering hosting, security, and app-model specifics. This structured approach consolidates pipeline configuration decisions following official Microsoft Learn guidance.

Does this ASP.NET Core reference cover upgrading and versioning existing web applications?

ASP.NET Core upgrade and versioning guidance is included, covering deployment, performance considerations, and modernizing existing web applications. The reference provides structured steps to navigate versioning and upgrade challenges efficiently.

Can I use ASP.NET Core for building real-time and gRPC frameworks?

ASP.NET Core supports building real-time and gRPC frameworks alongside standard Blazor, MVC, and Minimal API models. The reference includes implementation details for hosting, security, and testing these real-time features.

How does this reference handle security and testing for ASP.NET Core projects?

ASP.NET Core security and testing are handled within a reference-driven workflow covering data and state management. The structured guidance ensures your web application satisfies modern security requirements and testing practices.

When do I need Minimal APIs versus API controllers in ASP.NET Core?

Minimal APIs versus API controllers in ASP.NET Core are distinguished by evaluating your application's hosting models and performance considerations. The reference provides structured guidance to select the appropriate lightweight or full-featured approach.