Different version of the .Net Framework
Hello,
Just a simple question. I am just wondering about all the different version of the .Net framework.
1.0 VS 2002
1.1 VS 2003
2.0 VS 2005
3.0 VS 2005 (Uses the WPF, WCF, etc) Or is this the beta version
3.5 VS 2008
I am not totally sure where the 3.0 and 3.5 version of visual studio they would come into
Many thanks,
Steve
Re: Different version of the .Net Framework
I'm not really sure what the question is, but .NET 3.0 was a superset of .NET 2.0, i.e. .NET 3.0 was .NET 2.0 with some extra bits on top. There were no changes whatsoever to the existing languages and type library from 2.0 to 3.0, whereas the previous upgrades all brought some breaking changes, as well as new language features, new types and new members for existing types. .NET 3.0 was basically an interim release to stimulate interest in developing for Vista until VS 2008 was released.