[RESOLVED] [1.0/1.1] [2.0] [3.0/linq] ?
sorry its not a exact programing question per say but
1) how do you know what version your are programing under
2) i think i heard that 3.0 was fairly new does VS.net update to the new one or something?
sorry for the noob question but im still kinda new to the C# world
Re: [1.0/1.1] [2.0] [3.0/linq] ?
VS.NET 2002 = .NET 1.0
VS.NET 2003 = .NET 1.1
VS 2005 = .NET 2.0
.NET 3.0 is currently in beta, so you'd know if you were using that.
Same as for VB.
Re: [1.0/1.1] [2.0] [3.0/linq] ?
you can use VS2005 with WinFX (.NET 3.0)
Re: [1.0/1.1] [2.0] [3.0/linq] ?
Quote:
Originally Posted by Techno
you can use VS2005 with WinFX (.NET 3.0)
If you download the required components, and I'd think most people would know if they'd done that and only have done it if they specifically intended to develop .NET 3.0 apps.
http://msdn.microsoft.com/windowsvis...a/default.aspx
Re: [1.0/1.1] [2.0] [3.0/linq] ?
thanks for clearing that up