adspace


What is mvc in c#?

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


Please Help Members By Posting Answers For Below Questions

What is an abstract class c#?

966


Why can't we use a static class instead of singleton?

951


Which namespaces are necessary to create a localized application?

1139


How to assign Null value to Var?

1061


How do you inherit a class into other class in c#?

991


What is expression tree in c#?

996