Blazor – Dapper

Feeling stuck in the Matrix of Coding

Developing Blazor + Dapper CRUD Project Overview & Setup

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:

  • Solution: BlazorDapperCRUD
  • Project: BlazorDapperCRUD
  • Database: BlazorDapperCRUDdb
  • Table: Video

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”

  • ASP.NET and web development
  • .NET Core cross-platform development
  • Data storage and processing

Following, (time 4:15) means the video or section is 4 minutes 15 seconds long. (2:12) means you can jump to that location in the video to see details explained.