Skip to content

Commit 2165528

Browse files
corrected md file
1 parent 2444486 commit 2165528

File tree

6 files changed

+26
-32
lines changed

6 files changed

+26
-32
lines changed

Binding Dapper using CustomAdaptor/README.md

+3-3
Original file line numberDiff line numberDiff 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
22

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.
44

55
## Steps to run the sample
66

77
1. Download or unzip the project and run the project in Visual Studio 2022
88

99
2. Open ServerExplorer tab in Visual Studio.
1010

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.
1212

1313
4. Replace connected database's connectionstring in OrderData.cs file.
1414

Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Blazor DataGrid Microsoft SQL Server connectivity using UrlAdaptor
1+
# Blazor Grid SQL Server connectivity using Dapper and UrlAdaptor
22

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.
44

55
## Steps to run the sample
66

77
1. Download or unzip the project
88

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
1010

1111
3. Open ServerExplorer tab in Visual Studio of MyWebService project.
1212

1313
4. Add NORTHWND.MDF database located in the App_Data folder of MyWebService project into the application.
1414

1515
5. Replace connected database's connectionstring in GridController.cs file in Controllers folder.
1616

17-
6. Run the application
17+
6. Run the applications
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Blazor DataGrid Microsoft SQL Server connectivity using UrlAdaptor
1+
# Blazor Grid SQL Server connectivity using Dapper and UrlAdaptor
22

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.
44

55
## Steps to run the sample
66

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
88

99
2. Open ServerExplorer tab in Visual Studio.
1010

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.
1212

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.
1414

1515
5. Run the application
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Blazor Grid Microsoft SQL Server connectivity using CustomAdaptor
1+
# Blazor Grid SQLite database connectivity using CustomAdaptor
22

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.
44

55
## Steps to run the sample
66

77
1. Download or unzip the project and run the project in Visual Studio 2022
88

99
2. Open ServerExplorer tab in Visual Studio.
1010

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.
1212

13-
4. Replace connected database's connectionstring in OrderData.cs file.
14-
15-
5. Run the application
13+
4. Run the application
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
# Blazor DataGrid Microsoft SQL Server connectivity using UrlAdaptor
1+
# Blazor DataGrid SQLite database connectivity using UrlAdaptor
22

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 SQLite database using UrlAdaptor feature.
44

55
## Steps to run the sample
66

77
1. Download or unzip the project
88

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_SQLite projects in Visual Studio 2022
1010

1111
3. Open ServerExplorer tab in Visual Studio of MyWebService project.
1212

13-
4. Add NORTHWND.MDF database located in the App_Data folder of MyWebService project into the application.
13+
4. Replace your SQLite database's connectionstring in GridController.cs file in Controllers folder.
1414

15-
5. Replace connected database's connectionstring in GridController.cs file in Controllers folder.
16-
17-
6. Run the application
15+
5. Run the application
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Blazor DataGrid Microsoft SQL Server connectivity using UrlAdaptor
1+
# Blazor DataGrid SQLite database connectivity using UrlAdaptor
22

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 SQLite database using UrlAdaptor feature.
44

55
## Steps to run the sample
66

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_SQLite.sln project in Visual Studio 2022
88

99
2. Open ServerExplorer tab in Visual Studio.
1010

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 GridController.cs file in Controllers folder of Grid_SQLite.
1212

13-
4. Replace connected database's connectionstring in GridController.cs file in Controllers folder of Grid_MSSQL.
14-
15-
5. Run the application
13+
4. Run the application

0 commit comments

Comments
 (0)