What is mvc in simple words?
Answer / Saurav Kumar Yadav
MVC is a way of organizing an application into three main parts: data model, user interface, and control logic. It helps make code more maintainable and scalable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain MVC (Model-View-Controller) in general?
What is the difference between asynchronous and synchronous actions? When would you use asynchronous actions?
Explain the concept of razor in asp.net mvc?
Is viewstate available in mvc?
Is mvc stateless?
Why webforms are better than mvc?
What is MVC, MVP and MVVM pattern?
What does model do in mvc?
What are Filters in MVC?
What are html helpers in mvc?
What is validation in mvc?
What is the purpose of viewmodel in mvc?