Skip to content

Commit f6a96bf

Browse files
README
1 parent 39d57dd commit f6a96bf

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# C# Demo Projects for [Active Query Builder for .NET](https://www.activequerybuilder.com/product_net.html) - WinForms Edition
2+
3+
##### Also, check [the VB.NET Demo projects repository](https://github.com/ActiveDbSoft/active-query-builder-3-net-winforms-samples-vb) for the same demos in Visual Basic .NET.
4+
#
5+
## What is Active Query Builder for .NET?
6+
Active Query Builder is a component suite for different .NET environments: [WinForms](https://www.activequerybuilder.com/product_winforms.html), [WPF](https://www.activequerybuilder.com/product_wpf.html), [ASP.NET](https://www.activequerybuilder.com/product_asp.html).
7+
It includes:
8+
- Visual SQL Query Builder,
9+
- SQL Parser and Analyzer,
10+
- API to build and modify SQL queries,
11+
- SQL Text Editor with code completion and syntax highlighting.
12+
13+
##### Details:
14+
- [Active Query Builder website](http://www.activequerybuilder.com/),
15+
- [Active Query Builder for .NET details page](http://www.activequerybuilder.com/product_net.html).
16+
17+
## How do I get Active Query Builder?
18+
- [Download the trial version](https://www.activequerybuilder.com/trequest.html?request=net) from the product web site
19+
- Get it by installing the [Active Query Builder for .NET - WinForms NuGet package](https://www.nuget.org/packages/ActiveQueryBuilder.View.WinForms/)
20+
21+
## What's in this repository?
22+
The demo projects in this repository illustrate various aspects of the component's functionality from basic usage scenarios to advanced features. They are also included the trial and full versions of Active Query Builder.
23+
24+
##### Prerequisites:
25+
- Visual Studio 2012 or higher,
26+
- .NET Framework 4.0 or higher.
27+
28+
## How to get these demo projects up and running?
29+
30+
1. Clone this repository to your PC.
31+
2. Open the "**WinFormsDemo_CSharp.sln**" solution to review the demos for standard WinForms controls or the "**DevExpressDemo_CSharp.sln**" to review the demos for [DevExpress WinForms controls](https://www.devexpress.com/Products/NET/Controls/WinForms/) (you will have to install those controls themselves first).
32+
3. Run the project.
33+
34+
The necessary packages will be installed automatically. In case of any problems with the packages, open the "Tools" - "NuGet Package Manager" - "Package Manager Console" menu item and install them by running the following command:
35+
36+
Install-Package ActiveQueryBuilder.View.WinForms
37+
38+
Some demo projects require third-party DB connection libraries to run. For those libraries which have up-to-date Nuget packages available, the necessary assemblies will be updated automatically. Assemblies for the rest of the libraries can be found in the "third-party" folder. Note that for most of those libraries, installation of the full database client is necessary. The assembly will allow only to compile the project, but not get connected to the database server.
39+
40+
## Have a question or want to leave feedback?
41+
42+
Welcome to the [Active Query Builder Help Center](https://support.activequerybuilder.com/hc/)!
43+
There you will find:
44+
- End-user's Guide,
45+
- Getting Started guides,
46+
- Knowledge Base,
47+
- Community Forum.
48+
49+
## License
50+
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)