Miguel de Icaza's web log

« Mono's SIMD Support: Making Mono safe for Gaming | Main | Static Compilation in Mono »

C# 4.0: var, object and dynamic

Anders presentation on C# 4 was as usual great to listen to. He continues to evolve the language with solid steps, and the presentation was quite fun.

You can watch his presentation or just read the slide deck.

With C# 4 the new "dynamic" keyword has been introduced to flag a variable as a dynamic variable.

This is slightly different than var and object, the differences are as follows:

blog comments powered by Disqus

This is a personal web page. Things said here do not represent the position of my employer.