Archives

Archives / 2010 / January
  • To talk about C# 4.0 dynamic feature and the Dynamic Language Runtime at SoCal Code Camp

    I am very excited that I will be giving a talk at SoCal Code Camp tomorrow, Jan. 31, 2010. I am going to talk about C# 4.0 dynamic feature and Dynamic Language Runtime, the same subject that I talked about 3 months ago at LA Code Camp. But this time, I am going to put it under the context of building extensible application and present road map and options. I will also talk about the ASP Classic Compiler (http://aspclassiccompiler.codeplex.com) implemented using Dynamic Language Runtime. The presentation material can be downloaded here.

    I added a couple new samples:

    1. Anonymous: Show how to leak anonymous type using dynamic type.
    2. Overload: Show the difference between compile time and run time method resolution.