Posts

[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…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.NET Community Blogs. When they shut it down, I dumped all of my old posts to Wordpress. You can still check out the original blog on the Wayback Machine.
2006-05-08
1 min read

Taking Apart The OptionalField Attribute

Version Tolerant Serialization is a very nice addition to the serialization framework. At long last, one can actually use serialization in order to save data, without worrying about breaking changes in serializable types, which cause deserialization between versions to simply not work…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.
2006-05-08
1 min read

Transactions and Anonymous Methods

Oren raised a suggestion for a new C# feature (a new trend? :D) that will include a keyword that would work like using does with try/finally, only this keyword would include try/catch/finally, in a kind of transaction (commit/rollback) fashion…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.
2006-05-05
1 min read