What is the best way to databind a WPF control to a typed dataset?
- by James
I have a static, typed dataset that I am using within my WPF application that all the user controls must bind to.
I want compilation to break if the dataset and the UI are out of sync.
What approach have you found best to accomplish this?