Customer Reviews


18 Reviews
5 star:
 (8)
4 star:
 (4)
3 star:
 (2)
2 star:    (0)
1 star:
 (4)
 
 
 
 
 
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


41 of 42 people found the following review helpful:
5.0 out of 5 stars Microsoft gets serious about Web development
I've just put my Javascript Bible up for sale. A great language to be sure, but I'm tired of stuffing about writing code that works differently on various platforms and browsers.

And my ASP 3.0 Professional book. No more.

Microsoft have lowered the bar for active, data-driven website development. It's almost as easy as drop and drag.

OK. You still have to know how...

Published on March 8, 2002 by Peter Mackay

versus
4 of 7 people found the following review helpful:
3.0 out of 5 stars Good for web, weak on native C++
This edition of Visual Studio is geared heavily towards web and .NET development. If you're still a native C++ programmer, the interface is going to feel clunky and project management (adding / removing configurations, the build process) can be a nightmare. The debugger is great, the compiler has improved, and the new runtime code checks are fantastic. They just need to...
Published on April 17, 2003


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

41 of 42 people found the following review helpful:
5.0 out of 5 stars Microsoft gets serious about Web development, March 8, 2002
By 
This review is from: Microsoft Visual Studio .NET Professional Upgrade [Old Version] (CD-ROM)
I've just put my Javascript Bible up for sale. A great language to be sure, but I'm tired of stuffing about writing code that works differently on various platforms and browsers.

And my ASP 3.0 Professional book. No more.

Microsoft have lowered the bar for active, data-driven website development. It's almost as easy as drop and drag.

OK. You still have to know how HTML works and how a database is put together and be able to write code without tripping over your feet. Not all that difficult, and there are any number of books to help you along.

But the bottom line for Visual Studio.NET is that Microsoft has worked out that the Internet is where widely distributed applications are happening, and it's no good delivering a development environment aimed at the desktop and having a second rate product for the Web.

Make no mistake, you can still use Visual Studio to develop superb desktop applications, and I purely love some of the goodies they have included, like being able to set transparency of objects on the fly - you want a screen that gently shimmers into view, or a form that you can see through to the information below, it's easy - lots of goodies like that. The development environment is just wonderful. It makes writing and testing code a snap.

But this is Visual Studio built from the ground up around the Internet in general and the Web in particular. The biggest change is that instead of having HTML and code mixed up together on the same page, a real nightmare to maintain, you now have two pages, one to lay out your web page exactly as you want, another for the "code-behind" where you set down the code. At its most basic, you have a button on one page, and the code that handles the button click on another that the user never sees.

And remember how I have my JavaScript Bible up for sale? The controls and the code in .NET work for any browser, and you don't have to mix Javascript client-side and VBscript server-side any more. The framework handles all that for you and different code gets sent to different browsers automatically. A *huge* saving in development time and the elimination of a maintenance nightmare.

In fact, it doesn't matter what language you use to write your code in. Visual Basic, C++, Java, Microsoft's new C# (which is best described as C++ without pointers), or any of the dozens of old and new languages being made available for the environment.

There's stacks more to say about Visual Studio.NET, but I don't have the space here. Buy it and try it - with the rebate it's inexpensive, or you can try the whole product for 60 days by asking Microsoft for an eval version - it's on their website somewhere - not too hard to find.

My opinion of VS.NET is that it's a bold new advance on the previous version, one that is the result of a lot of consultation with real-life developers, and one that is designed for Web development. Serious web development.

It also lowers the bar for developing sophisticated web pages. Makes web coding an order of magnitude easier. There is going to be a huge cottage industry of website design based around this product, and a smart cookie can turn out good websites for small business and community groups at the rate of one a night and a few on weekends. Seriously, you can make back the price of this product in a few hours, it's that good. Let others struggle with Perl and cross-browser issues and maintenance tangles - this is the fast track right here.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


23 of 24 people found the following review helpful:
5.0 out of 5 stars Rebate GOTCHA!, May 2, 2002
This review is from: Microsoft Visual Studio .NET Professional Upgrade [Old Version] (CD-ROM)
I like the new IDE. BIG point to remember, in order to get the MS rebate for the upgrade edition, you NEED the box top with the UPC symbol of the qualifying software. Luckily I kept mine from VB6!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


16 of 16 people found the following review helpful:
4.0 out of 5 stars The Best Studio ensemble but not perfect., May 1, 2002
By 
JOHN (CA United States) - See all my reviews
This review is from: Microsoft Visual Studio .NET Professional Upgrade [Old Version] (CD-ROM)
This latest release by Microsoft is the best studio package money can buy. But, there are some shortcomings, Where is the VC++ .Net Forms designer? No doubt a ploy by Microsquash to gently twist the arms of VC++ programmers to at least consider using their proprietary new language Visual C#(Sharp) as their new primary language.(VC# .Net has a Forms Designer)
Visual Basic .Net is now a joy to use relative to previous versions with the many new powerful code features.(ADO.NET is here to stay, ready or not, painful at first, but like Hell Week in football, you get used to it.)
Visual C# seems interesting, a shotgun-marriage of VB and VC++(Good Lord!)
Still waiting for my free copy of MS JAVA# .Net to arrive.(A coupon comes in the box)
The IDE is the best ever made by any software manufacturer. SUPERB IDE!
Multitude of new features in IDE that make programming life easier.

The Dynamic Help feature(used with code editor and forms designer is very handy)

