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





