Visual Studio 2005 ships with a huge number of new features,
including ready-to-use controls, IDE enhancements and much more interesting
features. One of the nice and useful features of Visual Studio 2005 is the Code
Snippet feature. The Code Snippet feature allows you to add a piece of generic
code that you can customize to make it work with your specific needs.
In this article, I will be introducing Code Snippets,
showing you how to add a Code Snippet in your page, and finally showing you how
to create a Custom Code Snippet.