Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » C# 3.0 » LINQ
I was watching a presentation today and there was a point brought up that I found really interesting. Say you have the following LINQ code: 1: int [] iArray = new int [] { 5, 4, 3, 2, 1, 0 }; 2:   3: IEnumerable< int > results = iArray.Select(i Read More...
LINQ is really cool. There are tons of examples on the web that show you how to use LINQ to query a database, xml file, text file or collection. This is what LINQ will primarily be used for; to simplify and support the need to provide an association between Read More...
 
Page view tracker