If you are still using Visual Studio 6 I highly recommend the purchase of Visual Studio .Net Pro.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 9 people found the following review helpful:
5.0 out of 5 stars .NET .GET, May 24, 2002
By 
"joiquank" (Lindon, UTAH USA) - See all my reviews
This review is from: Microsoft Visual Studio .NET Professional Upgrade [Old Version] (CD-ROM)
This studio is leagues beyond the last. Microsoft is easing the burden of developers by simplifying distributed application development using .NET. Sure, for instance, you can go in and manually write the low level COM interface connectors if you prefer to have the "stick shift" control and specific performance attributes etc., or you can rely on the built in functionality of .NET and speed the development process.

It seems that with this platform there is a bit of a learning curve even for the most experienced developers because of the great differences. But the online help is dynamic and useful when you get stuck on something.

Visual Basic is not Visual Basic now. They seemed to have completely renovated the way VB works.

The Common language Runtime (CLR) makes it possible to create solutions by interweaving any of the languages included with the studio. I believe there is a way to import 3rd party or future MS designed languages as well. So if one language is better at a specific task, then you can switch to it.

The integrated development environment (IDE) is meant to maximize developer productivity. In using it, I haven't experienced the contrary. I must mention that I do like the flexibility of working on web applications in .NET. You can use a grid layout like a form builder, or the flow layout like a web page editor.

I noticed a couple of funny things so far, but not worth mentioning. It takes some getting used to, but this is certainly worth it.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars VS . Net is fantastic!, April 18, 2002
By A Customer
This review is from: Microsoft Visual Studio .NET Professional Upgrade [Old Version] (CD-ROM)
I can't say enough about how well I like this product. The IDE is impressive. For example, VB .Net includes automatic completion of statement blocks, dynamic help, XML documentation in C# and tasks that display compile or link errors, just to name a few. I've been programming professionally for 10 years and I've never seen a development tool that has this much power and flexibility. My productivity will definitely increase. I'm impressed.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
4.0 out of 5 stars This is a good product, March 9, 2002
By A Customer
This review is from: Microsoft Visual Studio .NET Professional Upgrade [Old Version] (CD-ROM)
It provides for a set of objects that are common for the three languages, when dealing with windows. The only reason I do not give it 5 stars is because in the C++ realm you cannot visually place components on a form in .NET, but must do it manually. The IDE has one particular component that stands out in my mind. You can take methods in your source listing and actually close or hide the code for these methods that you do not want to see. This is much like the Windows Explorer Program, when dealing with drives and folders. It allows you to easily find and concentrate on the code that is important to you at the moment. Overall it is a fine product and Microsoft has done, in my opinion, a good job.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
4.0 out of 5 stars Impressed with .Net, July 8, 2002
By 
This review is from: Microsoft Visual Studio .NET Professional Upgrade [Old Version] (CD-ROM)
I purchased VS.Net last month, got it installed with no problems. I really enjoy the improvements made to the IDE, especially the way the different toolboxes are set up. I read the first review on "Rebate Gotcha" and I did some additional research. I went to the MS web site for VS.Net and got the telephone number to the rebate center. I called and verify that IN ADDITION TO the top box (which most people don't keep), they will accept the back of the VS 6 or other qualifying product CD case (the one with the CD Key), or the original title page of the manual of the qualifying product. I got my refund today, in less than 30 days.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars MS shoots and scores, August 27, 2002
By A Customer
This review is from: Microsoft Visual Studio .NET Professional Upgrade [Old Version] (CD-ROM)
I've been using VS.NET for about 4 months now, and everyday I get more excited about it capabilities. I'm an experienced VB5/6 programmer and VB.NET is a whole new level. The OO features are welcomed and I've been waiting for them. VB development environment has always been the key to RAD in my mind. VS.NET takes that a step further and offers many new enhancements. The VB language is now very eligant and clean with loads a capability provided by the .NET Framework. The .NET Framework simplifies many methods I used to code by hand, and the extent of the base classes are sick!

I have to mention distribution also... I distributed some apps around the company on many machines without installing a single .NET component, just load the framework and you're going (unless you need a legacy COM component).

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 7 people found the following review helpful:
3.0 out of 5 stars Good for web, weak on native C++, April 17, 2003
By A Customer
This review is from: Microsoft Visual Studio .NET Professional Upgrade [Old Version] (CD-ROM)
This edition of Visual Studio is geared heavily towards web and .NET development. If you're still a native C++ programmer, the interface is going to feel clunky and project management (adding / removing configurations, the build process) can be a nightmare. The debugger is great, the compiler has improved, and the new runtime code checks are fantastic. They just need to work on the UI for non-.NET developers.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 15 people found the following review helpful:
1.0 out of 5 stars What a pain to install, April 9, 2002
By 
Wood "Billburg" (Brooklyn, NY USA) - See all my reviews
This review is from: Microsoft Visual Studio .NET Professional Upgrade [Old Version] (CD-ROM)
After 2 days I finally got a working if limited install of this program that did not crash when launching. Leave it to Microsoft to create a product that does not work with certain DVDs and CD-ROMs. Their response is to xcopy the cds to your hard drive. (Hope you got 2G of space) Still did not fully work.Of course it could be the disks themselves are corrupt. Guess I still got a few more days of work ahead of me. Before you buy check the newsgroups to make sure you got a compatable drive, pioneer dvds are a known 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 .NET Professional Upgrade [Old Version]
Microsoft Visual Studio .NET Professional Upgrade [Old Version] by Microsoft Software (Windows 2000 / NT / XP)
$549.00 $199.95
In Stock
Add to cart Add to wishlist