What is the difference between webforms and mvc?
Answer / Hitesh Kuamar
ASP.NET Web Forms and MVC are two different architectural approaches for building web applications in .NET. Web Forms follow an event-driven, control-centric approach with a built-in page lifecycle, whereas MVC follows a cleaner, more modular pattern with separation of concerns between the Model, View, and Controller layers.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you explain mvc?
What is the difference between webforms and mvc?
What does mvc mean?
What is difference between asp.net mvc and asp.net webforms?
What is razor syntax?
What is mockmvc?
Is angular js mvc?
Explain what are the steps for the execution of an mvc project?
which filters are executed in the end?
How can we detect that an mvc controller is called by post or get?
Explain the possible ways to prevent xss attacks on mvc application?
What is validation in mvc?