Chad Scharf's Weblog
It's always time to upgrade!

Readability, Sub-Queries in LINQ

Sunday, 30 March 2008 14:39 by Chad

I've been working with LINQ and LINQ to SQL for a while now and I have to say, it definitely makes object enumeration, data access and binding extremely easy and efficient. Even the dynamic SQL it generates using LINQ to SQL is acceptable in efficiency and performance. One thing I noticed however is when you need to do complex sub queries or provide summary information within nested levels of relationships, the code can become pretty messy, until I discovered you can write LINQ statements within a generic type from inside an existing LINQ statement. More...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:   , ,
Categories:   LINQ
Actions:   E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed