Things I didn’t know about expando objects
I found out two interesting things about the ExpandoObject class introduced in C# 4 this bank holiday weekend: 1. you can specify custom events on them 2. it implements the INotifyPropertyChanged interface Here are some quick demos to show you how to use these features: Custom Events To add a custom event is the same …