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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# C# Demo Projects for [Active Query Builder ASP.NET Edition](https://www.activequerybuilder.com/product_asp.html)
2
2
3
3
##### Also, check [the VB.NET Demo projects repository](https://github.com/ActiveDbSoft/active-query-builder-3-asp-net-samples-vb) for the same.
4
+
##### Demo projects for ASP.NET Core reside in a separate repository: [ASP.NET Core Demo projects repository](https://github.com/ActiveDbSoft/active-query-builder-3-asp-net-core-samples-csharp).
4
5
#
5
6
## What is Active Query Builder?
6
7
Active Query Builder is a Visual SQL Query Builder and SQL parser component suite for ASP.NET (WebForms, MVC and Core 2.0).
@@ -19,7 +20,8 @@ A brief description of each project can be found below.
@@ -53,8 +55,6 @@ All samples are arranged by several demo projects according to the development e
53
55
- Client-side JavaScript rendering project
54
56
- Custom server-side objects storage demo project
55
57
56
-
Note: **ASP.NET Core demo projects** require the special setup of your development environment, so they are out of the scope of this repository. Please download the full Active Query Builder installation package and find them in the "%USERPROFILE%\Documents\Active Query Builder 3 ASP.NET Examples\AspNetCoreSamples.sln" solution.
57
-
58
58
The Client-side JavaScript rendering project additionally includes the **React**, **Webpack** and **Electron** demo projects. Their Readme files can be found in appropriate subfolders inside the "JavaScript/Sctipts" folder.
59
59
60
60
Projects which require a database connection must be properly configured according to the database server being used.
@@ -171,4 +171,4 @@ This demo gives an idea how to perform custom actions in response to some user a
171
171
This demo illustrates how to handle addition, renaming and deletion of Reusable Queries, deny or correct user actions.
172
172
173
173
## License
174
-
The source code of the demo projects in this repository is covered by the [MIT license](https://en.wikipedia.org/wiki/MIT_License).
174
+
The source code of the demo projects in this repository is covered by the [MIT license](https://en.wikipedia.org/wiki/MIT_License).
0 commit comments