How do you validate your input with WPF? I am asked this question a lot. With this presentation we will go over a small (but popular) gambit of methods to validate input & binding with WPF. We will be going over the validation rules built into WPF, how to use IDataErrorInfo, how to leverage Enterprise Library Validation Block, and how we can make our own validation markup extension.