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: 413

Filed under:
|
|
|

I just finished my first Asp.net intranet application using WebForms, and now I am considering learning MVC.

My questions are:

  1. I mainly use LINQ for CRUD purposes instead of SQL, should I also learn hard coded SQL or just stick to LINQ EF?
  2. 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?
  3. Do employers favour MVC over WebForms when recruiting junior developers?

© Programmers or respective owner

Related posts about learning

Related posts about c#