Monday, July 5, 2010

C# 4.0 Dynamic and Expando

The most exciting C# 4.0 feature for me is the dynamic.
It significantly lowered the cost to create more fluent and beautiful API.



Below is the slide from my lightning talk at Sydney ALT.NET June meeting.

http://www.slideshare.net/wiryadi/c-40-dynamic

The source code for CoolSQL will be available on GitHub

http://github.com/wiryadi/DynamicSQL

1 comment:

James Crisp said...

Cute, very nice clean syntax with the labmda and dynamic type :-)