大小:未知
点击:1次
MVC Forum v0.7 Alpha3源码
- 支 持:PC
- 分 类:软件下载
- 大 小:未知
- 版 本:1.0
- 点击量:1次
- 发 布:2026-01-17 16:05:31
手机扫码免费下载
#MVC Forum v0.7 Alpha3源码截图
#MVC Forum v0.7 Alpha3源码简介
项目描述:
一个用ASP.NET MVC写的小型论坛系统。
该项目依靠Ninject依赖注入,以及数据访问层可以用自己的替换,如果你对现有的程序不满。
项目详细:
This project was started when I needed a forum for a project I was working on. The rest of the project was done with ASP.NET MVC (.NET version 4, MVC version 3), so mvcForum is also build using .NET 4 and ASP.NET MVC 3.
I had a look around and found the mvcBB project on CodePlex, but as the author stated: "This project is still in pre-alpha mode, and is not currently usable by anyone." so I figured that I was on my own!
I've been using a phpBB 3 template for the design, and I'm currently working my way through the features as I need them.
系统需求:
- Visual Studio 2010
- .NET 4.0
- ASP.NET MVC 3
- MS SQL Server 2005+
- IIS 6 以上
提示:
如果项目打开失败可能是缺少了一些组件,Ninject, Lucene.Net, Newtonsoft.Json 或者 Entity Framework
打开"Package Manager Console" (在Visual Studio, 打开 "View"菜单, "Other Windows", "Package Manager Console"), 输入下面命令:
Get-Project mvcForum.DataProvider.EntityFramework | Install-Package EntityFramework
Get-Project mvcForum.DependencyInjection.Ninject | Install-Package Ninject
Get-Project mvcForum.SearchProvider.Lucene | Install-Package Lucene
Get-Project mvcForum.Web | Install-Package Newtonsoft.Json
在web.config中加入数据库链接信息: