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 RouteConfig.cs in ASP.Net MVC 4?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
what is lazy loading in entity framework?
What is mapping in entity framework? : Entity framework
Why to use Html.Partial in ASP.Net MVC?
What is code first? : Entity framework
Is .net framework dead?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What is entity framework firstordefault?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is net framework 3.0 ?
how do you mark a property as required? For example, for a project, the name is a required field.
What is layout in mvc?
Explain entity lifecycle? : Entity framework
Explain the types of Scaffoldings.