Need a good tutorial on asp.net MVC 2 Areas [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done 开发者_运维问答so far to solve it.
Closed 9 years ago.
Improve this questionDoes anyone have some links on some really good tutorials on asp.net MVC Areas?
I found a couple on google, but would like to see if anyone else dug up sommin great.
Did you check the official site? http://www.asp.net/mvc
There are lots of interesting videos in Channel 9 msdn
http://channel9.msdn.com/posts/matthijs/Scott-Guthrie-ASPNET-MVC-2/
http://channel9.msdn.com/posts/matthijs/ASPNET-MVC-2-Ninja-Black-Belt-Tips-by-Scott-Hanselman/
http://channel9.msdn.com/posts/matthijs/ASPNET-MVC-2-Basics-Introduction-by-Scott-Hanselman/
There is a walk through on MSDN
http://msdn.microsoft.com/en-us/library/ee307987%28VS.100%29.aspx
hope that helps
Personally I always find watching videos better than reading, especially when it comes to code. Check out the monster 60 minute nerd dinner video, after watching that your ready to start ASP.NET MVC
http://www.asp.net/mvc/videos/creating-nerddinnercom-with-microsoft-aspnet-model-view-controller-mvc
精彩评论