aspnet-core

Map ASP.NET Core tasks to Microsoft Learn topics for retrieval and discovery.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/jaypatrick/skills --skill aspnet-core-jaypatrick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspnet-core
Source: https://github.com/jaypatrick/skills/tree/main/aspnet-core
Command: npx skills add https://github.com/jaypatrick/skills --skill aspnet-core-jaypatrick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This guide helps developers build, review, and upgrade ASP.NET Core web apps following official guidance, enabling consistent architecture decisions and smooth migrations.

Core Features & Use Cases

  • Guidance for choosing ASP.NET Core app model (Blazor, Razor Pages, MVC, Minimal APIs, Web API, gRPC) and using the official references to inform decisions.
  • Step-by-step workflow and reference navigation to structure program, middleware, routing, and deployment tasks.
  • Centralized recommendations for versioning, security, testing, and deployment to ensure consistent modern practices.

Quick Start

Ask the Skill to guide you through creating a new ASP.NET Core project using the latest official guidance.

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 app?

To choose an ASP.NET Core app model, compare Blazor, Razor Pages, MVC, Minimal APIs, Web API, and gRPC based on your web app requirements. This guidance maps these options to official Microsoft Learn references to inform your architecture decisions.

What is the best way to structure ASP.NET Core program and middleware configuration?

Structuring ASP.NET Core program and middleware configuration follows a step-by-step workflow navigation. This approach aligns your routing and deployment setup with official references to ensure correct pipeline configuration.

How do I upgrade and migrate an ASP.NET Core project to .NET 10?

To upgrade and migrate an ASP.NET Core project to .NET 10, track the repository's target framework and official upgrade path. This guidance keeps your migration aligned with Microsoft Learn references updated as of March 2026.

Does this ASP.NET Core guidance cover security and authentication configuration?

Yes, this ASP.NET Core guidance covers security and authentication configuration. It provides centralized cross-cutting references for security, data, testing, and deployment to ensure consistent modern practices across your web app.

Can I use this for ASP.NET Core deployment and testing recommendations?

Yes, you can use this for ASP.NET Core deployment and testing recommendations. It centralizes versioning, security, testing, and deployment guidance to help developers build and review applications following official practices.