Developing ASP.NET MVC Web Applications — Question 106

You need to enable client-side validation for an ASP.NET MVC application.
Which three actions should you perform? Each correct answer presents part of the solution.

Answer options

Correct answer: B, C, E

Explanation

The correct answer includes referencing the necessary jQuery scripts, enabling client-side validation in the web.config, and adding data annotations for validation. Options A and D, while related to validation, do not specifically pertain to enabling client-side validation in this context.