Browse by Tags
All Tags »
Tools: CodeDom Patterns (
RSS)
It is said that a framework is not a framework until a developer uses it. It seems my CodeDom Patterns library now has its first users, Justin Dunlap and Marc Clifton , as featured in their article Object Mapping Part II - Schema Code Generator ( part...
The latest update (1.8) of my article Commonly Used .NET Coding Patterns in CodeDom is now out. Changes made since 1.7: The Code Access Security Decorator Patterns have been added. The Assembly Information Pattern has been added. Security demand added...
Because CodeDom is so verbose and uses a massive grid of objects to represent code structures, it also has many small reusable objects, such as CodeTypeReference objects. Many people overlook this fact because there are so many object being created anyway...
It's been a while, but the latest update (1.7) of my article Commonly Used .NET Coding Patterns in CodeDom is now out. Changes made since 1.6: The Nullable Value Type Property Pattern has been added. The Enum.IsDefined and String.IsNullOrEmpty assertions...
The latest update (1.6) of my article Commonly Used .NET Coding Patterns in CodeDom is now out. Major changes made since 1.5: The Asynchronous Operation pattern has been added. The Disposable Type pattern has been added. The XML Comment patterns have...
I have uploaded another update (1.5) to my article: Commonly Used .NET Coding Patterns in CodeDom. Major changes made since 1.4: The Typed Collection pattern has been added. The Argument Assertion patterns have been added. Assembly and all types are now...
I have uploaded another update (1.4) to my article: Commonly Used .NET Coding Patterns in CodeDom. Major changes made since 1.2: Now compatible with generation for Visual Basic. Sorry about that. The Custom Attribute pattern has been added. The Custom...
I have uploaded another update to my article: Commonly Used .NET Coding Patterns in CodeDom. I can't seem to find a way to subscribe to articles on The CodeProject, so I'll just put the update here. Changes made since 1.0: Binary and unary operator...
My first article, Commonly Used .NET Coding Patterns in CodeDom , has just been published on The Code Project . The CLR and other .NET code contain many recurring patterns. As these patterns appear in code, they may also appear in CodeDom, yet generating...
More Posts