Bookmark Mashup 7.30.10

30. July 2010
As everyone else does, I run into several interesting articles, and tools throughout the week. I figured that every so often I would share the best of them. Without further ado… Clean Code – It never hurts to have a reminder 50 jQuery snippets that will help you become a better javascript developer JSEnhancements – A VS10 extension that adds some nice editor support to javascript Test controller actions in ASP.NET MVC by using the Dynamic type

short link to this post:

Bookmark Mashup , , , , ,

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 ,