What is the best way to bind WPF properties to ApplicationSettings in C#? Is there an automatic way like in a Windows Forms Application? Similar to this question, how (and
Also read this article on how it is done in BabySmash
You only need to back the Settings with DO (Like Alan's example) if you need the change notification! binding to the POCO Settings class will also work!