Skip to content

Commit 6031be7

Browse files
Update README.md
Readme.md updated
1 parent 671478f commit 6031be7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# C# Demo Projects for [Active Query Builder ASP.NET Edition](https://www.activequerybuilder.com/product_asp.html)
22

33
##### 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).
45
#
56
## What is Active Query Builder?
67
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.
1920

2021
##### Prerequisites:
2122
- Visual Studio 2012 or higher,
22-
- .NET Framework 4.0 or higher.
23+
- .NET Framework 4.0 or higher for WebForms,
24+
- .NET Framework 4.6.2 or higher for MVC.
2325

2426
##### Dependencies:
2527
- [Active Query Builder Core](https://www.nuget.org/packages/ActiveQueryBuilder.Core/),
@@ -53,8 +55,6 @@ All samples are arranged by several demo projects according to the development e
5355
- Client-side JavaScript rendering project
5456
- Custom server-side objects storage demo project
5557

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-
5858
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.
5959

6060
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
171171
This demo illustrates how to handle addition, renaming and deletion of Reusable Queries, deny or correct user actions.
172172

173173
## 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

Comments
 (0)