Asp.Net MVC programming advice. Toodles, Evan Nagle.

Posts Tagged ‘Dynamics’

May
26

So, yesterday, I posted what I believed to be a fairly banal post about the benefits and the possible dangers of using the new dynamic type in C# 4.0. Ultimately, when I encounter something new like generic types, I try my best to approach the foreign object (pun intended) with a touch of negative capability.

May
25

If you’re comfortable with javascript, python, ruby, or any other dynamic programming language for that matter, the new dynamic type in C# 4.0 shouldn’t be too much trouble to understand. In fact, I think I can sum it all up in three lines of code (well, not really).