A prosaic introduction to the subject of .NET expressions. These were introduced with .NET 3.5 and are featured most prominently in LINQ. Over here I implemented a use case with the aid of expressi
It seemed a straightforward thing to do. Sending property changed events when a property is changed is repetitive boilerplate code that can be factored out into an aspect of your system's behaviou

NDepend Cheat Sheet

03.04.2008

Some of you have heard of NDepend. The tool comes loaded with metrics that can be checked from fields up to namespaces and assemblies with the aid of Code Query Language (CQL) statements. Some of tho
Can a WCF client call a WCF service and have the server call back with whatever? Oh, yes. Can you get an example how it's done? Indeed. Are these good examples? Well, you can get MS samples for WC