-
Notifications
You must be signed in to change notification settings - Fork 1
Architecture
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:
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.