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?

Answers were Sorted based on User's Feedback



what is MVC pattern?..

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

what is MVC pattern?..

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

More Dot Net Framework Interview Questions

How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?

0 Answers  


What is a model in programming?

0 Answers  


How we can invoke child actions in ASP.Net MVC?

0 Answers  


What is the CTS

1 Answers  


what is scalar property?

0 Answers   Microsoft,


Are there any parts of the .net framework 3.0 that only work on windows vista?

0 Answers  


Mention what is the difference between “ActionResult” and “ViewResult” ?

0 Answers  


Mention two instances where routing is not implemented or required?

0 Answers   Infosys,


What is the use of the default route?

0 Answers  


Can you use Razor code in Javascript in ASP.Net MVC?

0 Answers  


What is the use of JIT

1 Answers  


What is .net framework in simple terms?

0 Answers  


Categories