Dotnet Aspnetcore
by @dotnet · plugin · 4 skills
ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.
Install the whole plugin (CLI)
npx skillmds add dotnet/dotnet-webapi
npx skillmds add dotnet/minimal-api-file-upload
npx skillmds add dotnet/convert-blazor-server-to-webapp
npx skillmds add dotnet/configuring-opentelemetry-dotnetSkills in this plugin
- ▌ dotnet-webapi · dotnetGuides creation and modification of ASP.NET Core Web API endpoints with correct HTTP semantics, OpenAPI metadata, and error handling.
- ▌ minimal-api-file-upload · dotnetImplement file upload endpoints in ASP.NET Core minimal APIs (.NET 8+) with size limits, content validation, and streaming.
- ▌ convert-blazor-server-to-webapp · dotnetConverts a pre-.NET 8 Blazor Server app into a .NET 8+ Blazor Web App by updating project files, migrating entry points, and adopting new render modes.
- ▌ configuring-opentelemetry-dotnet · dotnetConfigure OpenTelemetry distributed tracing, metrics, and logging in ASP.NET Core using the .NET OpenTelemetry SDK.