diff betn VS2000 - VS2003 - VS2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All
i m new to this group.
Can you give me difference between Visual Studio 2000 and Visual Studio 2003
and Visual Studio 2005?
Thanks
 
Hi,

I'm not sure there was a Visual Studio 2000, there was Visual Studio
..NET that was released in 2002 if that's what you meant? The main
difference between these versions is the .NET Framework version that's
supported. Each subsequent version has new and improved development
features, and a slicker user interface. Here's a summary breakdown of
the versions:

Visual Studio .NET
First version of Visual Studio for .NET 1.0

Visual Studio .NET 2003
..NET Framework upgraded to v1.1. Supported development for mobile
devices. Several Visual C++ improvements.

Visual Studio 2005
..NET Framework upgraded to version 2.0. New language features added,
such as generics. C++/CLI added. Visual FoxPro removed. New
"Deployment Designer" added. Support for 64-bit architectures.
Several editions including Team System (for large development
organizations) and Express. Added tools for building MS Office
extensions.

HTH,
Chris
 
Hello Ashok,

Each VS use corresponded .net framework version
VS 2002 for .net 1.0, vs 2003 for .net 1.1 and vs 2005 for .net 2.0

each version has more reach functionality. Now .net2.0 is the latest and
most developing framework, regarding to blogging, numbers of samples, tutorials
and books that are out.

A> i m new to this group.
A> Can you give me difference between Visual Studio 2000 and Visual
A> Studio 2003
A> and Visual Studio 2005?
A> Thanks
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Microsoft Visual Studio .NET (sometimetime referred to as Visual Studio
2000) requires the Microsoft .NET Framework 1.0

Microsoft Visual Studio .NET 2003 (sometimetime referred to as Visual Studio
2003) requires the Microsoft .NET Framework 1.1

Microsoft Visual Studio .NET 2005 (sometimetime referred to as Visual Studio
2005) requires the Microsoft .NET Framework 2.0
 
Back
Top