aspnet-core

Align ASP.NET Core app architectures with official Microsoft Learn guidance.

2|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Sacred-G/oh-my-claw --skill aspnet-core-sacred-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aspnet-core
Source: https://github.com/Sacred-G/oh-my-claw/tree/main/secure-openclaw/skills-main/skills/.curated/aspnet-core
Command: npx skills add https://github.com/Sacred-G/oh-my-claw --skill aspnet-core-sacred-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides developers to align ASP.NET Core projects with official Microsoft Learn guidance, reducing guesswork, ensuring best practices, and streamlining upgrades across .NET 10+ targets.

Core Features & Use Cases

  • Stack selection guidance for Blazor, Razor Pages, MVC, Minimal APIs, Web APIs, SignalR, and gRPC
  • Workflow references for Program.cs, DI, configuration, middleware, routing, and deployment
  • Governance of cross-cutting concerns like security, testing, and performance according to official docs

Quick Start

Create a new ASP.NET Core web app using the latest stable net10.0 template and apply the recommended app-model patterns.

Frequently Asked Questions about aspnet-core

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

FAQPage Schema
How do I align my ASP.NET Core app architecture with official Microsoft Learn guidance?

You align ASP.NET Core app architectures by applying official Microsoft Learn guidance to streamline project setup, ensure best practices, and facilitate upgrades across .NET 10 targets.

What is the best way to choose between Blazor, Razor Pages, and Minimal APIs for my ASP.NET Core web app?

The best way to choose your app model is using stack selection guidance for Blazor, Razor Pages, MVC, Minimal APIs, Web APIs, SignalR, and gRPC to match your project requirements.

How do I set up dependency injection and middleware in Program.cs for an ASP.NET Core project?

You set up dependency injection and middleware by following workflow references for Program.cs, configuration, routing, and deployment to govern cross-cutting concerns according to official docs.

Does this ASP.NET Core guidance support upgrading projects to .NET 10?

Yes, the guidance supports upgrading ASP.NET Core projects to .NET 10 targets by aligning your architecture with official Microsoft Learn documentation to reduce guesswork during upgrades.

Can I use this approach to govern security and testing concerns in ASP.NET Core Web APIs?

Yes, you can govern cross-cutting concerns like security, testing, and performance for ASP.NET Core Web APIs according to official Microsoft Learn documentation.

When should I not use Minimal APIs and choose MVC instead for an ASP.NET Core application?

Choosing between Minimal APIs and MVC depends on your project complexity, using stack selection guidance to align your architecture with the appropriate official Microsoft Learn app-model patterns.