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 lazy loading in entity framework?
What is needed for running an application built on winfx on the .net framework 3.0?
What is session state management?
Is entity framework slow?
Can you please explain the request flow in ASP.NET MVC framework?
mention what is csdl, ssdl and msl sections in an edmx file?
What are the Core features of ASP.NET MVC?
What are the versions of .net framework?
What are Code Blocks in Views?
Explain bundle.config in mvc4?
What is .net architecture?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is the .net framework?
what is client wins and store wins mode in entity framework concurrency?
what is explicit loading?