Nach Ordnungsbegriffen durchsuchen

So, how expensive is it to let NInject make my object?
25 Juni 08 03:11 | realfiction - TrivadisContent
Back here I made a quick and dirty performance comparison. In the comments I actually got some "flak" scrutinizing some of the "design decisions" behind the example shown. I would like to reinstate that the example was made purely...
WPF + INotifyPropertyChanged Proxy = success!
16 Juni 08 04:04 | realfiction - TrivadisContent
Remember the Epic fail that was building a simple class and a proxy on top to save on doing the PropertyChanged-mechanics? It now works in WPF, too, which, I hope you'll agree, is pretty cool. After some research I found in the Discussion Forum of...
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...
Spring.AOP, Castle.DynamicProxy2 - first glance from an outsider
30 April 08 10:24 | realfiction - TrivadisContent
The other day I got a presentation on Spring.NET and that it brings along quite a bit of aspect oriented Zen. Frankly, I do not know much about Spring.NET. I did a very quick look at performance comparison with respect to object instantiation between...