I am a newbie to ASP.net & MVC 2, and have understood the basic concepts of how views, routes and controllers are implemented in it. Having great trouble with the MVC 2 "Models" though because I have always avoided ORM's.
Please point me to some good ASP.net MVC web application tutorials that use ADO.net Entity Framework with many tables. In particular, I want to understand repository pattern better and how to insert / update data into related multiple tables. (The NerdDinner tutorial was unsatisfactory).
(P.S: Prefer tutorials in C#, but VB is ok too).