I'm kinda new to the asp.net-mvc framework and I was wondering whether anyone had some good starting places.
Basically my boss is wanting me to learn the framework in the shortest time possible as there is a big project coming up soon that she wants written in mvc.
thanks
@Andrew take a look here at the Nerd Dinner example it's what we all used.
EDIT
By the way @andrew, I think writing a production system as your first project in th mvc framework may be a mine field.
I don;t know about the others here but it took me around 4 pet projects before I really got the hang of it and how to architect it in such a way that it made writing and maintaining the code both easy and pleasurable.
You can't go too wrong by doing the QuickStarts. If you then have more time, read the book Pro ASP.NET MVC. That's what I did to get started.
Try www.asp.net/mvc.
They have lots of great tutorials there. Also, download the framework and play around with the default sample app that gets created when you use the MVC project templates.
Official tutorial is the a good place to start, especially Technical Deep Dive video.
精彩评论