Is there some best practice or some recommended way how to validate forms in Silverlight? Right now I have to doall validation in endless nested if else structures and it just doesn't seem like a very reusable and maintainable way of doing this.
If I want to show error messages next to each form element I also have to create an empty text block next to each element which will hold the error in case the field is invalid.