0
kicks
WPF best practices: decoupling behavior from the view
One of the most interesting concepts in WPF is that a control's logic is completely decoupled from its layout.
This post explain how this is done and how to leverage this feature