Sunday, December 9, 2007

Visual studio 2008

I downloaded express C# edition of Visual studio 2008. I'm fascinated with LINQ new query language extensions which consolidates concepts of functional programming. LINQ brings in new concise style of writing queries which works with any data source not just Relational stuff. You have all standard query operators defined for LINQ that operate with compatible data sources which implement IEnumerable...