What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc



What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc..

Answer / Vipin Kumar Gangwar

ASP.NET MVC uses a model-view-controller (MVC) architecture, while ASP.NET Web Forms follows a web forms model. In MVC, the application is divided into three components: Model, View, and Controller, promoting a cleaner separation of concerns, testability, and better performance. Web Forms, on the other hand, have a more tightly-coupled code-behind model that relies heavily on server-side controls.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

1 Answers  


When would you not use the oleDbConnection object? a) To connect to an SQL 7.0 database. b) To connect to a DB/2 database. c) To connect to an Access database. d) To connect to an SQL 6.5 database.

6 Answers   Syntax Softtech,


What is postback and autopostback in asp.net?

1 Answers  


I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?

1 Answers   Excel,


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1 Answers   HCL,


What is data control in asp.net?

1 Answers  


What are early binding and late binding.

1 Answers  


How to manage different kinds of sessions in ASP.NET?

1 Answers   Cap Gemini,


Explain authorization levels in .net ?

1 Answers  


How to call a child form method from the master page?

1 Answers  


What is Boxing and Unboxing?

7 Answers   Accenture, IBM, Tech Mahindra,


Can we handle the error and redirect to some pages using web.config?

2 Answers   BirlaSoft,


Categories