Skip to content

951423: Updated database sample #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions Binding Dapper using CustomAdaptor/Grid_Dapper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ASP.NET Core Grid with SQL Server Connectivity using Dapper and CustomAdaptor

This project demonstrates how to bind data and handle CRUD operations in the **Syncfusion EJ2 Grid** using **Dapper ORM** and the **CustomAdaptor** in an **ASP.NET Core** application.

## Steps to Run the Sample

1. Clone or download the project and open the solution file in **Visual Studio 2022**.
2. Open **Server Explorer** in Visual Studio.
3. Add the **NORTHWND.MDF** database from the `App_Data` folder in the project.
4. Update the database connection string in the `GridController.cs` file.
5. Replace the port number instead of `xxxx` in the file.
6. Press **F5** or **Ctrl + F5** to build and run the application.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading