Posts Tagged ‘WPF’
Domain Model Validation + WPF
21Jan09
Recently I wrote some code to integrate ValidationAspects with WPF so that validation could be applied to my domain models and the WPF UI would notify the user of any invalid values when they attempt to modify the model. It was surprisingly easy ValidationAspects is an AOP validation framework used to validate Objects, Properties and [...]
Filed under: Uncategorized | 3 Comments
Tags: .net, PostSharp, ValidationAspects, WPF