Still a C# 4.0 / .NET 4 feature that I need to investigate more deeply: ExpandoObject, partially because I had very bad memories of Variant support in Delphi.
So here are a few links.
First of all: since VB.NET already does late binding with the Object keyword, you cannot use ExpandoObject with Strict On in VB.NET 10.0 and up:
- vb.net – .NET 4.0 framework dynamic features in VB with Option Strict On? – Stack Overflow.
- VB.Net equivalent for C# ‘dynamic’ with Option Strict On – Stack Overflow.
Now the C# links:
- Adventures with C# 4.0 dynamic – ExpandoObject, ElasticObject, and a Twitter client in 10 minutes – CodeProject.
- c# – What are the true benefits of ExpandoObject? – Stack Overflow.
- Dynamic in C# 4.0: Introducing the ExpandoObject – C# Frequently Asked Questions – Site Home – MSDN Blogs.
- ExpandoObject in Csharp 4.0. Its really dynamic | LinkedIn.
- What are the true benefits of ExpandoObject? – Stack Overflow.
- Dynamic Behaviour on Objects at Runtime With Custom ExpandoObject – CodeProject.
–jeroen
Filed under: .NET, .NET 4.0, .NET 4.5, C#, C# 4.0, C# 5.0, Delphi, Delphi 2005, Delphi 2006, Delphi 2007, Delphi 2009, Delphi 2010, Delphi 3, Delphi 4, Delphi 5, Delphi 6, Delphi 7, Delphi XE, Delphi XE2, Delphi XE3, Development, Software Development
