Monday, February 11, 2008

LinqToSQL: Query Mulitple Databases in 1 Linq Expression & More...

Introduction

The objective of this article is to demonstrate functionality in the LinqToSql library that transforms LINQ expression trees to SQL statements that can be executed against multiple RDMS systems and not just Microsoft's SQL Server offerings. The LinqToSql library implements the following features and functionality: ... (read more)