This is part of a series . Last time I started talking about the new dynamic type in C# 4, I covered why they were introduced to the language (scenarios), then some deep discussion of how they are implemented with the DLR, call-sites, and bindings, how internally they are represented as System.Object...
Continue reading "C# 4.0/BCL 4 Series:Dynamic Primitive Type Part 2"
