Click or type ~ to show Console
Type Ctrl-C to close console. Type 'wat?' to find out how this console was created.
Welcome to the Iloggable Interactive Console. You can navigate posts either by file hierarchy with cd [path] or via paged posts lists using the posts [page] command. You can navigate to a new post with the go [path|#id].

ILoggable

A place to keep my thoughts on programming

Monthly Archives: January 2010

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