Tuesday, February 07, 2006

Code Snippets?

What are Code Snippets?
Code snippets are a solution to implement reusable blocks of code which developers use very often during their day to day programming activities. Such as for...loops, if...else.., try..catch..., and many other similar code blocks.
Code snippets are a new feature which comes with VS2005, and it drastically reduces coding time. You can even write your own code snippets to suite your situation.


Share the code snippets that you write and get code snippets that other developers has developed, it’s all free from http://www.gotcodesnippets.net/

Learn more about code snippets from the following links.
http://msdn2.microsoft.com/en-us/library/ms165392.aspx
http://www.dotnetrocks.com/default.aspx?showID=131
http://forums.microsoft.com/msdn/showpost.aspx?postid=61654&siteid=1
http://channel9.msdn.com/Showpost.aspx?postid=121821

1 Comments:

Blogger Ayesha said...

Hi

Nice blog. code snippets are really helpful sometimes ...

regards
Ayesha
http://dotnetinterviews.blogspot.com/

9:34 AM  

Post a Comment

<< Home