What are the other new features of C# 4.0, after dynamic and optional parameters?

Posted by Abel on Stack Overflow See other posts from Stack Overflow or by Abel
Published on 2010-04-13T09:58:02Z Indexed on 2010/04/13 10:03 UTC
Read the original article Hit count: 200

Filed under:
|

So, C# 4.0 came out yesterday. It introduced the much-debated dynamic keyword, named and optional parameters. Smaller improvements were the implicit ref and recognizing of indexed and default properties on COM methods, contra- and co-variance (really a .NET CLR feature, not C# only) and...

Is that really it? Are dynamic and optional/named params the only real improvements to C#? Or did I miss something? Not that I'm complaining, but it seems a bit meager after C# 2.0 (generics) and C# 3.0 (lambda, LINQ). Maybe the language just reached actual maturity?

© Stack Overflow or respective owner

Related posts about c#4.0

Related posts about visual-studio-2010