My "Ah-Ha!" Moment With LINQ

Posted by CompiledMonkey on ASP.net Weblogs See other posts from ASP.net Weblogs or by CompiledMonkey
Published on Fri, 14 May 2010 01:06:00 GMT Indexed on 2010/05/14 1:44 UTC
Read the original article Hit count: 537

Filed under:
|
|
|
I'm currently working on a set of web services that will be consumed by iPhone and Android devices. Given how often the web services will be called in a relatively short period of time, the data access for the web services has proven to be a very important aspect of the project. In choosing the technology stack for implementation, I opted for LINQ to SQL as it was something I had dabbled with in the past and wanted to learn more about in a real environment. The query optimization happening behind...(read more)

© ASP.net Weblogs or respective owner

Related posts about LINQ

Related posts about c#