ILoggable

A place to keep my thoughts on programming

Tag Archives: Reflection.Emit

Duckpond: Lightweight duck-typing for C#

Edit: Changed As to AsImplementationOf since it’s an extension method on object and too likely to collide. A while back I was talking about Interface Segregation and proposed using either LinFu’s DynamicObject or delegate injection. While I played a bit … Continue reading

January 22, 2010 .net, geek , , ,

A generic asynchronous INotifyPropertyChanged helper

The other day I was lamenting what I consider to be an omission in Data-binding’s responsibilities, i.e. the lack of invocation of an INotifyPropertyChanged PropertyChanged event on the appropriate UI thread. Instead, INotifyPropertyChanged implementors are expected to be updated only … Continue reading

July 10, 2007 .net , , ,