Get Ready For C# 4.0!

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Mon, 12 Apr 2010 00:00:00 GMT Indexed on 2010/04/13 6:53 UTC
Read the original article Hit count: 296

Filed under:
Visual Studio 2010 is here! And of course this means that C# 4.0 is also here. Lets do a quick review of the new language features added in this release. Dynamic The dynamic keyword is a key feature of this release. It closes the gap between dynamic and statically-typed languages. Now you can create dynamic objects and let their types be determined at run time. With the addition of the System.Dynamic namespace, you can create expandable objects and advanced class wrappers, and you can provide interoperability...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner