Customer Reviews


16 Reviews
5 star:
 (7)
4 star:
 (4)
3 star:
 (1)
2 star:
 (1)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


126 of 138 people found the following review helpful:
4.0 out of 5 stars Adequate, but Quirky
I was using VC++ 6.0 (I skipped the VS2003 experience) up until last Friday when I received VS2005 Standard Edition from Amazon. All of my comments will refer to the IDE, and I did not have a prior version of the .NET framework on my (Win2K Pro) system. I have also not had a chance to to any .NET stuff.

Shipping from Amazon was as promised (I specified next...
Published on December 12, 2005 by John M. Simmons

versus
15 of 17 people found the following review helpful:
3.0 out of 5 stars Useful product, but still a challenge
I primarily write in VB/VBA -- not at a really advanced level, mostly focused on data management -- and am trying to make the transition to asp.net. So my comments are directed along these lines.

The IDE itself is generally very good. Layout, menus, etc. are fine, intellisense is fantastic and the error messages are actually pretty useful.

That...
Published on September 8, 2006 by Eric T. Kirschner


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

126 of 138 people found the following review helpful:
4.0 out of 5 stars Adequate, but Quirky, December 12, 2005
This review is from: Microsoft Visual Studio Standard 2005 [OLD VERSION] (CD-ROM)
I was using VC++ 6.0 (I skipped the VS2003 experience) up until last Friday when I received VS2005 Standard Edition from Amazon. All of my comments will refer to the IDE, and I did not have a prior version of the .NET framework on my (Win2K Pro) system. I have also not had a chance to to any .NET stuff.

Shipping from Amazon was as promised (I specified next day), and the product arrived in excellent condition.

0) Comes on five CDs, and I didn't notice an option anywhere to purchase a DVD version. Microsoft's marketting hype claims 1 disk. Maybe they only have one DVD burner in Redmond, and it's broken. I pitty the Pro Edition buyers if this is the case.

1) Takes about 40 minutes to install on a AMD64/3500,1gb RAM system.

2) Will install on Win2K Pro as long as you have Service Pack 4 installed.

3) It consumes about 3gb, counting MSDN.

4) The IDE does not conform to theme settings of OS (annoys the hell outa me). The most glaring part of this is that the font I specified for menus on my system is being ignored. Secondarily, it uses the Office 2005 theme, and I think it looks like crap.

5) Class Wizard is dead (and I am not fond of that fact).

6) Syntax highlighting is stunted. I can't change foreground AND background color on several items. I also don't get to set syntax coloring on Wizard lines. I hate that.

7) The compiler caught several errors that VC6 ignored (such as defining a const without specifying the type - GASP!)

8) The compiler also caught a handler function in the CPP file for a user-defined message that did not have the correct return type specified (I was incorrectly using "void" instead of "LRESULT"). However, the matching (and also incorrect) prototype defined in the H file was not detected.

9) When you un-pin workspace windows and turn off interface animations, hovering the mouse over the side-tabs still has a 1-2 second delay before rolling the windows back out.

10) When an un-pinned window is rolled out from the sides, the interface is not correctly invalidated, causing the side window to partially obscure the bottom window (if it's pinned, of course).

11) When you want to create an "event" handler, you have to have the caret positioned over the MESSAGE_MAP block in either the H or CPP file before you can even see the list of available events in the properties window.

12) While I'm talking about the properties window, I gotta say I'd rather have the old properties dialogs back than be forced to scroll the "never-enbing-list-of-properties".

13) If you're moving from VC6, be prepared for a bunch of warnings about deprecated code. MS has new "more secure" versions of our old favorites, like strcpy, itoa, printf, sscanf, etc. You can add a compiler definition to the project settings to ignore these warnings (and you might want to at first).

14) Some of the MFC macros have different parameter types. Be prepared for that.

15) I was surprised to find that you have to #include a file in stdafx.h in order to use the CListView class.

16) I looked over the Feedback page at Microsoft to see what kinds of bugs/suggestions were being reported, and it appears as if MS is making a concerted effort to reject all issues regarding the IDE's performance and usability. Status quo, IMHO...

17) They're already supposed to be working on a patch, but we probably won't see anything for at least six months.

18) Intellisense appears to work quite well, and it has not yet refused to show me class members. In VC6, you never knew when it was going to work or just stare back at you with a dumb look on it's face.

In closing, if you feel the need to get up to speed with the latest MFC stuff, want a better C++ compiler, or have the need to write code for .NET 2.0, don't hesitate to get this product. I think it's a worthy purchase regardless of the little things I've found.

PS. No, I haven't got a clue as to what a "streamlined" user experience is, nor how it compares to the Pro version's "full" user experience.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


20 of 22 people found the following review helpful:
5.0 out of 5 stars Almost enough to get the job done., December 29, 2006
By 
Jason Nowicki (Elizabethtown, KY USA) - See all my reviews
(REAL NAME)   
This review is from: Microsoft Visual Studio Standard 2005 [OLD VERSION] (CD-ROM)
Hi all, I've been writing code for over 5 years now and work as a developer for a software company. I'm also MCAD Certified. We use VS.Net 2005 exclusively and the reviews that you will read below about this program sucking are not true. I believe the reason users may think this program sucks is because they don't know how to use it. It's just like anything else, if you don't know how to use the program you won't benefit from its features. Now one thing I will tell you is that when you want to create a Windows Service you WILL need the Professional version of VS.Net 2005 to do that. Other than that I have created atleast 25 web sites ranging from personal sites to enterprise e-commerce, numerous desktop apps that range from single managed apps to apps that use WIN32 API, ie old COM stuff, Class libraries, Server Controls and .Net Remoting objects. So unless you need to create Windows Services this is the package for you.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 17 people found the following review helpful:
3.0 out of 5 stars Useful product, but still a challenge, September 8, 2006
By 
This review is from: Microsoft Visual Studio Standard 2005 [OLD VERSION] (CD-ROM)
I primarily write in VB/VBA -- not at a really advanced level, mostly focused on data management -- and am trying to make the transition to asp.net. So my comments are directed along these lines.

The IDE itself is generally very good. Layout, menus, etc. are fine, intellisense is fantastic and the error messages are actually pretty useful.

