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 tempdata?
Can you please explain the request flow in ASP.NET MVC framework?
Can we add constraints to the route? If yes, explain how we can do it?
How does the 'page lifecycle' of asp.net mvc works?
What is mvc entity framework?
What is entitycontainer? : Entity framework
How the ‘page lifecycle’ of ASP.Net MVC does works?
Is it possible to cancel filter execution?
How we can handle the exception at controller level in ASP.Net MVC?
What are html helpers in asp.net mvc?
Is dapper faster than entity framework?
Explain how you can implement Ajax in MVC?
What is partialview in asp.net mvc?
Can you use Razor code in Javascript in ASP.Net MVC?
What operating systems will the .net framework 3.0 be available for?