What is the best way to databind a WPF control to a typed dataset?

Posted by James on Stack Overflow See other posts from Stack Overflow or by James
Published on 2010-02-17T22:37:18Z Indexed on 2010/06/16 17:02 UTC
Read the original article Hit count: 107

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?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about databinding