Skip to content

PaulAndersonS/blazor-datagrid-dapper-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blazor DataGrid CRUD application using Dapper

This sample was created to depict DataGrid CRUD operation in SQL server database using Dapper in a Blazor server-side application.

Install

  • Create a database named BugTracker on your SQL server, and run scripts in SQL script directory to create a Bugs table.
  • Edit appsettings.json to set the database connection in the BugTrackerDatabase property.

Run the application

  • Open Dapper.CRUD path in command prompt.
  • Run dotnet run.
  • Open https://locahost:5001 to see the application.

Blog Reference

About

Blazor DataGrid CRUD application with Dapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 45.6%
  • HTML 39.1%
  • CSS 15.3%