Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Mvc vs webforms performance comparison? Which is better?

why mvc is better than webforms????

user-image
Question added by Mohammad Abdullah , Software Developer , Ducatindia pvt Ltd
Date Posted: 2016/01/25
Mohammed Shaban
by Mohammed Shaban , Senior software engineering , Thiqah

he main advantages of ASP.net MVC are:

  1. Enables the full control over the rendered HTML.

  2. Provides clean separation of concerns(SoC).

  3. Enables Test Driven Development

  4. Easy integration with JavaScript frameworks.

  5. Following the design of stateless nature of the web.

  6. RESTful urls that enables SEO.

  7. No ViewState and PostBack events

The main advantage of ASP.net Web Form are:

  1. It provides RAD development

  2. Easy development model for developers those coming from winform development.

Waqar Ur Rehman Khan
by Waqar Ur Rehman Khan , Technology Lead Application and Channel , Noor Bank

Both has their Advantages

for MVC:

 

  • loose coupling between code and UI 
  • More control over html generated and sent to client side
  • More easily to adapt for new developers

For WebForms

  • Drag and Drop controls 
  • Event based programming model
  • UI and Code Behind tightly coupled

Ubaid sayeed Mohd abdul sayeed
by Ubaid sayeed Mohd abdul sayeed , Senior Programmer , Moksha solutions

I will Go with MVC because it separate the code,database and ui. It gets easy to debug and test it.

Sudheer Muhammed
by Sudheer Muhammed , Senior .Net Developer , ADNOC Logistics and Services

There are many reasons.

1. ASP.Net MVC doesn't use any view state.

2. ASP.Net MVC uses only HTML elements.

3. UI is separated from Application Logic

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.