Back to skills

aspnet-core

development

Covers ASP.NET Core web development across all major app models: Blazor, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, and gRPC. Handles the full stack from Program.cs and middle

Setup & Installation

npx skills add https://github.com/openai/aspnet-core --skill aspnet-core
or paste the link and ask your coding assistant to install it
https://github.com/openai/aspnet-core
View on GitHub

What This Skill Does

Covers ASP.NET Core web development across all major app models: Blazor, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, and gRPC. Handles the full stack from Program.cs and middleware to authentication, EF Core data access, testing, and deployment. Targets current .NET and ASP.NET Core conventions. ASP.NET Core spans many app models and versions, and picking the wrong pattern or an outdated API is easy — this skill loads the right reference for the task instead of relying on mixed or stale knowledge.

When to use it

  • Working with aspnet core functionality
  • Implementing aspnet core features
  • Debugging aspnet core related issues