Asp.net MVC + EF + Spring.Net 项目实践(一)
准备用几篇文章来做一个MVC的例子,为了给新同事做参考,也为自己做个知识储备。
首先,用VS2013创建一个空白解决方案StudentManageSystem,然后添加一个MVC应用程序(可参考ASP.NET MVC 5 入门教程一),之后再添加6个类库项目,分别是:
- StudentManageSystem.Business
- StudentManageSystem.Common
- StudentManageSystem.Interface
- StudentManageSystem.Model
- StudentManageSystem.Repository
- StudentManageSystem.ViewModel
其它的都先不做,先F5看一下效果,应该是下面这样子的
然后解决方案应该是下面这个样子的