Subsonic 3 LINQ vs LINQ to SQL
Posted
by Jamil
on Stack Overflow
See other posts from Stack Overflow
or by Jamil
Published on 2009-08-18T17:25:35Z
Indexed on
2010/03/29
10:43 UTC
Read the original article
Hit count: 1072
Hi, I am using SQL Server 2005 in a project. I have to decide about datalayer. I would like to use LINQ in my project. I saw SubSonic 3 supporting LINQ and I also have option for LINQ to SQL, because i can have typed lists from LINQ to SQL.
I am wondering what is different between LINQ to SQL and Subsoinc 3 LINQ, Which is beneficial?
Thanks! JAMIL
© Stack Overflow or respective owner