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 , , ,

Modifying a WCF operation at runtime – part 3

6. July 2010
Programtically intercepting WCF requests, and modifying the target operation - Part 3 [More]

short link to this post:

asp.net, Fun with .net, wcf ,

Modifying a WCF operation at runtime – part 2

5. July 2010
Programtically intercepting WCF requests, and modifying the target operation - part 2 [More]

short link to this post:

wcf, asp.net, Fun with .net ,

Modifying a WCF operation at runtime – part 1

4. July 2010
Programtically intercepting WCF requests, and modifying the target operation - part 1 [More]

short link to this post:

wcf, asp.net, Fun with .net ,

Fun with .net: Scheduled tasks in asp.net

9. March 2010
A fun hack to create a scheduled task in an asp.net web application [More]

short link to this post:

asp.net, Fun with .net , ,