Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwar authored Sep 19, 2019
1 parent 2c11027 commit 6e9d260
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# iqtoolkit
A toolkit for building LINQ IQueryable providers. This is the official move of my IQToolkit project from CodePlex.
# 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.

Updates
-------
The IQToolkit solution and project files have been updated to VS2013 format and target .Net 4.5 runtime.
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.
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
-------------
Expand Down

0 comments on commit 6e9d260

Please sign in to comment.