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 are the filters in mvc?
Explain what is routing in mvc?
What is the role of a controller in an MVC application?
Explain the concept of razor in asp.net mvc?
What is mvc application life cycle?
What is mvc routing?
How does mvc routing work?
What is filter overrides in mvc?
Is angular js mvc?
Explain what is routing? What are the three segments for routing is important?
Which is better mvc or mvvm?
What is get and post actions types?