what is MVC pattern?

Answer Posted / kamal

MVC (Model View Controller) pattern is very useful for Web
based e-commerce application.

Asp.Net web application

aspx, ascx, master pages are View

aspx.cs, ascx.cs, master.cs are Controller

App_Code folder contains classes and some references –
Model Component

MVC Advantages: Business logic can be easily modified
without affecting or any need to make changes in UI.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we determine action invoked from HTTP GET or HTTP POST?

566


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

542


What is entityset? : Entity framework

577


What are the two ways to add constraints to a route?

543


What is the mvc pattern (model view controller pattern)?

582






Explain what platforms does the .net framework run on?

548


What is Peek method in Tempdata in ASP.Net MVC?

599


What is entitytypes? : Entity framework

613


Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?

629


What are the advantages of mvc over asp.net?

563


What are Scaffold templates in ASP.Net MVC?

575


What is oauth in web api?

525


How to change the action name in mvc?

546


Explain Model, view and Controllers in Asp.Net MVC?

562


List out few different return types of a controller action method?

611