I am new to ASP.net and MVC 2, and have understood the basic concepts of how views, routes, and controllers are implemented in it. I have big problems with MVC 2 "Models", although due to the fact that I always avoided ORM.
Please point me to some good ASP.net MVC web application tutorials that use the ADO.net Entity Framework with many tables. In particular, I want to better understand the structure of the repository and how to insert / update data in the corresponding several tables. (The NerdDinner tutorial was unsatisfactory).
(PS: I prefer textbooks in C #, but VB is also okay).
source share