The ability to validate values passed into an ASP.NET application at the model level is a powerful thing. You can validate if the correct type of value has been passed in before you even get to processing it. For example, using something such as : Looking at the above we can see 3 fields. The […]