where should i start before using asp.net mvc?
Hai guys, As i want to develop an application using asp.net MVC, i dont know where should i start... I ve done some applications using 开发者_C百科asp.net webforms and now i want to make a move to asp.net mvc...
Do the complete Nerd Dinner tutorial from start to finish. You can find it here.
The "What is ASP.NET MVC?" page on the ASP.NET site is probably one of the best places to start:
http://www.asp.net/mvc/whatisaspmvc/
I would highly suggest watching the video.
From there, I'd also suggest Scott Guthrie's blog, in particular, his post titled "ASP.NET MVC Framework":
http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx
He also has a number of other posts on the ASP.NET MVC framework, which are generally tagged with "MVC":
http://weblogs.asp.net/scottgu/archive/tags/MVC/default.aspx
Of course, Google will turn up a number of sources, and there is always the vast array of information here.
I suggest you watch these videos: ASP.NET MVC Storefront Starter Kit and read some books
精彩评论