<$BlogRSDUrl$>

Friday, January 27, 2006

VS Code Snippets 

Scott Guthrie
What makes code snippets really cool is that you can easily create and define your own.  So over-time you can build up your own library of common patterns that you use, and add efficiency to your daily tasks (for example: do you always write data code in a certain way, or insert objects into the ASP.NET cache using a specific pattern, or validate security, etc.)  These snippets are stored within XML files on disk, and can be easily shared across a dev team (or friends).

Here are a couple of articles and links I found on the web that go into how to build and use your own snippets:

Hope this helps,

Topics: Programming | Techniques


Comments: Post a Comment

This page is powered by Blogger. Isn't yours?