Quantcast
Viewing all articles
Browse latest Browse all 10

Things I didn’t know about expando objects

Tweet 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

Viewing all articles
Browse latest Browse all 10

Trending Articles