What is difference between asp.net mvc and asp.net webforms?
Answer / Anuradha Kumari
The main difference between ASP.NET MVC and ASP.NET Web Forms lies in their architecture. ASP.NET MVC follows the Model-View-Controller (MVC) pattern, promoting a cleaner separation of concerns, while ASP.NET Web Forms uses a single server-side control model.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc handler?
What is the difference between viewdata and viewbag?
Why mvvm is better than mvc?
Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
What is a service layer in mvc?
How routing is done in mvc pattern?
What is mvc framework in asp net?
what are the components defined in the model from mvc architecture?
What is difference between mvc and hmvc?
What is MVC, MVP and MVVM pattern?
What is mvc ioc?
Which is better mvc or mvvm?