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

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

本文介绍了一个基于MVC架构的学生管理系统实例。使用VS2013创建解决方案,并详细介绍了添加MVC应用程序的过程及所需类库项目。
4879

被折叠的 条评论
为什么被折叠?



