Asp.net MVC + EF + Spring.Net 项目实践(一)

准备用几篇文章来做一个MVC的例子,为了给新同事做参考,也为自己做个知识储备。

首先,用VS2013创建一个空白解决方案StudentManageSystem,然后添加一个MVC应用程序(可参考ASP.NET MVC 5 入门教程一),之后再添加6个类库项目,分别是:

  1. StudentManageSystem.Business
  2. StudentManageSystem.Common
  3. StudentManageSystem.Interface
  4. StudentManageSystem.Model
  5. StudentManageSystem.Repository
  6. StudentManageSystem.ViewModel

其它的都先不做,先F5看一下效果,应该是下面这样子的

 

然后解决方案应该是下面这个样子的

posted @ 2015-03-27 15:04  baby_cz  阅读(1014)  评论(0编辑  收藏  举报