what is difference between visualstudio.net 2003 and visualstudio2005
Visual Studio
2
Posts
2
Posters
0
Views
1
Watching
-
I want to know the difference between visualstudio.net 2003 and visualstudio.net2005.Because i am working in visualstudio.net2003 only
-
I want to know the difference between visualstudio.net 2003 and visualstudio.net2005.Because i am working in visualstudio.net2003 only
So far VS versions are linked to .NET versions: VS2003 supports .NET 1.1, VS2005 supports .NET 2.0 In .NET 2.0 the FrameWork offers a lot of new classes (e.g. SerialPort), and a new version of C# language (2.0 has "generics"). And the entry level VS2005 is free ("Express Edition"). Search Microsoft site for more info. :)
Luc Pattyn
try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }