IDataErrorInfo vs ValidationRule vs Exception
Posted
by WPF User
on Stack Overflow
See other posts from Stack Overflow
or by WPF User
Published on 2010-06-05T15:03:50Z
Indexed on
2010/06/05
15:12 UTC
Read the original article
Hit count: 486
Can anyone tell me which is a better approach for Validation in WPF. 1. Implementing IDataErrorInfo 2. Creating ValidationRule 3. Throwing Exceptions in terms of performance, memory leaks, code maintainability and re-use.
© Stack Overflow or respective owner