Dynamic in C# 4.0: Introducing the ExpandoObject
![Visual Studio Team](https://devblogs.microsoft.com/visualstudio/wp-content/uploads/sites/4/2022/09/devblog-brand-visualstudio2022-96x96.png)
You have probably already heard about the new dynamic feature in C# 4.0 and how it is used to support COM interop. If you haven't, I strongly recommend reading the following MSDN articles: Using Type dynamic and How to: Access Office Interop Objects by Using Visual C# 2010 Features. Well, where else can you use this new feature? What are the use ca...