Popular Posts
-
Kendo UI applying SUM in footer template kendo ui - KendoUI: Grid Summary values in Footer - Stack Overflow : ", footerTemplate:...
-
MVC grid example ASP.NET MVC Flexigrid sample - CodeProject : 'via Blog this'
-
A possible way of handling distributed transaction for multiple contexts without alleviation to MSDTC??? c# - Entity Framework - Using Trans...
Wednesday, December 28, 2011
Difference between IEnumerable and IQueryable - LINQ
Possibly the main difference is that LINQ operators for IEnumerable accepts delegates of Function(of .. while IQueryable operators accepts Expression Tree. The best usage for IEnumberable is In-Memory or In-Process iterations while IQueryable enables to iterate through out of memory things including data sources, SQL, datatables etc!!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment