Custom (dynamic) configuration sections in .net

9. July 2010
I always wanted to be able to read a custom config section by some syntax like MyConfigSection.Member. With the .net4 DynamicObject, that wish has become reality. [More]

short link to this post:

.net, Fun with .net , , ,

Fun with .net: Programmatically determine variable name

1. March 2010
A fun little hack that uses expression trees to determine what a variable name is at runtime [More]

short link to this post:

.net, Fun with .net ,

Fun with .net: No more empty events

23. February 2010
Initializing events to an empty delegate so you don't have to check for null [More]

short link to this post:

.net, Fun with .net ,

Programming by Contract with .net 4

17. February 2010
Code contract in .net 4: What they are, and how to use them [More]

short link to this post:

.net , ,

Visual Studio 2010 Beta 2

21. October 2009
Visual Studio 2010 Beta 2 released [More]

short link to this post:

.net, visual studio , , ,