First ASP.NET WebForms application completed, should I jump into MVC now?
- by farhad
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?