That said, getting asp.net to function the way you want it to (if you're moving from VB) is still quite challenging and time consuming. Some examples -- if you add a database to your project, VS won't recognize it until you exit and restart; changing column widths on a grid view is a bit of a challenge (just google "Gridview column widths" and read away) -- mine wouldn't work until I shut VS down and relaunched; master pages are great, but incredibly finicky -- some of my pages appear with the designated breadcrumb, some don't, go figure; three tier data architecture is incredibly challenging b/c the ObjectDataSource is very picky -- after a few days of playing around with it, I abandoned a three tier set-up for a two tier one. Etc., etc.

MS is doing quite a bit to push people from the COM world into the .Net world and certainly VS 2005 is much more accessible than VS 2003. But when the language itself is still so buggy, the best IDE in the world only helps you to better focus your frustrations. My op is VS for asp.net still has a long ways to go before it becomes nearly as accessible as VB/VBA.

As a follow-up, some of the issues that I cited above are easily addressed by a better understanding of the IDE (i.e., fixing my unfamiliarity with the IDE). However, there are still numerous areas where the separate pieces of asp.net take an inordinate amount of time and effort to fit together properly (the object data source being the best/worst example I've hit). Six mos. of pretty regular use have only reinforced the views that I originally expressed -- very good IDE, an ambitious concept, but one that still needs a fair amount of work.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars A Development Standard Tool, September 16, 2007
By 
This review is from: Microsoft Visual Studio Standard 2005 [OLD VERSION] (CD-ROM)
Any serious or amature developer should be required to use and know Microsoft Visual Studio Standard 2005. I know there are a lot of super-geeks out there who love to hate on Microsoft and prefer to stick to "real" or open source code that isn't dominated by the MS Juggernaught.

Those feelings aside- the reality of the world is that most companies use Microsoft software and server implementations in real world business, and Microsoft does provide the tools to get that work done. If you are at all interested in .NET, J#, C++, or ASP; this tool is the way to go. I was also happily surprised to learn that Visual Studio also can help code other documents like XHTML, XML, HTML, and CSS, which is really nice when you have to pay this much for the product.

Seriously though, if you are buying this for yourself, buy the Standard edition, let whoever you work for buy you the professional edition.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


16 of 21 people found the following review helpful:
5.0 out of 5 stars best VS yet..., July 10, 2006
This review is from: Microsoft Visual Studio Standard 2005 [OLD VERSION] (CD-ROM)
I've been using the MS IDEs since back when it was still called "InterDev" - and I have to say this is the best one yet. Naturally there are some things that are not 100% intuitive to everyone. Not everyone thinks the same way, or develops the same way - so of course some things aren't going to make sense to people. Welcome to life...
However, after spending 5 minutes learning how to use it - one finds performing tasks that used to be difficult (or even impossible) in previous versions to be extremely simple. Want a strongly typed dataset? no problem. Want to build a website and only have to define 1 or 2 templates for the whole thing? no problem. Want to take advantage of caching, simply by adding a couple lines of code to the top of a page? yup - got that too.
Granted - some of the things that make VS2005 so great are more because of the features of .net2.0 - but this version of visual studio makes those features easy to use and understand.
Definately worth the money.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars excellent service, September 1, 2008
This review is from: Microsoft Visual Studio Standard 2005 [OLD VERSION] (CD-ROM)
they really made a good effort. I needed the software urgently and they respond immediately and I was able to have it on time.
Thanks.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Excellent experience with this tool, November 27, 2007
This review is from: Microsoft Visual Studio Standard 2005 [OLD VERSION] (CD-ROM)
Used this version for a 150,000 line code base of desktop applications. Very very happy with it. Of course, there are many "wish it did X" items, but it is overall I am very pleased. After SP1, almost never have IDE crashes or other non-user code problems.

Still wondering why anyone would buy the Pro edition vise this (Std) edition for $350 more..
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful:
5.0 out of 5 stars Visual Studio 2005 Rocks, June 18, 2007
This review is from: Microsoft Visual Studio Standard 2005 [OLD VERSION] (CD-ROM)
Awesome IDE. I appreciate using it daily. Beats using Xemacs in my real job, hands down.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 2 people found the following review helpful:
4.0 out of 5 stars Decent Product, Steep Learning Curve, June 7, 2007
By 
Michael Krauklis (Rochester, NY United States) - See all my reviews
This review is from: Microsoft Visual Studio Standard 2005 [OLD VERSION] (CD-ROM)
This product was good, but not great. It's a bit sluggish at times, even running with plenty of available resources (e.g. when it's the only thing running on a box with a gig of ram and a decent processor). It also has a fairly steep learning curve. Once you know how to do things it's great, but when you don't you stumble a lot. A lot of the features, while powerful, aren't very intuitive. My primary IDE before this was Eclipse, so I was already accustomed to another IDE that handles things differently a lot of the time. Some things MVS did better; some things Eclipse did better. In the end, as I've said before, it's a good product, but not great. A little rough around the edges. When it boils down to it if your development environment is MS, this is probably the product for you.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 2 people found the following review helpful:
4.0 out of 5 stars Reports could be improved, May 31, 2007
This review is from: Microsoft Visual Studio Standard 2005 [OLD VERSION] (CD-ROM)
When I loaded Visual Studio the SQL Server component did not load correctly - only the Configuration manager loaded - on reading the reports on the procedure I was informed that my computer was below the minimum hardware requirements, this despite me running a 2 GHz machine with 512 RAM and plenty of disc space.

A little bit more granularity might help me locate the problem.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Microsoft Visual Studio Standard 2005 [OLD VERSION]
Microsoft Visual Studio Standard 2005 [OLD VERSION] by Microsoft Software (Windows 2000 / XP)
$299.00 $183.85
In Stock
Add to cart Add to wishlist