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
what is code first approach?
Explain Keep method in Tempdata in ASP.Net MVC?
How does servicing work for the .net framework 3.0?
What are sections?
What is html.renderpartial?
Explain something about model, view and controllers in asp.net mvc?
explain why t4 entity is important in entity framework?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
What is edm designer? : Entity framework
What is the use of the default route {resource}.axd/{*pathinfo} ?
What is namespace of asp.net mvc?
Can we add constraints to the route? If yes, explain how we can do it?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
What are the 2 ways of adding constraints to a route?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?