Posts Tagged ‘Ruby’

Dynamic in C# – Introduction

Posted: September 5, 2009 in .NET, C#
Tags: , ,

The “dynamic” is the new keyword introduced in C# in version 4.0.This adds some kind dynamic capabilities in this statically typed language.But before getting into the details of how this new keyword will be used and what are it’s implication I would prefer to take a quick look into what are dynamic languages, duck typing etc.

(more…)