Silverlight: how to fix the Silverlight Toolkit templates to add Validation States

Using the control templates provided by the Silverlight toolkit I just noticed that those style do not support the validation states for displaying validation errors. Since you have access to the templates adding them is a quite easy - but bor...


WPF: force all the validation rules attached to an object to be executed

I’m working on a WPF application that have some validation performed through the standard ValidationRule system employed by WPF at the UI level. Recently I needed a way to validate (that is check the state and force the execution of any valida...