What is the big deal with IQueryable?

Posted by jjr2527 on Stack Overflow See other posts from Stack Overflow or by jjr2527
Published on 2010-04-20T20:31:05Z Indexed on 2010/04/20 20:33 UTC
Read the original article Hit count: 362

Filed under:
|
|

I've seen a lot of people talking about IQueryable and I haven't quite picked up on what all the buzz is about. I always work with generic List's and find they are very rich in the way you can "query" them and work with them, even run LINQ queries against them.

So I'm wondering if there is a good reason to start considering a different default collection in my projects.

© Stack Overflow or respective owner

Related posts about architecture

Related posts about collections