Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Worth upgrading VS6 to VS.NET???
Name: Max Tappenden Date: November 12, 2002 at 14:03:28 Pacific OS: na CPU/Ram: na
Name: Jeff J Date: November 13, 2002 at 21:43:43 Pacific
Reply:
For C/C++, virtually no advantage. In fact, VS.Net still has some bugs (no service pack yet ;(
The main reason to upgrade for personal use, would be to use the .Net-related languages (C#, J#, .Net version of JScript, and VB.Net). They all use the same library stuff.
Cheers
0
Response Number 2
Name: BuBu Date: November 20, 2002 at 15:38:51 Pacific
Reply:
Depends on what you mean by upgrade. IF you intend to convert a working enterprise level VB app to take advantage of "NEW" .net features (dont waste your time) you will need to do a huge rework. The biggest problem that I ran into was with the way that I handled my variables. vb.net does not support REDIMing your variables. vb.net will convert about 95% of you VB6 code. IF however you are going to start developing new apps then I say, upgrade.
Summary: I currently have visual studio.net 2002 and I saw that you can upgrade to 2003 for $29. If anyone has the upgrade is it worth upgrading? and do you have to activate it? ...
Summary: Ok, hi I am a sophomore student majoring in computer science. I code primarily in C++, and a couple years ago I also learned Visual Basic and worked with it in VS6. Right now I'm facing a tough choi...
Summary: Is there a big difference between VS 2005 and VS 2008 in codes (or in major language syntax) ? .NET 3.5 is largely the same. You can read about the differences here. The added LINQ and Expression Tree...