What is data annotation in mvc?
Answer / Nayan Srivastava
Data Annotations are attributes in C# that can be applied to properties in .NET classes to declare validation rules, data properties, and other metadata for data validation, model binding, and other framework services in ASP.NET MVC.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is mvc application life cycle?
What is antiforgerytoken in mvc?
What is api controller in mvc?
Is mvc front end?
Explain MVC (Model-View-Controller) in general?
What are the settings to be done for the Routing to work properly in an MVC application ?
How to render html in asp.net mvc view?
What is actionresult mvc?
Is mvc different from a three layered architecture?
What is mvc request life cycle?
What is difference between razor and aspx in mvc?
What is the difference between webforms and mvc?