What are big difference between .NET 2002 and .NET 2003...

  • Thread starter Thread starter Jigar Mehta
  • Start date Start date
J

Jigar Mehta

Hye,
Jigar from India... What are big difference between .NET 2002 and .NET
2003... I am using the 2002 version but planning to upgrade to 2003 so,
please give me big diff bet. two if you have it handy, or suggest me a URL
from where I can get those...
 
Jigar said:
Hye,
Jigar from India... What are big difference between .NET 2002 and
.NET 2003... I am using the 2002 version but planning to upgrade to
2003 so, please give me big diff bet. two if you have it handy, or
suggest me a URL from where I can get those...

VS.NET 2002 includes .NET framework 1.0.

VS.NET 2003 includes .NET framework 1.1 (many bug fixes, many new features
such as the Oracle client for ADO.NET).

'2003 has greatly improved C++ standards conformance (for native code).

'2003 has a WinForms designer for C++, 2002 does not.

Those are the biggies that come to mind. You're about 9 months too late to
find many of the "What's new in Visual Studio .NET 2003" pages, but you can
find some additional information at
http://msdn.microsoft.com/vstudio/productinfo/overview/whatsnew.aspx
andother pages nearby.

-cd
 
I know that I am too late but I am from India, so, here I think that we are
still early...

Thanks
Jigar Mehta
(e-mail address removed)

"Carl Daniel [VC++ MVP]" <[email protected]>
wrote in message
Jigar said:
Hye,
Jigar from India... What are big difference between .NET 2002 and
.NET 2003... I am using the 2002 version but planning to upgrade to
2003 so, please give me big diff bet. two if you have it handy, or
suggest me a URL from where I can get those...

VS.NET 2002 includes .NET framework 1.0.

VS.NET 2003 includes .NET framework 1.1 (many bug fixes, many new features
such as the Oracle client for ADO.NET).

'2003 has greatly improved C++ standards conformance (for native code).

'2003 has a WinForms designer for C++, 2002 does not.

Those are the biggies that come to mind. You're about 9 months too late to
find many of the "What's new in Visual Studio .NET 2003" pages, but you can
find some additional information at
http://msdn.microsoft.com/vstudio/productinfo/overview/whatsnew.aspx
andother pages nearby.

-cd
 
Back
Top