LINQ: We test performance over large collections and find performance bottlenecks
Posted by: EggHeadCafe.com New Articles,
on 19 Dec 2011 |
View original | Bookmarked: 0 time(s)
LINQ is "very cool" and brings much-needed elegance and utility to querying collections and other objects. However, there are some real bottlenecks that developers should be aware of when using LINQ. Querying or using the Where clause over a large collection has serious performance issues compared to a standard foreach loop read more
By Peter Bromberg