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

来源:互联网 发布:vb if 编辑:程序博客网 时间:2024/06/01 10:01



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:






0 0