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 .net core framework?

1052


List the new features added in .net framework 4.0.

985


Why to use html.partial in mvc?

1281


Mention two instances where routing is not implemented or required?

1274


Explain JSON Binding?

1110


What is meant by viewdata?

1048


Explain the difference between viewbag and viewdata in mvc?

1017


What is domain class model?

1104


Is .net core replacing .net framework?

1030


What are the main features of asp.net mvc 4 used by asp.net web api?

1134


Describe the roles of clr in .net framework.?

1176


Explain the advantages of dependency injection (di) in asp.net mvc?

1104


what is client wins and store wins mode in entity framework concurrency?

1275


What type of filter does outputcacheattribute class represents?

1150


How we can register the Area in ASP.Net MVC?

1141