What topics to learn(cover) in Asp.net MVC 3? [closed]
i am at a beginner level on Asp.MVC 3. If any one could suggest me on what things one should know in Asp.Net-MVC. i am about to give some interviews to get a job to have a clear idea on what recriuters ask and what should i must learn to get a job in Asp.net MVC
please suggest me some topics..
any help would be appreciated...
As adviced, http://www.asp.net/mvc is good starting point. You should also check out the NerdDinner and MvcMusicStore live examples.
There're currently two active books about ASP.NET MVC 3 (Latest version). Both good to get in depth knowledge of every aspect in framework. In fact, reading at least one of them is required if you want to get professional in framework.
- Professional ASP.NET MVC 3 (Wrox Programmer to Programmer) by Jon Galloway, Phil Haack, Brad Wilson and K. Scott Allen
- Pro ASP.NET MVC 3 Framework by Steven Sanderson and Adam Freeman
And the last point - read articles, blogs, etc. From SO tag description:
Latest announcements from Microsoft usually come from Scott Guthrie's blog. Other notable blogs relating to MVC include Phil Haack, Scott Hanselman, and Brad Wilson.
http://www.asp.net/mvc
Pluralsight's tutorials with all the basic and important topics. Also microsofts own documentation.
精彩评论