Skip to content

mattwar/iqtoolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iqtoolkit 2.0

A toolkit for building LINQ IQueryable providers.

IQToolkit is essential if you are building your own LINQ IQueryable provider. It contains common tools and source code you can apply to your own project.

In the toolkit you will find useful techniques for manipulating LINQ expression trees, implementing IQueryable providers, and a host of extensible components for building providers that target translation of LINQ expressions into SQL like languages.

Incompatiblity

The master branch is now officially the 2.0 branch. The API's are no longer backward compatible with the original IQToolkit. You can continue to find the source for the original API's in the 'original' branch.

Building

To build the solution you'll first have to restore the nuget packages. You can do this by right-clicking on the solution in the solution explorer in Visual Studio and accessing the nuget package manager. If it complains after building, kick the tires and try again. Build systems these days!

Running Tests

You can only run the tests for the database providers and test databases you have access to on your machine.

The Access, SqlServeCe and SQLite should work by default as they are based on direct file access to database files that are supplied with the tests.

The SQL Server (SqlClient) tests relies on the existence of SQL Server on your machine. There may sometimes be issues with detaching the supplied database file that may make the tests fail until resolved using an external tool.

The MySql tests require MySql to be installed and a copy of the Northwind database imported into it (via Access .mdb file) before the tests will work.

Each provider has a separate test.XXX.exe file (found in the bin folder) that can be run from the command line. Test.Access.exe runs the unit tests for the Access provider, etc.

Use it Today

IQToolkit implements a simple ORM you can use to issue queries against many kinds of databases.

Follow these instructions to learn how to use IQToolkit as an ORM right now.

About

A Toolkit for building LINQ IQueryable providers. This is the official move of my IQToolkit project from CodePlex.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages