BloggingAbout.NET
Thoughts of developers

Sample code for the Lambda filtering article


posted by Fadzai Chamba
Sun, Oct 11 2009

Downloads: 384
File size: 616.5kB
Views: 2,658
Sample code for the Lambda filtering article

This zip file contains the full article code from my article about using lambda expressions and delegates for filtering and searching through lists and other IEnumberable(Of T) classes.

The relevant code is in both VB and C#, but some shared code which is not directly related to the topic discussed in the article is implemented only in VB.

The solutions is a VS2008 solution compiled against .NET framework version 3.5.

Add a Comment

(required)
(optional)
(required) 
Copyright © 2003-2010 BloggingAbout.NET