Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is MVC pattern?

Answer Posted / suhasini suresh

Model-View-Controller (MVC) is a classic design pattern
often used by applications that need the ability to
maintain multiple views of the same data. The MVC pattern
hinges on a clean separation of objects into one of three
categories — models for maintaining data, views for
displaying all or a portion of the data, and controllers
for handling events that affect the model or view(s).

Because of this separation, multiple views and controllers
can interface with the same model. Even new types of views
and controllers that never existed before can interface
with a model without forcing a change in the model design.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is way of loading data in ef (entity framework)?

1165


What is the use of web api ? Why web api needed, if you have already restful services using wcf ?

1055


Why to use html.partial in mvc?

1278


How to enable Attribute Routing?

1160


What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

1154


What is disconnected scenario? : Entity framework

1114


What is .net framwork?

1067


If I have multiple filters implemented, what is the order in which these filters get executed?

975


Can I remove .net framework?

1036


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

1059


How to change the action name in ASP.Net MVC?

1114


What are the possible razor view extensions?

1045


What is entity framework in asp net?

1166


Name a few different return types of a controller action method?

1186


Can we change web.config settings from iis?

1134