“respond_to” in .NET
16.07.2010 - 20:00 UTC
One of the new features in .NET 4.0 is the introduction of the dynamic keyword that delegates the check whether something can be called to the runtime. This supports the Dynamic Language runtime and ...read more