Quick Facts about Visual Studio 2005 - Did you know?

Visual Studio 2005 ! - Wait !! this might definitely be the tenth time you read this term across today !!!. It, no doubt, has created a wave. A Technology wave which defines new standards for creating applications using the .NET Framework 2.0.

Visual Studio 2005 has improved a lot over its predeccessor Visual Studio .NET 2003. There are some quick facts which are handy for new developers

Visual Studio 2005 (no more ".NET" in the name of the IDE) targets .NET Framework 2.0 for developing Windows, Web Applications, Smart Client Applications etc.,

Visual Studio 2005 doesnt require a recompilation (rebuilding) for changes in the code behind. We can just press CTRL+S (Save) and Voila, you can see the changes.

Visual Studio 2005 treats Windows Applications and Web Applications differently. For a Windows Application, you need to go to File - New Project, whereas for Web Applications, you go File - New Website. The same holds for Open also.

Visual Studio 2005 intelligently asks you for refactoring certain mundane lines of code into reusable methods.

Visual Studio 2005 introduces intellisense everywhere - Now you get the Intellisense popup whether you are in the Source(HTML) Mode or Code-Behind.

You can now drag and drop controls from the Toolbox either in the Design Mode or in the Source(HTML) Mode.

The Web.Config file is not added by default when you create a new Website (Web Application).

The first time you RUN the application, it would popup asking you whether to add a Web.Config and enable the Debug Mode (By Default it is set to false).

The Web.Config file can be hand edited as well as its settings managed using the WebSite Administration Page which ships built-in. You can manage as many things as Authentication, Roles, Users, SessionState etc., from this Tool without manually changing the Web.Config.

Visual Studio 2005 can be used to create complex Class Diagrams and generate code from them. The Diagrams can also be exported for Documentation.

The above is just a sneak peek of the exhaustive list of features.

Visual Studio 2005 comes in different editions such as Standard, Professional, Team System and Express Editions.

To View the features and comparison of the editions, check
Microsoft Visual Studio Developer Center

Cheers and Happy Visual Studio Development !!!

This article is part of the GWB Archives. Original Author: Harish Ranganathan

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.