Dotnet Data

Skills for .NET data access and Entity Framework related tasks.

by @dotnet 2 skills

Skills in this plugin

2
  1. ▌
    Optimizing Ef Core Queries · dotnet
    Optimize Entity Framework Core queries by fixing N+1 problems, choosing correct tracking modes, using compiled queries, and avoiding common performance traps.
    4k repo stars
  2. ▌
    Create Datadriven Aspnetcore · dotnet
    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.
    4k repo stars