0
kicks
Commonly Used .NET Coding Patterns in CodeDom
This article outlines a library of CodeDom templates of commonly used coding practices in .NET. The CLR and other .NET code contain many recurring patterns. As these patterns appear in code, they may also appear in CodeDom, yet generating these patterns requires lot of work, which is quite repetitive.