News Feeds
.NET Zen CodeDom Patterns
Pattern abstractions over CodeDomThe CLR and other .NET code contains many recurring patterns. As these patterns appear in code, they may also appear in code generated by CodeDom graphs, yet generating these patterns requires lot of work, which is quite repetitive. This library contains many pattern implementations for use in your own CodeDom generator, which could help you in decreasing the amount of code you write by thousands of lines.
Original article at
http://www.codeproject.com/cs/design/codedompatterns.asp.
Questions? Go to
http://weblogs.asp.net/OKloeten/Contact.aspx.