adspace
Answer Posted / Digvendra Singh Sagar
MVC (Model-View-Controller) is a design pattern used for building user interfaces in software applications. In C#, it's commonly associated with the ASP.NET MVC framework, which provides a structured way of separating an application into Model, View, and Controller components to improve maintainability, testability, and flexibility.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers