Coding

aspnet-core

Try it

Build ASP.NET Core apps using current Microsoft-documented patterns; load only the references your task needs.

What it does

This skill guides ASP.NET Core work by selecting the right application model (Blazor, Razor Pages, MVC, or controller/Minimal APIs), then composing `Program.cs`, DI, configuration, middleware, routing, and logging in the modern `WebApplicationBuilder` style. It loads only the references that fit the task — one primary app-model reference plus cross-cutting ones as needed. It defaults to .NET 10 / ASP.NET Core 10 (treating 11 as preview) and prefers built-in features like ProblemDetails, OpenAPI, health checks, rate limiting, and Identity before adding third-party infrastructure.

When to use it

  • Picking the right app model (Blazor, Razor Pages, MVC, or API style) for a new ASP.NET Core project
  • Reviewing or refactoring Program.cs, middleware ordering, or DI registrations
  • Adding authentication, authorization, EF Core, SignalR, gRPC, or testing to an existing solution
  • Migrating between ASP.NET Core major versions or verifying breaking changes

The skill document

ASP.NET Core

Overview

Choose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features in the framework style Microsoft documents today.

Load the smallest set of references that fits the task. Do not load every reference by default.

Workflow

  1. Confirm the target framework, SDK, and current app model.
  2. Open references/stack-selection.md first for new apps or major refactors.
  3. Open references/program-and-pipeline.md next for Program.cs, DI, configuration, middleware, routing, logging, and static assets.
  4. Open exactly one primary app-model reference:
    • references/ui-blazor.md
    • references/ui-razor-pages.md
    • references/ui-mvc.md
    • references/apis-minimal-and-controllers.md
  5. Add cross-cutting references only as needed:
    • references/data-state-and-services.md
    • references/security-and-identity.md
    • references/realtime-grpc-and-background-work.md
    • references/testing-performance-and-operations.md
  6. Open references/versioning-and-upgrades.md before introducing new platform APIs into an older solution or when migrating between major versions.
  7. Use references/source-map.md when you need the Microsoft Learn section that corresponds to a task not already covered by the focused references.

Default Operating Assumptions

  • Prefer the latest stable ASP.NET Core and .NET unless the repository or user request pins an older target.
  • As of March 2026, prefer .NET 10 / ASP.NET Core 10 for new production work. Treat ASP.NET Core 11 as preview unless the user explicitly asks for preview features.
  • Prefer WebApplicationBuilder and WebApplication. Avoid older Startup and WebHost patterns unless the codebase already uses them or the task is migration.
  • Prefer built-in DI, options/configuration, logging, ProblemDetails, OpenAPI, health checks, rate limiting, output caching, and Identity before adding third-party infrastructure.
  • Keep feature slices cohesive so the page, component, endpoint, controller, validation, service, data access, and tests are easy to trace.
  • Respect the existing app model. Do not rewrite Razor Pages to MVC or controllers to Minimal APIs without a clear reason.

Reference Guide

  • references/_sections.md: Quick index and reading order.
  • references/stack-selection.md: Choose the right ASP.NET Core application model and template.
  • references/program-and-pipeline.md: Structure Program.cs, services, middleware, routing, configuration, logging, and static assets.
  • references/ui-blazor.md: Build Blazor Web Apps, choose render modes, and use components, forms, and JS interop correctly.
  • references/ui-razor-pages.md: Build page-focused server-rendered apps with handlers, model binding, and conventions.
  • references/ui-mvc.md: Build controller/view applications with clear separation of concerns.
  • references/apis-minimal-and-controllers.md: Build HTTP APIs with Minimal APIs or controllers, including validation and response patterns.
  • references/data-state-and-services.md: Use EF Core, DbContext, options, IHttpClientFactory, session, temp data, and app state responsibly.
  • references/security-and-identity.md: Apply authentication, authorization, Identity, secrets, data protection, CORS, CSRF, and HTTPS guidance.
  • references/realtime-grpc-and-background-work.md: Use SignalR, gRPC, and hosted services.
  • references/testing-performance-and-operations.md: Add integration tests, browser tests, caching, compression, health checks, rate limits, and deployment concerns.
  • references/versioning-and-upgrades.md: Handle target frameworks, breaking changes, obsolete APIs, and migrations.
  • references/source-map.md: Map the official ASP.NET Core documentation tree to the references in this skill.

Execution Notes

  • When generating new code, start from the correct dotnet new template and keep the generated structure recognizable.
  • When editing an existing solution, follow the solution's conventions first and use these references to avoid framework misuse or outdated patterns.
  • When a task mentions "latest", verify the feature on Microsoft Learn or the ASP.NET Core docs repo before relying on memory.

Related skills

Plans and runs self-directed learning as a system: exit test, spaced review, deliberate practice, and transfer proof.

by Iván93 installs3 stars

Scan Polymarket temperature markets and trade with NOAA or Open-Meteo forecasts, with dry-run and real-money controls.

by Simmer.Markets215 installs5 stars

Adaptive tutoring that probes your level, teaches one concept at a time, and checks retention before moving on.

272 installs8 stars

Trade Polymarket 5-minute BTC fast markets using Binance momentum signals through the Simmer SDK.

263 installs50 stars

One CLI for real-time web search, vertical-domain queries, parallel batches, and URL content extraction.

by AnySearch

More from OpenAI

Browse all skills

Build full Figma screens from code by reusing the file's published design system components, variables, and styles.

by OpenAI27.1k stars

figma-use

Official

Run JavaScript in Figma files via the Plugin API to read and modify design content programmatically.

by OpenAI27.1k stars

imagegen

Official

Generate or edit raster images for projects using a default built-in tool, with an explicit CLI fallback.

by OpenAI27.1k stars

Map git contributors to files and surface ownership risk for security-sensitive code.

by OpenAI27.1k stars

Repo-grounded AppSec threat model enumerating trust boundaries, assets, attacker capabilities, abuse paths, and mitigations.

by OpenAI27.1k stars