Omer van Kloeten's .NET Zen

Programming is life, the rest is mere details

News

Omer van Kloeten's Facebook profile

Get Firefox

.NET Resources

Articles :: CodeDom

Articles :: nGineer

Culture

Projects

January 2006 - Posts

[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:
    1. Binary and unary operator patterns have been added.
    2. Compound assignment patterns have been added.
    3. The Cursor Lock pattern now changes the cursor back to its original icon, rather than Cursors.Default.
    4. The For Each pattern has been added.
    5. The Is Instance Of pattern has been added.
    6. Boolean flags for scope are now implemented using the Scope enumeration.
    7. Boolean flags for the resource type on the Using pattern are now implemented using the ResourceType enumeration.
    8. Boolean flags for the load type on the Singleton pattern are now implemented using the LoadType enumeration.
More Posts