aspnet-core

Map ASP.NET Core development tasks to official Microsoft Learn guidance.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jbarlek3-web/claudecommandcenter --skill aspnet-core-jbarlek3-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspnet-core
Source: https://github.com/jbarlek3-web/claudecommandcenter/tree/main/skills/.curated/aspnet-core
Command: npx skills add https://github.com/jbarlek3-web/claudecommandcenter --skill aspnet-core-jbarlek3-web

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides structured guidance to build, review, refactor, and upgrade ASP.NET Core web applications by aligning with official guidance and current best practices.

Core Features & Use Cases

  • Comprehensive guidance across ASP.NET Core models (Blazor, Razor Pages, MVC, Minimal APIs, Web API, SignalR, gRPC)
  • Step-by-step workflows: stack selection, program and pipeline configuration, primary app-model references, and cross-cutting guidelines for security, testing, and deployment
  • Versioning and upgrade considerations centralized to minimize breaking changes and operational risk

Quick Start

Start by selecting your app model in the Stack Selection workflow to begin applying official guidance to your project.

Frequently Asked Questions about aspnet-core

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

FAQPage Schema
How do I apply official best practices when building an ASP.NET Core web application?

To build an ASP.NET Core web app, follow guided workflows that map development tasks to official Microsoft Learn guidance, ensuring up-to-date documented patterns for program structure, security, data access, testing, and deployment.

What is the best way to choose between Blazor, Razor Pages, MVC, and Minimal APIs?

Choosing between Blazor, Razor Pages, MVC, and Minimal APIs starts with a stack selection workflow that aligns your app requirements with documented ASP.NET Core models, providing primary app-model references and cross-cutting guidelines for each option.

Does this guidance cover upgrading and refactoring existing ASP.NET Core applications?

Yes, this guidance covers upgrading and refactoring existing ASP.NET Core applications by centralizing versioning and upgrade considerations, enforcing current documented patterns to minimize breaking changes and reduce operational risk during the process.

How do I configure security and deployment pipelines for ASP.NET Core APIs and SignalR?

Configure security and deployment for ASP.NET Core APIs, SignalR, and gRPC by applying cross-cutting guidelines from official Microsoft Learn references, enforcing documented patterns for authentication, authorization, and pipeline configuration across all app models.

What are the limitations of relying on official Microsoft Learn guidance for ASP.NET Core development?

The limitation of relying on official Microsoft Learn guidance for ASP.NET Core is that it strictly enforces documented patterns, which may not cover highly custom or undocumented edge cases outside the standard Blazor, MVC, or Minimal API workflows.

When do I need official guidance for ASP.NET Core Minimal APIs and gRPC development?

You need official guidance for ASP.NET Core Minimal APIs and gRPC development when building, reviewing, or upgrading services, ensuring your program structure, routing, and data access patterns align with current documented best practices.