Click to See Complete Forum and Search --> : vs.net


Murder
04-07-2002, 05:48 PM
Is it worth upgrading from vs6 to vs.net if your an average programmer?

dighn
04-07-2002, 05:50 PM
no
u dont need the extra features unless you want c# or the new VB

on a side note vs.net is significantly slower than vs 6

Murder
04-07-2002, 11:56 PM
Well speed isnt really an issue, I have plenty of ram. And a fast processor. I was just wondering because I can get my hands on an Academic version (for free), and Ive been reading around looking for reviews on it. The reason Im not jumping right on the wagon is because "if it isnt broke dont fix it" kinda thing. I mainly use C++,although I use vb occasionaly...are there any good improvements?

Just wanted to be sure because I've heard that the bad things out weigh the good things..

dighn
04-08-2002, 12:07 AM
for c++ u really shouldn't bother unless you use MFC extensively... and VB it's supposedly much more powerful now (and very different)

vs.net is very slow on my 950mhz tbird and 256mb ram system. i know it's not exactly high end but i find it ridiculous that a glorified editor should require so much power...

Sparky_D
04-08-2002, 10:50 AM
Originally posted by dighn
for c++ u really shouldn't bother unless you use MFC extensively... and VB it's supposedly much more powerful now (and very different)

vs.net is very slow on my 950mhz tbird and 256mb ram system. i know it's not exactly high end but i find it ridiculous that a glorified editor should require so much power...

If you use C++ DEFINITELY switch to VS.NET. It runs pretty good on most systems that I have run it on at work. It's not quite as fast as VS6, but the later versions are still pretty fast.

The major reason to switch is the FAR better implementation of STL (Standard Template Libraries) in VS.net. Far more stable with less bugs. :)

Unless, of course, you don't use the Microsoft STL libraries from VS6 and you use a propriertary one instead.