By tag: CodeSnippet
0
kicks
Snipt - Long-term memory for coders
Snipt is a collection of frequently used commands or code snippets. You can browse though all snippets, find them by tags or login with your OpenID and add your own snippets.
0
kicks
VS2005 C# Code Snippet Cheat Sheet
Here's all the built-in Visual Studio 2005 C# Code Snippets on one single page for easy printing and reference.
0
kicks
Visual Studio Method Stub
What it is, and how to change it to throw NotImplementedException instead of Exception
0
kicks
Throw New NotImplementedException Code Snippet
The very simple code snippet for generating throw new NotImplementedException(); code and why it is better than returning some default value.
0
kicks
Lazy Load Property Snippet
Description of what Lazy Load property is and a code snippet that provides an implementation for it.
0
kicks
[Code Snippet] SyncStringDictionary - A synchronized StringDictionary
A code snippet for a synchronized version of StringDictionary