Basic Instincts: Increase LINQ Query Performance

LINQ is a powerful tool enabling quick filtering data based on a standard query language. It can tear through a structured set of data using a simple and straightforward syntax.

In the August 2008 issue of MSDN Magazine, Jared Parsons demonstrates a technique to achieve maximum performance from LINQ queries on large sets of data in order to create a responsive UI.

Read more about Visual Basic and find more installments of the Basic Instincts column in our MSDN Magazine archives.