Omer van Kloeten's .NET Zen

Programming is life, the rest is mere details

News

Omer van Kloeten's Facebook profile

Omer has been professionally developing applications over the past 8 years, both at the IDF’s IT corps and later at the Sela Technology Center, but has had the programming bug ever since he can remember himself.
As a senior developer at NuConomy, a leading web analytics and advertising startup, he leads a wide range of technologies for its flagship products.

Get Firefox


powered by Dapper 

.NET Resources

Articles :: CodeDom

Articles :: nGineer

Culture

Projects

Browse by Tags

All Tags » Tools: CodeDom Patterns (RSS)
It's Alive!
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...
[Updated (1.8)] Commonly Used .NET Coding Patterns in CodeDom
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...
CodeDom Tip: Cache Reusable Objects
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...
[Updated (1.7)] Commonly Used .NET Coding Patterns in CodeDom
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...
[Updated (1.6)] Commonly Used .NET Coding Patterns in CodeDom (now under a CC license)
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...
[Updated (1.5)] Commonly Used .NET Coding Patterns in CodeDom
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...
[Updated (1.4)] Commonly Used .NET Coding Patterns in CodeDom
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...
[Updated] Commonly Used .NET Coding Patterns in CodeDom
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...
Commonly Used .NET Coding Patterns in CodeDom
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