Explain in which assembly is the mvc framework is defined?
Answer / Ashwani Kumar Pal
In the Microsoft .NET Framework, the MVC (Model-View-Controller) framework is typically found in the System.Web.Mvc assembly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention what is the difference between viewdata and viewbag?
What is the main purpose of mvc architecture?
What does Model, View and Controller represent in an MVC application?
What is the difference between temp data, view, and view bag?
What is partial view in mvc?
What is non action attribute in mvc?
What is tempdata in mvc?
What is razor view engine in mvc?
What is difference between mvvm and mvc?
How does mvc routing work?
Mention what is the difference between temp data, view, and view bag?
Can we use webforms in mvc?