文件名称:MVCForum05alpha
-
所属分类:
- 标签属性:
- 上传时间:2012-12-31
-
文件大小:4.48mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
这是一个论坛设计的源代码,希望对开发论坛的人有用-This is a forum designed to source code, I hope to be useful in the development forum
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mvcForum.stORM/bin/Debug/CreativeMinds.Common.DI.dll
mvcForum.stORM/bin/Debug/mvcForum.Core.dll
mvcForum.stORM/bin/Debug/mvcForum.Core.pdb
mvcForum.stORM/bin/Debug/mvcForum.stORM.dll
mvcForum.stORM/bin/Debug/mvcForum.stORM.pdb
mvcForum.stORM/bin/Debug/Ninject.dll
mvcForum.stORM/bin/Debug/stORM.Core.dll
mvcForum.stORM/DataObjects/AccessMaskData.cs
mvcForum.stORM/DataObjects/AdministrationData.cs
mvcForum.stORM/DataObjects/AttachmentData.cs
mvcForum.stORM/DataObjects/BannedIPData.cs
mvcForum.stORM/DataObjects/BoardData.cs
mvcForum.stORM/DataObjects/CategoryData.cs
mvcForum.stORM/DataObjects/FollowTopicData.cs
mvcForum.stORM/DataObjects/ForumAccessData.cs
mvcForum.stORM/DataObjects/ForumData.cs
mvcForum.stORM/DataObjects/ForumSettingsData.cs
mvcForum.stORM/DataObjects/ForumTrackData.cs
mvcForum.stORM/DataObjects/ForumUserData.cs
mvcForum.stORM/DataObjects/ForumUserSettingsData.cs
mvcForum.stORM/DataObjects/GroupData.cs
mvcForum.stORM/DataObjects/GroupMemberData.cs
mvcForum.stORM/DataObjects/LogEventData.cs
mvcForum.stORM/DataObjects/PostData.cs
mvcForum.stORM/DataObjects/PostReportData.cs
mvcForum.stORM/DataObjects/TopicData.cs
mvcForum.stORM/DataObjects/TopicTrackData.cs
mvcForum.stORM/DataRepository.cs
mvcForum.stORM/mvcForum.stORM.csproj
mvcForum.stORM/MVCForumModule.cs
mvcForum.stORM/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
mvcForum.stORM/obj/Debug/mvcForum.stORM.csproj.FileListAbsolute.txt
mvcForum.stORM/obj/Debug/mvcForum.stORM.dll
mvcForum.stORM/obj/Debug/mvcForum.stORM.pdb
mvcForum.stORM/obj/Debug/ResolveAssemblyReference.cache
mvcForum.stORM/Properties/AssemblyInfo.cs
mvcForum.stORM/stORMBootStrapper.cs
mvcForum.stORM.Web/Controllers/ForumAdminController.cs
mvcForum.stORM.Web/Controllers/ForumController.cs
mvcForum.stORM.Web/Helpers/ForumHelper.cs
mvcForum.stORM.Web/Helpers/TimezoneHelper.cs
mvcForum.stORM.Web/mvcForum.stORM.Web.csproj
mvcForum.stORM.Web/Properties/AssemblyInfo.cs
mvcForum.stORM.Web/Providers/mvcForumMembershipProvider.cs
mvcForum.stORM.Web/Providers/mvcForumRoleProvider.cs
mvcForum.stORM.Web/ViewModels/AttachmentViewModel.cs
mvcForum.stORM.Web/ViewModels/BoardViewModel.cs
mvcForum.stORM.Web/ViewModels/CategoryViewModel.cs
mvcForum.stORM.Web/ViewModels/Create/CreateMessageViewModel.cs
mvcForum.stORM.Web/ViewModels/Create/CreateReport.cs
mvcForum.stORM.Web/ViewModels/Create/CreateTopicViewModel.cs
mvcForum.stORM.Web/ViewModels/ForumViewModel.cs
mvcForum.stORM.Web/ViewModels/ForumViewModelBase.cs
mvcForum.stORM.Web/ViewModels/MessageViewModel.cs
mvcForum.stORM.Web/ViewModels/SubForumViewModel.cs
mvcForum.stORM.Web/ViewModels/TopicViewModel.cs
mvcForum.stORM.Web/ViewModels/Update/UpdateMessageViewModel.cs
mvcForum.Tests/DataProvider/InitialSetupTest.cs
mvcForum.Tests/mvcForum.Tests.config
mvcForum.Tests/mvcForum.Tests.csproj
mvcForum.Tests/mvcForum.Tests.dll.config
mvcForum.Tests/Properties/AssemblyInfo.cs
mvcForum.Web/AntiSpamTask.cs
mvcForum.Web/Areas/Forum/Controllers/AsyncController.cs
mvcForum.Web/Areas/Forum/Controllers/BoardController.cs
mvcForum.Web/Areas/Forum/Controllers/CategoryController.cs
mvcForum.Web/Areas/Forum/Controllers/FileController.cs
mvcForum.Web/Areas/Forum/Controllers/ForumController.cs
mvcForum.Web/Areas/Forum/Controllers/HomeController.cs
mvcForum.Web/Areas/Forum/Controllers/MessageController.cs
mvcForum.Web/Areas/Forum/Controllers/NoAccessController.cs
mvcForum.Web/Areas/Forum/Controllers/ProfileController.cs
mvcForum.Web/Areas/Forum/Controllers/SearchController.cs
mvcForum.Web/Areas/Forum/Controllers/TopicController.cs
mvcForum.Web/Areas/Forum/ForumAreaRegistration.cs
mvcForum.Web/Areas/Forum/Views/Category/Index.cs
mvcForum.Web/Areas/Forum/Views/Category/Index.cshtml
mvcForum.Web/Areas/Forum/Views/File/Attach.cs
mvcForum.Web/Areas/Forum/Views/File/Attach.cshtml
mvcForum.Web/Areas/Forum/Views/Forum/ForumButtonsPartial.cs
mvcForum.Web/Areas/Forum/Views/Forum/ForumButtonsPartial.cshtml
mvcForum.Web/Areas/Forum/Views/Forum/ForumPagingPartial.cs
mvcForum.Web/Areas/Forum/Views/Forum/ForumPagingPartial.cshtml
mvcForum.Web/Areas/Forum/Views/Forum/Index.cs
mvcForum.Web/Areas/Forum/Views/Forum/Index.cshtml
mvcForum.Web/Areas/Forum/Views/Home/Index.cs
mvcForum.Web/Areas/Forum/Views/Home/Index.cshtml
mvcForum.Web/Areas/Forum/Views/Message/Create.cs
mvcForum.Web/Areas/Forum/Views/Message/Create.cshtml
mvcForum.Web/Areas/Forum/Views/Message/Delete.cs
mvcForum.Web/Areas/Forum/Views/Message/Delete.cshtml
mvcForum.Web/Areas/Forum/Views/Message/Edit.cs
mvcForum.Web/Areas/Forum/Views/Message/Edit.cshtml
mvcForum.Web/Areas/Forum/Views/Message/Report.cs
mvcForum.Web/Areas/Forum/Views/Message/Report.cshtml
mvcForum.Web/Areas/Forum/Views/NoAccess/Index.cs
mvcForum.Web/Areas/Forum/Views/NoAccess/Index.cshtml
mvcForum.Web/Areas/Forum/Views/Profile/Index.cs
mvcForum.Web/Areas/Forum/Views/Profile/Index.cshtml
mvcForum.Web/Areas/Forum/Views/Profile/Update.cs
mvcForum.Web/Areas/Forum/Views/Profile/Update.cshtml
mvcForum.Web/Areas/Forum/Views/Search/Unanswered Posts.cs
mvcForum.Web/Areas/Forum/Views/Search/Unanswered Posts.cshtml
mvcForum.Web/Areas/Forum/Views/Shared/AttachmentPartial.cs
m
mvcForum.stORM/bin/Debug/mvcForum.Core.dll
mvcForum.stORM/bin/Debug/mvcForum.Core.pdb
mvcForum.stORM/bin/Debug/mvcForum.stORM.dll
mvcForum.stORM/bin/Debug/mvcForum.stORM.pdb
mvcForum.stORM/bin/Debug/Ninject.dll
mvcForum.stORM/bin/Debug/stORM.Core.dll
mvcForum.stORM/DataObjects/AccessMaskData.cs
mvcForum.stORM/DataObjects/AdministrationData.cs
mvcForum.stORM/DataObjects/AttachmentData.cs
mvcForum.stORM/DataObjects/BannedIPData.cs
mvcForum.stORM/DataObjects/BoardData.cs
mvcForum.stORM/DataObjects/CategoryData.cs
mvcForum.stORM/DataObjects/FollowTopicData.cs
mvcForum.stORM/DataObjects/ForumAccessData.cs
mvcForum.stORM/DataObjects/ForumData.cs
mvcForum.stORM/DataObjects/ForumSettingsData.cs
mvcForum.stORM/DataObjects/ForumTrackData.cs
mvcForum.stORM/DataObjects/ForumUserData.cs
mvcForum.stORM/DataObjects/ForumUserSettingsData.cs
mvcForum.stORM/DataObjects/GroupData.cs
mvcForum.stORM/DataObjects/GroupMemberData.cs
mvcForum.stORM/DataObjects/LogEventData.cs
mvcForum.stORM/DataObjects/PostData.cs
mvcForum.stORM/DataObjects/PostReportData.cs
mvcForum.stORM/DataObjects/TopicData.cs
mvcForum.stORM/DataObjects/TopicTrackData.cs
mvcForum.stORM/DataRepository.cs
mvcForum.stORM/mvcForum.stORM.csproj
mvcForum.stORM/MVCForumModule.cs
mvcForum.stORM/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
mvcForum.stORM/obj/Debug/mvcForum.stORM.csproj.FileListAbsolute.txt
mvcForum.stORM/obj/Debug/mvcForum.stORM.dll
mvcForum.stORM/obj/Debug/mvcForum.stORM.pdb
mvcForum.stORM/obj/Debug/ResolveAssemblyReference.cache
mvcForum.stORM/Properties/AssemblyInfo.cs
mvcForum.stORM/stORMBootStrapper.cs
mvcForum.stORM.Web/Controllers/ForumAdminController.cs
mvcForum.stORM.Web/Controllers/ForumController.cs
mvcForum.stORM.Web/Helpers/ForumHelper.cs
mvcForum.stORM.Web/Helpers/TimezoneHelper.cs
mvcForum.stORM.Web/mvcForum.stORM.Web.csproj
mvcForum.stORM.Web/Properties/AssemblyInfo.cs
mvcForum.stORM.Web/Providers/mvcForumMembershipProvider.cs
mvcForum.stORM.Web/Providers/mvcForumRoleProvider.cs
mvcForum.stORM.Web/ViewModels/AttachmentViewModel.cs
mvcForum.stORM.Web/ViewModels/BoardViewModel.cs
mvcForum.stORM.Web/ViewModels/CategoryViewModel.cs
mvcForum.stORM.Web/ViewModels/Create/CreateMessageViewModel.cs
mvcForum.stORM.Web/ViewModels/Create/CreateReport.cs
mvcForum.stORM.Web/ViewModels/Create/CreateTopicViewModel.cs
mvcForum.stORM.Web/ViewModels/ForumViewModel.cs
mvcForum.stORM.Web/ViewModels/ForumViewModelBase.cs
mvcForum.stORM.Web/ViewModels/MessageViewModel.cs
mvcForum.stORM.Web/ViewModels/SubForumViewModel.cs
mvcForum.stORM.Web/ViewModels/TopicViewModel.cs
mvcForum.stORM.Web/ViewModels/Update/UpdateMessageViewModel.cs
mvcForum.Tests/DataProvider/InitialSetupTest.cs
mvcForum.Tests/mvcForum.Tests.config
mvcForum.Tests/mvcForum.Tests.csproj
mvcForum.Tests/mvcForum.Tests.dll.config
mvcForum.Tests/Properties/AssemblyInfo.cs
mvcForum.Web/AntiSpamTask.cs
mvcForum.Web/Areas/Forum/Controllers/AsyncController.cs
mvcForum.Web/Areas/Forum/Controllers/BoardController.cs
mvcForum.Web/Areas/Forum/Controllers/CategoryController.cs
mvcForum.Web/Areas/Forum/Controllers/FileController.cs
mvcForum.Web/Areas/Forum/Controllers/ForumController.cs
mvcForum.Web/Areas/Forum/Controllers/HomeController.cs
mvcForum.Web/Areas/Forum/Controllers/MessageController.cs
mvcForum.Web/Areas/Forum/Controllers/NoAccessController.cs
mvcForum.Web/Areas/Forum/Controllers/ProfileController.cs
mvcForum.Web/Areas/Forum/Controllers/SearchController.cs
mvcForum.Web/Areas/Forum/Controllers/TopicController.cs
mvcForum.Web/Areas/Forum/ForumAreaRegistration.cs
mvcForum.Web/Areas/Forum/Views/Category/Index.cs
mvcForum.Web/Areas/Forum/Views/Category/Index.cshtml
mvcForum.Web/Areas/Forum/Views/File/Attach.cs
mvcForum.Web/Areas/Forum/Views/File/Attach.cshtml
mvcForum.Web/Areas/Forum/Views/Forum/ForumButtonsPartial.cs
mvcForum.Web/Areas/Forum/Views/Forum/ForumButtonsPartial.cshtml
mvcForum.Web/Areas/Forum/Views/Forum/ForumPagingPartial.cs
mvcForum.Web/Areas/Forum/Views/Forum/ForumPagingPartial.cshtml
mvcForum.Web/Areas/Forum/Views/Forum/Index.cs
mvcForum.Web/Areas/Forum/Views/Forum/Index.cshtml
mvcForum.Web/Areas/Forum/Views/Home/Index.cs
mvcForum.Web/Areas/Forum/Views/Home/Index.cshtml
mvcForum.Web/Areas/Forum/Views/Message/Create.cs
mvcForum.Web/Areas/Forum/Views/Message/Create.cshtml
mvcForum.Web/Areas/Forum/Views/Message/Delete.cs
mvcForum.Web/Areas/Forum/Views/Message/Delete.cshtml
mvcForum.Web/Areas/Forum/Views/Message/Edit.cs
mvcForum.Web/Areas/Forum/Views/Message/Edit.cshtml
mvcForum.Web/Areas/Forum/Views/Message/Report.cs
mvcForum.Web/Areas/Forum/Views/Message/Report.cshtml
mvcForum.Web/Areas/Forum/Views/NoAccess/Index.cs
mvcForum.Web/Areas/Forum/Views/NoAccess/Index.cshtml
mvcForum.Web/Areas/Forum/Views/Profile/Index.cs
mvcForum.Web/Areas/Forum/Views/Profile/Index.cshtml
mvcForum.Web/Areas/Forum/Views/Profile/Update.cs
mvcForum.Web/Areas/Forum/Views/Profile/Update.cshtml
mvcForum.Web/Areas/Forum/Views/Search/Unanswered Posts.cs
mvcForum.Web/Areas/Forum/Views/Search/Unanswered Posts.cshtml
mvcForum.Web/Areas/Forum/Views/Shared/AttachmentPartial.cs
m
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
