C# Proposal: Compile Time Static Checking Of Dynamic Objects

Posted by Paulo Morgado on March 19, 2010

C# 4.0 introduces a new type: dynamic. dynamic is a static type that bypasses static type checking.
This new type comes in very handy to work with:


The new languages from the dynamic language runtime.


HTML Document Object Model (DOM).


COM objects.


Duck typing





Because static type checking is bypassed,... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.