I’m pleased to release another update to my MVC Validation Extensions. This update is once again focused on adding more functionality to the package via the following validation attribute: RequiredIfAnyValue This attribute builds upon the previous update where we created required fields based on another field’s value. Now we are able to require a field if another field is on…