Developing Blazor + Dapper CRUD Guideline

Overview/Pre-preparation: We are going to create the code to add Dapper CRUD (Create Read Update Delete) data with your SQL Server Database in the Blazor Environment. This training, "Blazor + Dapper CRUD with .NET Core 3.1" is provided by Alan Simpson. We are providing it here in written form to save time in creating CRUD features within the Blazor Environment.

The YouTube video channel can be seen at: https://www.youtube.com/playlist?list=PLdWV84h9Uj8QHFFYAZPsgLvIhM97PDjWR.

To get all the latest code as provided by Alan Simpson, go to: https://gethub.com/AlanSimpsonMe/BlazorDapperCRUD.

In this exercise, we are going to create the following:
Development Tools Used: Installation of these tools will not be covered here Items to have installed in Visual Studio (Tools/Get Tools and Features
From within Visual Studio, in the top menu click "Tools" / "Get Tools and Features". This will open the Visual Studio Installer. Then select the following 3 features. After selection, in the lower right corner select "Install while downloading" and click "Close"

Creating your first Blazor Project in VS with Solution - Video 1 (time 4:15)

Installing the above VS Tools and Features (0:00)

Creating your Blazor Project (1:35)

Remove the Demo Code (Dropping to the least needed content for this training) - Video 2 (time 5:02)
Blazor comes preloaded with several code examples. In this step we are going to remove the bloat!

Bottom of page