VS 2008 released

Thu, Nov 22, 2007 1-minute read

A few days ago Microsoft released Visual Studio 2008.

Thats great news, since with the release of VS 2008, c# 3.0 and .NET 3.5 is released as well.

.NET have some really exiting new features, like

LINQ

Extension methods

and lambda functions

I will take a look at them and make a few examples on how to use each of the those items above.