Archives for: "January 2017, 06"
[Example Code]: Simple Validation Framework
Recently, I built a simple validation framework which can work with WPF. I found I can use class attribute and reflection to achieve this purpose. Firstly, I define a Required Attribute to see whether the property requires a value… more »