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 .net framwork?
What are the advantages of razor view engine?
How to change the action name in ASP.Net MVC?
mention what is the key advantage of using entity framework or ef?
Does razor engine supports for tdd?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is latest version of .net framework?
What is entitytype? : Entity framework
What are ajax helpers in asp.net mvc?
How we can call a javascript function on the change of a dropdown list in mvc?
What is the difference between .net core and .net framework?
What is clr? How does work clr & wht is work of clr?
Explain tempdata in mvc?
What is the difference between entity framework and mvc?