Skip to content

kevinmiles/active-query-builder-3-net-wpf-samples-csharp

 
 

Repository files navigation

C# Demo Projects for Active Query Builder for .NET - WPF Edition

Also, check the VB.NET Demo projects repository for the same demos in Visual Basic .NET.

What is Active Query Builder for .NET?

Active Query Builder is a component suite for different .NET environments: WinForms, WPF, ASP.NET. It includes:

  • Visual SQL Query Builder,
  • SQL Parser and Analyzer,
  • API to build and modify SQL queries,
  • SQL Text Editor with code completion and syntax highlighting.
Details:

How do I get Active Query Builder?

What's in this repository?

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.

Prerequisites:
  • Visual Studio 2012 or higher,
  • .NET Framework 4.0 or higher.

How to get these demo projects up and running?

  1. Clone this repository to your PC.
  2. Open the "WPFDemo_CSharp.sln" solution.
  3. Run the project.

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:

Install-Package ActiveQueryBuilder.View.WPF

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.

Have a question or want to leave feedback?

Welcome to the Active Query Builder Help Center! There you will find:

  • End-user's Guide,
  • Getting Started guides,
  • Knowledge Base,
  • Community Forum.

License

The source code of the demo projects in this repository is covered by the MIT license.

About

Active Query Builder for .NET 3 - C# Demo projects for WPF Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%