First ASP.NET WebForms application completed, should I jump into MVC now?
Posted
by
farhad
on Programmers
See other posts from Programmers
or by farhad
Published on 2011-11-21T14:18:56Z
Indexed on
2011/11/21
18:08 UTC
Read the original article
Hit count: 446
I just finished my first Asp.net intranet application using WebForms, and now I am considering learning MVC.
My questions are:
- I mainly use LINQ for CRUD purposes instead of SQL, should I also learn hard coded SQL or just stick to LINQ EF?
- Is it a good idea to start learning MVC now and use it on all my future projects or is it too early for me?
- Do employers favour MVC over WebForms when recruiting junior developers?
© Programmers or respective owner