Create Datadriven Aspnetcore

Generate or scaffold ASP.NET Core code — Razor Pages, Blazor components, MVC controllers, views, and Minimal API endpoints — without using ASP.NET Core CLI scaffolding/code-generation tools. Use when (1) adding CRUD pages, views, or API endpoints backed by Entity Framework (EF Core) and a database, (2) generating code to create, read, update, and delete data using a DbContext, (3) scaffolding UI components that match the project's existing CSS framework and coding patterns, or (4) creating data-driven forms, tables, and navigation for a model class. Do not use for non-ASP.NET projects or when CLI-based scaffolding is preferred.

.NET (Microsoft) e080e6f 12.4 KB Updated 4k repo stars

File contents

dotnet/skills/tree/main/plugins/dotnet-data/skills/create-datadriven-aspnetcore commit e080e6f9f7

Frequently asked questions

npx skillmds@latest add dotnet/create-datadriven-aspnetcore