Is there any way to use the new dynamic features in the 4.0 framework like ExpandoObject in VB.NET without setting Option Strict Off? With C#, you
ExpandoObject
Option Strict Off
No. This is sort of the modern day late-binding.