Excel Bookstore
 Location:  Home» Office Software » All Microsoft » Microsoft Visual Studio .NET Professional Upgrade  
Other Locales
  • Canada
  • U.K.
  • USA
  • Categories
    Bill Jelen Books
    Excel Books
    Excel 2007 Books
    VBA Books
    Pivot Table Books
    Charting Books
    Access Books
    Office Books
    Holy Macro! Books
    Office Software
    Computers
    Kindle
    Related Categories
    • All Microsoft
    Microsoft
    Brands
    Software
    • Programming Languages
    Programming
    Microsoft
    Brands
    Software
    • C & C++
    Programming Languages
    Programming
    Categories
    Software
    • Java
    Programming Languages
    Programming
    Categories
    Software
    • Visual Basic
    Programming Languages
    Programming
    Categories
    Software
    • Microsoft Windows
    Operating System (operating_system_browse-bin)
    Browse Refinements
    Refinements
    Software
    • CD
    Media Type
    Browse Refinements
    Refinements
    Software
    • 2002
    Update Year
    Browse Refinements
    Refinements
    Software
    • Microsoft
    Amazon.com Stores
    Featured Stores

    Microsoft Visual Studio .NET Professional Upgrade

    Microsoft Visual Studio .NET Professional Upgrade
    From: Microsoft Software
    Category: Software

    List Price: $549.00
    Buy New: $99.00
    You Save: $450.00 (82%)



    New (2) from $99.00

    Rating: 3.5 out of 5 stars 18 reviews
    Sales Rank: 8716

    Format: Cd-rom
    Platforms: Windows Nt, Windows 2000, Windows Xp
    Media: CD-ROM
    Edition: Professional Upgrade
    Operating System: Windows NT
    Shipping Weight (lbs): 5
    Dimensions (in): 3.7 x 3.1 x 0.9

    MPN: 659-00888
    UPC: 659556903640
    EAN: 0659556903640
    ASIN: B00005RV50

    Release Date: February 13, 2002
    Availability: Usually ships in 1-2 business days
    Condition: Version 2002, Matches Photo, Same UPC-Brand New Sealed in Original Plastic. Ships in Bubble Mailer. Delivery Confirmation. Shipment Notification. Ships same day or next day. vv

    Editorial Reviews:

    Amazon.com Review
    Visual Studio .NET is a superb, next-generation development tool. At its heart is the .NET Framework, a runtime engine and class library that enables rapid application building for both Windows and Web applications. The runtime engine handles housekeeping tasks, like memory management, while also providing fine-grained security and version awareness. The class library reduces the code needed to build rich applications. Visual Studio .NET also provides a slick visual environment, with features like tabbed and docking windows, dynamic online help, and automatic code completion and hints.

    The common runtime is language-neutral so, for example, Visual Basic programmers can use components written in C# and vice versa. Other languages, such as COBOL and FORTRAN, can plug into Visual Studio, and Microsoft provides a version of the Java language called J#.

    Overall, Visual Studio .NET is a radical break from the past for Microsoft. C# is an entirely new language, aimed at C and C++ programmers looking for something safer and more productive. Visual Basic .NET is a new twist on the old Microsoft favorite, losing compatibility with earlier versions, but gaining full object orientation as well as access to all the .NET libraries. These two languages, along with J#, have full support for the visual design tools in Visual Studio .NET. Also included is JScript .NET, Microsoft's version of JavaScript, although this comes without a form designer. Visual C++ is similar to earlier versions and is the only compiler included that can build old-style Windows executables. With a compiler switch, it can also target .NET, making it particularly flexible.

    Visual Studio .NET has two distinct form designers. Windows Forms are for traditional Windows applications, but managed by the common runtime. Web Forms are ASP.NET pages, which means they run on Web servers and work over the Internet. Microsoft has made designing and coding Windows Forms and Web Forms as similar as possible so that both types of applications can share components and much of the complexity of coding Web applications is kept hidden. Another key feature is Web services, which lets developers create an XML interface for an application so that it can be called across the Web or from any platform or language. XML support generally is strong, with a range of classes for parsing and transforming XML data. There is also a visual designer for XML Schema.

    There are a few points against Visual Studio .NET. One is that, like earlier versions, it only creates applications that run on Windows. Web applications are a partial exception, in that they support cross-platform clients, but deployment requires a Windows Web server. Another factor is that, with its multiple compilers and mountains of documentation, Visual Studio .NET eats up gigabytes of disk space, and the IDE tends to be slow with less than around 384 MB RAM. Serious developers will take this in stride, but casual users could have difficulty. Fortunately, the applications created have more modest system requirements, although Windows 95 is not supported. Finally, developers coming from earlier editions face a lot of learning due to radical changes in both Visual Basic and ASP.

    Despite these minor issues and a steep learning curve, Visual Studio .NET is an extremely versatile, sophisticated, and capable development tool. --Tim Anderson, Amazon.co.uk

    Amazon.com Product Description
    Visual Studio .NET Professional enables developers to build the next generation of Internet applications with XML Web services, database applications with XML, and RAD for the .NET Server. It enables developers to build solutions for the broadest range of clients--from Web applications to Windows to thin-client devices to smart devices. The RAD capabilities provide a shared IDE and a choice of programming languages, including Visual Basic, C++, C#, and Java. Visual Studio .NET Professional is RAD for the programmable Web.

    In XML, Visual Studio .NET developers can build data-driven applications using built-in ADO.NET tools that target a variety of databases, including SQL Server, Oracle, or any other XML source. With support for XML, ADO.NET enables developers to share data across computing platforms. Additionally, Visual Studio .NET includes the Microsoft Data Engine (MSDE), a SQL Server-compatible database that provides programmers with a viable development database and natively supports XML.

    Visual Studio .NET allows programmers to create and deploy critical server-based programming. With Visual Studio .NET, developers can visually compose middle-tier components using the Visual Component Designer (VCD). The VCD enables developers to drag and drop nonvisual objects such as message queues, timers, and event logs to a design surface, automatically discovering all necessary server-based resources and configuring required components.

    Note: This is an upgrade version. Any owner of Visual Studio 97 or Visual Studio 6.0 and later--except standard versions--is eligible for the upgrade.


    Customer Reviews:   Read 13 more reviews...

    1 out of 5 stars Software ad description misinterpeted   February 12, 2004
    John (Leander, Texas United States)
    4 out of 8 found this review helpful

    Dealing with Cheepmac is pretty risky
    When I received the software package, it is an upgrade for Microsoft Visual Studio.net 2002 and not Visual Studio 6.0 as the ad claimed.
    I have sent a number (5 to 8) emails from work and home to Cheepmac@yahoo.com in regards to this problem and trying to get shipping information to return this item. I sent these emails within the 7 days of receiving the order.
    I have never received an email from Cheepmac@yahoo.com for return instructions.
    I contacted Microsoft on the phone and they said that this upgrade had been discontinued a long time ago and clearly states on the package what the requirements were and it looked as if Cheepmac took me to the cleaners.
    I do not know why Cheepmac will not contact me back.



    3 out of 5 stars Good for web, weak on native C++   April 17, 2003
    4 out of 7 found this review helpful

    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.


    3 out of 5 stars Not as good as eclipse   August 29, 2002
    Anthony G. Laforge (Austin, TX USA)
    17 out of 43 found this review helpful

    Up until a year ago I think I would have been praising Microsoft for yet another great product...then IBM release eclipse 2.0, and everything changed. Eclipse has an amazingly solid interface, great version control integration, and incredible ease of use. And... oh by the way, tons of features you don't find in VS.NET, like code formatting/ beautifying (no I'm not talking about changing the font), easy file manipulations, *real* pre-compile time code checking, and did I mention it was free and can be run in both Windows and Linux? Ahh... so you say I'm not a java programmer, eclipse is useless to me....WRONG!!! A Project is already underway to add .NET support, specifically C#.

    Head to head eclipse is hands down the clear winner, but hey I suggest you draw your own opinions. Download eclipse and see for yourself.


    5 out of 5 stars MS shoots and scores   August 27, 2002
    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).


    5 out of 5 stars Adios Java!   July 19, 2002
    3 out of 9 found this review helpful

    Finished a Java course a few months ago and thought, ok, as far as oop goes, Java is top notch, but boy, oh boy, do the IDE's out there for Java stink! Then I got a hold of VS.NET and started learning C#. Wow! What a killer combo! Even using C# with the free SharpDevelop is better than Java and the incredibly bad Forte. I'll admit JBuilder is pretty good, but no way does it compare to VS.NET. And yes folks, you WILL see .NET applications running on Unix, Linux and Mac very soon, so start learning now!! Gee, you think this might give Sun less to wine about? We'll see. :-)

    Thank you for browsing ExcelBookstore.com!