You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Binding Dapper using CustomAdaptor/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# Blazor Grid Microsoft SQL Server connectivity using CustomAdaptor
1
+
# Blazor Grid SQL Server connectivity using Dapper and CustomAdaptor
2
2
3
-
A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a Microsoft SQL Server using CustomAdaptor feature of the Grid.
3
+
A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a SQL Server using Dapper (mapping tool) and CustomAdaptor feature of the Grid.
4
4
5
5
## Steps to run the sample
6
6
7
7
1. Download or unzip the project and run the project in Visual Studio 2022
8
8
9
9
2. Open ServerExplorer tab in Visual Studio.
10
10
11
-
3. Add NORTHWND.MDF database located in the App_Data folder Grid_MSSQL project into the application.
11
+
3. Add NORTHWND.MDF database located in the App_Data folder Grid_Dapper project into the application.
12
12
13
13
4. Replace connected database's connectionstring in OrderData.cs file.
# Blazor DataGrid Microsoft SQL Server connectivity using UrlAdaptor
1
+
# Blazor Grid SQL Server connectivity using Dapper and UrlAdaptor
2
2
3
-
A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a Microsoft SQL Server using UrlAdaptor feature.
3
+
A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a SQL Server using Dapper (mapping tool) and UrlAdaptor feature.
4
4
5
5
## Steps to run the sample
6
6
7
7
1. Download or unzip the project
8
8
9
-
2. This project consist of two applications so open and run both MyWebService and GridWASM_MSSQL_UrlAdaptor projects in Visual Studio 2022
9
+
2. This project consist of two applications so open and run both MyWebService and Grid_Dapper projects in Visual Studio 2022
10
10
11
11
3. Open ServerExplorer tab in Visual Studio of MyWebService project.
12
12
13
13
4. Add NORTHWND.MDF database located in the App_Data folder of MyWebService project into the application.
14
14
15
15
5. Replace connected database's connectionstring in GridController.cs file in Controllers folder.
# Blazor DataGrid Microsoft SQL Server connectivity using UrlAdaptor
1
+
# Blazor Grid SQL Server connectivity using Dapper and UrlAdaptor
2
2
3
-
A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a Microsoft SQL Server using UrlAdaptor feature.
3
+
A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a SQL Server using Dapper (mapping tool) and UrlAdaptor feature.
4
4
5
5
## Steps to run the sample
6
6
7
-
1. Download or unzip the project and run the Grid_MSSQL.sln project in Visual Studio 2022
7
+
1. Download or unzip the project and run the Grid_Dapper.sln project in Visual Studio 2022
8
8
9
9
2. Open ServerExplorer tab in Visual Studio.
10
10
11
-
3. Add NORTHWND.MDF database located in the App_Data folder Grid_MSSQL project into the application.
11
+
3. Add NORTHWND.MDF database located in the App_Data folder Grid_Dapper project into the application.
12
12
13
-
4. Replace connected database's connectionstring in GridController.cs file in Controllers folder of Grid_MSSQL.
13
+
4. Replace connected database's connectionstring in GridController.cs file in Controllers folder of Grid_Dapper.
# Blazor Grid Microsoft SQL Server connectivity using CustomAdaptor
1
+
# Blazor Grid SQLite database connectivity using CustomAdaptor
2
2
3
-
A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a Microsoft SQL Server using CustomAdaptor feature of the Grid.
3
+
A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a SQLite database using CustomAdaptor feature of the Grid.
4
4
5
5
## Steps to run the sample
6
6
7
7
1. Download or unzip the project and run the project in Visual Studio 2022
8
8
9
9
2. Open ServerExplorer tab in Visual Studio.
10
10
11
-
3.Add NORTHWND.MDF database located in the App_Data folder Grid_MSSQL project into the application.
11
+
3.Replace your SQLite database's connectionstring in OrderData.cs file.
12
12
13
-
4. Replace connected database's connectionstring in OrderData.cs file.
0 commit comments