从零开始学习ASP.NET MVC 1.0与2.0

找到几篇文章可以参考:

(一) 开天辟地入门篇 http://www.cnblogs.com/zhangziqiu/archive/2009/02/27/ASPNET-MVC-1.html (二) 识别URL的Routing组件 http://www.cnblogs.com/zhangziqiu/archive/2009/02/28/ASPNET-MVC-2.html (三) Controller/Action 深入解析与应用实例 http://www.cnblogs.com/zhangziqiu/archive/2009/03/11/Aspnet-MVC-3.html (四) View/Model 全解 http://www.cnblogs.com/zhangziqiu/archive/2009/03/18/Aspnet-MVC-4.html (五) ViewEngine 深入解析与应用实例 http://www.cnblogs.com/zhangziqiu/archive/2009/03/22/Aspnet-MVC-5.html

另外附上官方下载地址:

http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&displaylang=en

所有实例安装下载:(The ASP.NET MVC Training Kit includes presentations, hands-on labs, demos, and event materials. This content is designed to help you learn how to utilize ASP.NET MVC.

http://www.microsoft.com/downloads/details.aspx?familyid=1E0BE0B2-910A-4676-9F3A-41E4D9C0FC08&displaylang=en

这样就可以上手了!没人教,自己教自己就会了,本人已经通过此类方法写一些东西了!特拿来与大家分享!感谢大家来拍砖!

转载于:https://www.cnblogs.com/lifuyun/archive/2009/09/11/mvc01.html

你可能感兴趣的:(从零开始学习ASP.NET MVC 1.0与2.0)