diff --git a/aspnetcore/blazor/components/quickgrid.md b/aspnetcore/blazor/components/quickgrid.md index 5d6a77eba4..a713cac42c 100644 --- a/aspnetcore/blazor/components/quickgrid.md +++ b/aspnetcore/blazor/components/quickgrid.md @@ -367,7 +367,9 @@ The components produced by the scaffolder require server-side rendering (SSR), s Right-click on the `Components/Pages` folder and select **Add** > **New Scaffolded Item**. -With the **Add New Scaffold Item** dialog open to **Installed** > **Common** > **Razor Component**, select **Razor Components using Entity Framework (CRUD)**. Select the **Add** button. +With the **Add New Scaffold Item** dialog open to **Installed** > **Common** > **Blazor** > **Razor Component**, select **Razor Components using Entity Framework (CRUD)**. Select the **Add** button. + +*CRUD* is an acronym for Create, Read, Update, and Delete. The scaffolder produces create, edit, delete, details, and index components for the app. Complete the **Add Razor Components using Entity Framework (CRUD)** dialog: diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-2.md b/aspnetcore/blazor/tutorials/movie-database-app/part-2.md index 627001c219..e9852efa0c 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-2.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-2.md @@ -204,20 +204,13 @@ In this section, the `Movie` model is used to *scaffold* a database context and Right-click on the `Components/Pages` folder and select **Add** > **New Scaffolded Item**: - - ![New Scaffolded Item](~/blazor/tutorials/movie-database-app/part-2/_static/new-scaffolded-item.png) -With the **Add New Scaffold Item** dialog open to **Installed** > **Common** > **Razor Component**, select **Razor Components using Entity Framework (CRUD)**. Select the **Add** button. +With the **Add New Scaffold Item** dialog open to **Installed** > **Common** > **Blazor** > **Razor Component**, select **Razor Components using Entity Framework (CRUD)**. Select the **Add** button. *CRUD* is an acronym for Create, Read, Update, and Delete. The scaffolder produces create, edit, delete, details, and index components for the app. -![Scaffold item](~/blazor/tutorials/movie-database-app/part-2/_static/install-common-razor-component.png) +![Scaffold item](~/blazor/tutorials/movie-database-app/part-2/_static/add-new-scaffolded-item.png) Complete the **Add Razor Components using Entity Framework (CRUD)** dialog: diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-2/_static/add-new-scaffolded-item.png b/aspnetcore/blazor/tutorials/movie-database-app/part-2/_static/add-new-scaffolded-item.png new file mode 100644 index 0000000000..2b0699d8eb Binary files /dev/null and b/aspnetcore/blazor/tutorials/movie-database-app/part-2/_static/add-new-scaffolded-item.png differ diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-2/_static/install-common-razor-component.png b/aspnetcore/blazor/tutorials/movie-database-app/part-2/_static/install-common-razor-component.png deleted file mode 100644 index b185639f1f..0000000000 Binary files a/aspnetcore/blazor/tutorials/movie-database-app/part-2/_static/install-common-razor-component.png and /dev/null differ