Link to home
Start Free TrialLog in
Avatar of Miguel Quintana
Miguel Quintana

asked on

C# WebForms or MVC

Hello,

What are the main advantages of using ASP.NET C# MVC vs old WebForm technology

I'm starting a project and wonder if I should base it on MVC (don't have deep knowledge of it) or build it with WebForms.

I'm not particulary fan of having server controls mostly because the code behind they generate, I find them easy to start but really difficult and unnatural and limited to work with them

I wonder how to preview the view, the cshtml file on MVC without executing the code in the browser
SOLUTION
Avatar of Kent Olsen
Kent Olsen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial