LinqToSQL2
LinqToSQL2 copied to clipboard
Refactor SQL Server specific provider into separate assembly or namespace
To make it possible to support multiple database types, the sql server specific code has to be refactored into a separate assembly. Make sure it builds on top of a series of base classes as a lot of the code likely will be re-used by providers for other DBs
It's probably easier to simply keep the code in the same assembly so people don't have to reference multiple dlls. NHibernate does this too.
Second part of major refactoring. Code compiles https://github.com/FransBouma/LinqToSQL2/commit/d045deef84ff58791b1edc388f8f7adbb3cfb16b