About 224 results
Open links in new tab
  1. Scaffold Identity in ASP.NET Core projects | Microsoft Learn

    Nov 11, 2025 · ASP.NET Core Identity scaffolding adds ASP.NET Core Identity to Blazor Web Apps and Blazor Server apps. After the scaffolder adds the Identity Razor components to the …

  2. c# - .NET Core 6.0 : error when adding new scaffolded razor page

    Jul 29, 2022 · Install-Package Microsoft.EntityFrameworkCore.Design Install-Package Microsoft.EntityFrameworkCore.SqlServer The preceding commands add: The EF Core SQL …

  3. Visual Studio Scaffolding features fail more often than they ... - GitHub

    Jul 14, 2021 · Describe the bug I have found that the Add | New Scaffolder Item | Razor Pages using Entity Framework (CRUD) command fails more often that it succeeds. In fact, I'd say it …

  4. Scaffolding in Razor Pages | Learn Razor Pages

    Feb 20, 2021 · The package is installed automatically in Visual Studio when you use the context menu to add new scaffolded items for the first time: If you are using Visual Studio Code, or …

  5. NuGet Gallery | EFCore.Scaffolding 3.0.0

    dotnet add package EFCore.Scaffolding Reverse engineering a database, also known as scaffolding, is usually performed with the dotnet ef dbcontext scaffold command.

  6. Error when trying to add a scaffolded item in Razor Pages

    Dec 14, 2020 · I have been trying to add a scaffold item in ASP.NET Core, razor pages using Entity Frameword (CRUD). My current target framework is netcoreapp3.1. I have the following …

  7. Scaffold a data model with dotnet scaffold in a Razor Pages …

    Jul 30, 2025 · Create and scaffold a data model in a Razor Pages project If you have any problems with the following steps, see Tutorial: Create a Razor Pages web app with ASP.NET …

  8. Scaffolding using Razor Pages using Entity Framework (CRUD ... - GitHub

    Aug 15, 2023 · Describe the bug When scaffolding using Razor Pages using Entity Framework (CRUD), html is created using "form-group" which is not included in Boostrap 5.1, which the …

  9. Scaffold Identity in ASP.NET Core projects | ASP.NET Core Security

    After the scaffolder adds the Identity Razor components to the app, you can customize the components to suit your app's requirements. Although the scaffolder generates the necessary …

  10. Entity Framework Core won't let me scaffold - Stack Overflow

    Feb 5, 2021 · Entity Framework Core won't let me scaffold Asked 4 years, 11 months ago Modified 4 years, 11 months ago Viewed 1k times