Recently i am started working on ASP.NET MVC ( along with Linq to SQL).I am finding it difficult and confusing ( concepts like repository , controller , view are confusing me.).
Can someone please tell me how to move or rather how can i master MVC.
Recently i am started working on ASP.NET MVC ( along with Linq to SQL).I
Share
After I watched all the tutorials at http://www.asp.net/mvc (don’t miss out on Scott Hanselman’s “show”!), I used the book “Professional ASP.NET MVC 2”. I worked through most of the text cover to cover and learned heaps along the way. The book is very well structured and provides new material in small enough increments. It was easy to follow and good to read.
The source code for all of it is available on the internet. The system is even live, see http://www.nerddinner.com.
Good luck!