Skip to content
fishpi edited this page Sep 13, 2010 · 4 revisions

The code is based heavily around IQToolkit to do the reusable stuff for interfacing with LINQ. The major parts that this project brings in are:

Future improvements

Currently all the code is compiled into one assembly, with the exception of the IQToolkit code which is a separate (and not obviously related) assembly. The SQL builder code in particular is quite separate from the operation of the LINQ wrapper, and could benefit from being separated into a standalone module.

Clone this wiki locally