Browse by Tags

Visualizing LINQ
28 February 08 10:52 PM | MattManela | 1 Comments   
I ran across an awesome code sample written by Jon Skeet . He realized that many people may have difficulty understanding how the lazy evaluation in LINQ (and programming with iterator combinators in general) works. His program/code sample is able make Read More...
Foray into LINQ
02 December 07 09:12 PM | MattManela | 3 Comments   
With the release of .NET 3.5 I started playing around with one of the cool new technologies called LINQ. LINQ brings SQL like querying syntax for performing operations on data sources like collections into , files or databases into .NET. The LINQ website Read More...
Page view tracker