Microsoft Visual Basic .NET Standard [Old Version]

Microsoft Visual
Microsoft Visual Basic .NET Standard [Old Version]
by Microsoft Software
Platform:   Windows NT / 2000 / XP
2.7 out of 5 stars(18)

Buy new: $109.00 $65.99
6 used & new from $39.04

(Visit the Bestsellers in Programming list for authoritative information on this product's current rank.)

More than just a programming language, Visual Basic .NET is a visual development tool for Windows. Building an application is a matter of first creating a visual interface using the drag-and-drop form designer, and then writing code to bring the interface to life. Visual Basic is popular with beginners because the language has an English-like syntax and the visual tools make it easy to get started. The same qualities enable professionals to work faster, making this a great tool for business use as well.

Visual Basic .NET is substantially different from earlier versions. It builds applications for the .NET Framework, a run-time layer with improved security and reliability. In order to achieve this, Microsoft made numerous changes to the language. Most of these are beneficial, including full object orientation with inheritance, but the new Visual Basic is not compatible with the old. To migrate an old project you use an upgrade wizard, followed by manual fine-tuning. Applications built with Visual Basic .NET no longer support Windows 95, while for development, Windows NT 4.0, 2000, or XP is needed.

Despite these heavy system requirements, there is a lot to like in Visual Basic .NET. Perhaps the best feature is that developers can build applications for the Web almost as easily as for Windows. These have to be hosted on a Windows Web server, but can be accessed through browsers running on any platform, using a technology called ASP.NET. There is a host of components available, both in the box and from third parties, for true rapid application development. It is also a good choice for database development. Microsoft's ADO.NET database API uses a disconnected model, fitting well with the world of laptops and other mobile devices. XML support is good, including the ability to program XML Web services, which enable applications to communicate over the Internet. Developers can also build software for the Pocket PC and other Windows CE devices, using a downloadable add-on called Smart Device Extensions.

Visual Basic .NET has a superb development environment, although you need to double the minimum system requirements for good performance. The main work area is tabbed so that integrated online help appears alongside the code and the visual design surface. Tool windows can be docked, floated, or hidden. Automatic code completion and dynamic help speed coding, while ToolTips reveal the type of any variable. For deployment, there is a setup wizard and a setup project type.

Overall, this is a powerful tool with few limits on what can be achieved. --Tim Anderson, Amazon.co.uk



Microsoft Visual Basic .NET is the latest version of the Visual Basic development system. Reengineered for the Microsoft .NET Framework, it provides an easy and productive route for new developers and current Visual Basic programmers to quickly build Windows-based applications, next-generation XML Web services, thin-client Web applications, and software for mobile devices.

Write programs more efficiently using Visual Basic .NET. Take full advantage of IntelliSense statement completion, a background compiler, and Windows Forms control anchoring to reduce the amount of code you write and improve code stability. Visual Basic .NET provides developers with designers for creating Windows Forms and Web Forms applications and XML documents, as well as a host of other features for constructing solutions on the .NET platform.

Use the On-Screen Emulator feature to easily design and test Pocket PC applications without a device. The start page acts as a developer portal to one-click information on recently used projects, personal preferences, product updates, and the MSDN Online Community. Also, view project components, including Web Forms and Windows Forms controls, HTML elements, objects, and code snippets in the enhanced Toolbox.