Visual Studio .NET Professional

Introduction

The launch of Visual Studio .NET in early February marked a radical overhaul for the entire Visual Studio range, both in terms of the underlying architecture, and the rapid development environment. The product is now based on the .NET Framework, which brings significant benefits for developers. However, for the first time ever, the compilers for the Microsoft languages are available for free by downloading the Framework SDK; by purchasing Visual Studio .NET you are no longer paying for the languages, but only the IDE and it's associated tools. As a result, developers are no longer restricted to using this IDE; in fact, the whole development process could take place using Notepad and a command line prompt. For the moment, however, Visual Studio .NET is the only rapid development tool for serious Microsoft developers, and this latest release only serves to consolidate its position.

The .NET Framework, and as a result, Visual Studio.NET comes with two new languages; C# and VB.net; and has the possibility of increasing support when other vendors release a .NET version of another language. Just a quick warning to VB programmers at this stage; you may well have been wondering why I called VB.net a "new" language... however, the language has had such a major overhaul in order to make it a truly object orientated language, that it can't be seen as anything else. As a result of these changes Visual Studio .NET will not necessarily be able to open and run your old VB projects; although it does have a conversion wizard, don't expect the transition to be easy for anything but the most basic projects.


The Visual Basic Upgrade Wizard

Installation was painless, but lengthy, with 5 CD's worth in the Professional edition. The first difference immediately noticable is you only have 2 main shortcuts created, reflecting the fact that Visual Studio is now a truly integrated development environment... from web services, sql server projects and client applications, everything can be managed from within the single IDE.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“We better hurry up and start coding, there are going to be a lot of bugs to fix.”