What is mvc in c#?



What is mvc in c#?..

Answer / 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

More C Sharp Interview Questions

How To Maintain Transaction In C#?

1 Answers   Phoenix Technologies,


Can we have two main methods in c#?

1 Answers  


How do you serialize in c#?

1 Answers  


What is private in c#?

1 Answers  


Is clr a compiler?

1 Answers  


What is sqldataadapter in c#?

1 Answers  


What are PE(Portable Executable)?

1 Answers   MCN Solutions,


How can I get the ascii code for a character in c#?

1 Answers  


What is var c#?

1 Answers  


How do you comment out code in c#?

1 Answers  


How to generate strong name key file or which command is used to generated strong name key file?

1 Answers   CitiusTech,


What is a type c#?

1 Answers  


Categories