Nach Ordnungsbegriffen durchsuchen

WPF + INotifyPropertyChanged Proxy = Epic Fail!
08 Mai 08 10:48 | realfiction - TrivadisContent
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 behaviour. This can be done with a proxy generator library...
NDepend Cheat Sheet
03 April 08 01:51 | realfiction - TrivadisContent
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 those metrics did not want to enter my head easily, which...
Stay calm, gather information and then do the right thing
12 Mai 07 11:11 | realfiction - TrivadisContent
In the last post I was talking about how we could create the natural Haskell function composition operator into C# and my first solution (also contained as the Functional assembly in the attached solution) was one based on the possibilities provided by...