Click here to Skip to main content
15,888,088 members

Survey Results

How satisfied are you with Visual Studio .NET 2003?   [Edit]

Survey period: 8 Sep 2003 to 14 Sep 2003

For VS.NET 2003 users only.

OptionVotes% 
Very satisfied25729.85
Satisfied32137.28
Ambivalent12013.94
Unsatisfied586.74
Just don't get me started...10512.20



 
GeneralC# vs. C++ Pin
rdcotter13-Sep-03 3:30
rdcotter13-Sep-03 3:30 
GeneralShould be C# vs Java, really. Pin
TW13-Sep-03 4:42
TW13-Sep-03 4:42 
GeneralC# vs Java is a totally different topic Pin
rdcotter13-Sep-03 7:29
rdcotter13-Sep-03 7:29 
GeneralNo reason to compare C# to C++ Pin
TW14-Sep-03 4:33
TW14-Sep-03 4:33 
GeneralRe: No reason to compare C# to C++ Pin
Anonymous14-Sep-03 14:54
Anonymous14-Sep-03 14:54 
GeneralMy Issues with VS.NET 2002/2003 Pin
Ben @ Exocortex.ORg11-Sep-03 16:49
sussBen @ Exocortex.ORg11-Sep-03 16:49 
GeneralRe: My Issues with VS.NET 2002/2003 Pin
Kannan Kalyanaraman12-Sep-03 3:56
Kannan Kalyanaraman12-Sep-03 3:56 
GeneralRe: My Issues with VS.NET 2002/2003 Pin
MattyT15-Sep-03 18:59
MattyT15-Sep-03 18:59 
GeneralAdding stuff to the "Add New Item" dialog Pin
Ian Darling11-Sep-03 5:38
Ian Darling11-Sep-03 5:38 
GeneralList of things i hate in VS NET Pin
Tim Stubbs211-Sep-03 5:21
sussTim Stubbs211-Sep-03 5:21 
GeneralRe: List of things i hate in VS NET Pin
Tim Stubbs11-Sep-03 5:28
Tim Stubbs11-Sep-03 5:28 
Generalproduct life cycle Pin
besmel10-Sep-03 3:24
besmel10-Sep-03 3:24 
GeneralAcademic Upgrade Pin
Jon Newman10-Sep-03 0:36
Jon Newman10-Sep-03 0:36 
GeneralRe: Academic Upgrade Pin
Brian Olej13-Sep-03 16:19
Brian Olej13-Sep-03 16:19 
GeneralVery satisfied ... Pin
Virender Sandhu9-Sep-03 5:34
Virender Sandhu9-Sep-03 5:34 
GeneralRe: Very satisfied ... Pin
Alvaro Mendez9-Sep-03 7:22
Alvaro Mendez9-Sep-03 7:22 
GeneralRe: Very satisfied ... Pin
joan_fl9-Sep-03 10:32
joan_fl9-Sep-03 10:32 
GeneralRe: Very satisfied ... Pin
John M. Drescher10-Sep-03 7:00
John M. Drescher10-Sep-03 7:00 
GeneralRe: Very satisfied ... (not) Pin
pkeairnes17-Sep-03 4:35
pkeairnes17-Sep-03 4:35 
We primarily do web development, and we took a big productivity hit when moving from Java/IDEA to C#/VS.NET, largely due to the IDE. The languages are comparable, but it constantly amazes me to hear that people are happy with the VS.NET IDE. I sure wish someone would come up with a C# version of IDEA. Sigh | :sigh:

The VS.NET 2003 version integration with source control is flaky. When you get an entire project, it takes forever and the solution explorer flickers and jumps and hops and generally freaks out. Then you need to restart the IDE before attempting to rebuild, otherwise the build will fail. We've simply resorted to quitting the IDE, getting everything from SourceSafe, and then reloading the IDE. Single-file operations work fine. Removing files from a project works okay, until another developer sees that he has files that aren't checked in (the ones that were just deleted). More than once, this has resulted in people unwittingly undoing each other's changes.

I despise the whole concept of Solution-file based builds. Major productivity loss. In contrast, I love the directory-based model of Java plus ANT. It's simple to understand, entirely customizable, and I don't have to check out a project file to add a new class. These VS.NET project files become a huge source of contention among developers who want to add files but test their changes before checking anything in... but another developer needs to do that too... bam... someone has to wait. We've had to enable multiple checkouts to get back to normal, but we have to be careful that the project merges work correctly.

I find it impractical to extend the Solution/Project build process to incorporate anything that VS.NET doesn't already support. Good luck if you want to insert some extra actions in the middle of a build (e.g. generate some files). For example, we could not find a way to automate the building of independent .resources files.

If you want to rename a class file that's in a VS.NET Project and in SourceSafe, sit down and plan it out and test it... because it won't just work. If you want to reorganize your directory structure, allocate time... because it won't be simple.

The list goes on and on and on. Anytime an executive or manager or marketing person tells me that VS.NET is more productive, I have to laugh. Poke tongue | ;-P

I definitely don't like the VS.NET IDE, but I do like a lot of things about .NET development... until you run into something that Microsoft didn't consider, and you can't extend their solution, so you're basically screwed.
GeneralSatisfied... Pin
Ian Darling8-Sep-03 23:09
Ian Darling8-Sep-03 23:09 
GeneralRe: Satisfied... Pin
Paul Watson10-Sep-03 12:17
sitebuilderPaul Watson10-Sep-03 12:17 
GeneralRe: Satisfied... Pin
Ian Darling10-Sep-03 22:10
Ian Darling10-Sep-03 22:10 
Generallook on changes between 2002 and 2003 Studio Pin
Oleksandr Kucherenko8-Sep-03 23:02
Oleksandr Kucherenko8-Sep-03 23:02 
GeneralMssing Features Pin
NormDroid8-Sep-03 20:45
professionalNormDroid8-Sep-03 20:45 
GeneralRe: Mssing Features Pin
Kannan Kalyanaraman12-Sep-03 3:52
Kannan Kalyanaraman12-Sep-03 3:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.