Tuesday, October 18, 2016

.NET 3.0 came out of the box with Visual Studio 2008.

You had to install an update to get .NET 3.5 which unlocked C# 3.0 and the LINQ (Language Integrated Query) and Lambda stuff that came with it. C# 2.0 and C# 3.0 used the same runtime engine and basically the 3.0 stuff gave you different things to compile to CLR without any of the CLR itself being new.

No comments:

Post a Comment