您的位置:首页 > 编程语言 > ASP

Note on <Pro ASP.NET MVC 4> - 01

2015-06-08 18:59 856 查看


Source of MVC: http://aspnetwebstack.codeplex.com/
CHAPTER 7: SportsStore—A Real Application

Set up StartUp Project:



Installing the 3rd-party packages:

As the book instructs, we install the packages at project level, namely do the same thing for each project, I am not sure if that is necessary, or maybe we can do it at solution level:



Search for the tools, and install them:



Next time, you can find it under 'Recent Package':



Here I made a mistake, I leave out 'AddBindings()' in NinjectControllerFactory's constructor, so I got:



Prepare Database:
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: