0
kicks
Symbols in C# 3
See how you can use symbols in C# 3 to keep your code statically typed without having to rely on strings.
OnPropertyChanged(this, this.GetPropertySymbol(o => o.Name))
Works after refactors, keeps code outside of the double quotes. Excellent!