Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/blazor-datagrid-dapper-crud
Blazor DataGrid CRUD application with Dapper
https://github.com/syncfusionexamples/blazor-datagrid-dapper-crud
blazor blazor-server blazor-webassembly crud crud-application crud-sample dapper dapper-donet-core datagrid grid
Last synced: 11 days ago
JSON representation
Blazor DataGrid CRUD application with Dapper
- Host: GitHub
- URL: https://github.com/syncfusionexamples/blazor-datagrid-dapper-crud
- Owner: SyncfusionExamples
- Created: 2020-11-18T14:00:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T07:36:20.000Z (5 months ago)
- Last Synced: 2024-07-16T10:00:10.889Z (5 months ago)
- Topics: blazor, blazor-server, blazor-webassembly, crud, crud-application, crud-sample, dapper, dapper-donet-core, datagrid, grid
- Language: C#
- Homepage:
- Size: 366 KB
- Stars: 6
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
* How to Build a Blazor CRUD Application with Dapper