LinqToSQL2 icon indicating copy to clipboard operation
LinqToSQL2 copied to clipboard

Refactor SQL Server specific provider into separate assembly or namespace

Open FransBouma opened this issue 10 years ago • 2 comments

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

FransBouma avatar Nov 29 '14 14:11 FransBouma

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.

FransBouma avatar Jan 30 '15 16:01 FransBouma

Second part of major refactoring. Code compiles https://github.com/FransBouma/LinqToSQL2/commit/d045deef84ff58791b1edc388f8f7adbb3cfb16b

FransBouma avatar Feb 06 '15 16:02 FransBouma