I would like to know which one is better for finding employment? MVC or Web Forms
|
closed as off topic by Khepri, Esteban Araya, Michael Liu, ρяσѕρєя K, Tim Aug 6 '12 at 6:08
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
As a software developer you'll need to know both (+ more technologies). There will be a larger base of applications using WebForms mostly due to the fact that MVC hasn't been around that long (in the MS web world anyway). I suspect a larger number of new greenfields projects will use MVC. |
|||
|
|
|
I think that the more you know the better, as there will be jobs out there for both technologies. Older systems and applications will most likely use Web Forms. At work we use Web Forms, but that was only because I didn't really know about MVC when I first started building our application a couple of years ago. Now I'd probably choose to use MVC though. |
|||
|
|