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 are the advantages of mvc over asp.net?
what is lazy loading in entity framework?
What you mean by routing in mvc?
The order of the filters that get executed, if the multiple filters are implemented?
Explain what is routing?
Does razor engine supports for tdd?
Explain ASP.NET MVC Identity and Security?
Why should we go for entity framework?
Can you set the unlimited length for "maxjsonlength" property in config?
Explain what languages does the .net framework support?
Does windows 10 need .net framework?
What is an asynchronous controller in asp.net mvc?
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 Layout in ASP.Net MVC?
What is the full form of sp?