ILoggable

A place to keep my thoughts on programming

Tag Archives: ducktyping

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 , , ,