by Rich Franzmeier | Jul 17, 2014 | .NET, C#, From The Field, Testing / QA
.NET has very nice entity validation in the System.ComponentModel.DataAnnotations namespace. I often use Required, RegularExpression and MaxLength attributes (among others). For the web developer, they work nicely on the client and the server without much work on...