Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.