LinqToSQL A Detailed Review
Posted by: Jesse Liberty - Silverlight Geek,
on 16 Aug 2009 |
View original | Bookmarked: 0 time(s)
Turing Project Page: [Novice: 8 | Advanced: 5 ] FAQ | Table of Contents | Definitions What is this and where do I start? In a previous post I discussed the advantage of separating the Data Access Layer (retrieving data from your data store) from the Data Transport Layer (moving data from the server to your client. We then took a small but important detour into an introduction to Linq. This posting will expand upon...