Skip to content
Frans Bouma edited this page Apr 24, 2015 · 5 revisions

Welcome to the LinqToSQL2 wiki!

This wiki contains design decisions on the work done on the code base which was forked from Linq to Sql in the .NET reference source. Furthermore it contains documentation on the new features added to the API / runtime / mapping system. This project is a work in progress and new documentation will be added when new features / code are available.


Breaking changes

  • System.Data.Linq.SqlClient.SqlMethods has been moved to namespace System.Data.Linq.DbEngines.SqlServer.SqlMethods
  • System.Data.Linq.SqlClient.SqlHelpers has been moved to the namespace System.Data.Linq.DbEngines.SqlServer.SqlHelpers

New Features in Linq to Sql 2, compared to the vanilla Linq to Sql, shipped in .NET: