The dynamic keyword brings exciting new features to C# 4. Find out how it works and why it simplifies a lot of your coding tasks, including some handy COM interop possibilities. The dynamic keyword ...
Developers should have a basic proficiency of a language’s data types. In this article, Irina Medvinskaya presents an overview of two types of predefined C# variables: value types and reference types.