VISUAL C# 2005

  • Thread starter Thread starter Ashish Thakkar
  • Start date Start date
A

Ashish Thakkar

Has MicroSoft released Visual Studio 2004 or 2005 version ?

If not then should i buy Vc#.net 2003 or wait for the new version to released.


Thanks and Regards,
Ashish Thakkar
 
There is no Visual Studio 2004, VS 2005, codename Whidbey, will be released
in the new year.

If you need to work on code now you'll have to buy VS 2003 and upgrade
later.

If you get an MSDN subscription, VS 2003 and 2005 Beta will be available to
you along with many other benefits.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Has MicroSoft released Visual Studio 2004 or 2005 version ?

Not yet. VS 2005 is scheduled for release some time in the first half of
2005.
If not then should i buy Vc#.net 2003 or wait for the new version to released.

That depends, why do you want 2005? Why do you want 2003?
 
So, whats the difference from 2005 VS..and 2003 VS..? better looking
interface? C# stays the same, but new more librarys? since its like
C++..? since, you can write in a notepad.. so whats up?
 
pachanga,

I don't think that one posting can put into context all the changes that
have been made in VS.NET. For .NET development alone, it's mind boggling
what has changed from VS.NET 2003 to VS.NET 2005. Then there is the
unmanaged code development (VC++).

Things like improved designer support, refactoring, new data
functionality are just some of the enhancements.

I would check the MSDN site for more information:

http://lab.msdn.microsoft.com/vs2005/

You can even download or order the beta on DVD or CD:

http://lab.msdn.microsoft.com/vs2005/get/default.aspx

Hope this helps.
 
Back
Top