Visual Studio 2010 is here! And of course this means that C# 4.0 is also here. Let’s 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 betwe...
blogs.msdn.com/csharpfaq/archive/2010/04/12/get-ready-fo r-c-4-0.aspx
-
Get Site Info
By now, my hope is that you all have a well-rounded view of dynamic. We started this series by introducing dynamic and talking about the basics of the feature , and have just finished talking about some of the feature's limitations with the...
blogs.msdn.com/samng/archive/2008/12/24/dynamic-in-c-vii -phantom-method-semantics.aspx
-
Get Site Info
This post covers the upcoming C# 4.0 support for covariance and contravariance when working with delegates and interfaces. Eric Lippert’s series of posts on this subject are definitely the definitive reference at this time. I’m writing this...
blogs.msdn.com/charlie/archive/2008/10/28/linq-farm-cova riance-and-contravariance-in-visual-studio-2010.aspx
-
Get Site Info
A guide to C# 4.0's new features - explained with code examples and a little historical perspective.; Author: Josh Fischer; Section: C#; Chapter: Languages
www.codeproject.com/KB/cs/CSharp4Features.aspx
-
Get Site Info
You have probably already heard about the new dynamic feature in C# 4.0 and how it is used to support COM interop. If you haven't, I strongly recommend reading the following MSDN articles: Using Type dynamic and How to: Access Office Intero...
blogs.msdn.com/csharpfaq/archive/2009/10/01/dynamic-in-c -4-0-introducing-the-expandoobject.aspx
-
Get Site Info
This followup post on the C# 4.0 dynamic feature demonstrates taking dynamic JSON further to dynamic or proxyless REST service calls turning dynamic method calls into HTTP requests...
www.nikhilk.net/CSharp-Dynamic-Programming-REST-Services .aspx
-
Get Site Info
Please Note: This session will be repeated on October 29th at 3:00PM. In this talk Microsoft Technical fellow and C# Chief Architect Anders Hejlsberg outlines the future of C#. He describes the many…