Browse by Tags

All Tags » ExpandoObject (RSS)

ExpandoObject class in C# 4.0 by Jalpesh P. Vadgama

As you know till now in c# everything was static and known at design time. But with the C# 4.0  language Microsoft have enabled new dynamic data type which is belongs to Dynamic Language Runtime on top of CLR(Common language Runtime). As you know...
More Posts