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 model first approach?
What is partialview in asp.net mvc?
Mention the core components of .net framework?
How do I use partial view?
What are the levels at which filters can be applied in an asp.net mvc application?
What are child actions in ASP.Net MVC?
How route table has been created in ASP.NET ASP.Net MVC?
What is ado.net data provider? : Entity framework
Is .net core faster than .net framework?
Explain the new features added in version 4 of mvc (mvc4)?
What is entity framework? : Entity framework
What is object service? : Entity framework
What are the Core features of ASP.NET MVC?
Explain linq to entities? : Entity framework
How we can multiple submit buttons in ASP.Net MVC