Download MVC Forum

Description

A bulletin board system (like phpBB) running on the ASP.NET MVC stack.The project is build using the latest technologies, and it's build using a provider model, so if you don't like the data providers or dependency injection we have implemented, you can implement your own ...

Icons

MVC Forum

Source Files

The download file mvcforum.zip has the following entries.


.hgignore// www. j  a  v a2 s.  c o m
ForeignDLLs/AWSSDK.dll
ForeignDLLs/AzureDirectory.dll
ForeignDLLs/CodeKicker.BBCode.dll
ForeignDLLs/Commons.Web.Mvc.PrecompiledViews.dll
ForeignDLLs/CreativeMinds.BotScout.dll
ForeignDLLs/CreativeMinds.Common.DI.dll
ForeignDLLs/CreativeMinds.MVC.Common.dll
ForeignDLLs/CreativeMinds.Security.dll
ForeignDLLs/CreativeMinds.StopForumSpam.dll
ForeignDLLs/DotNetOpenAuth.dll
ForeignDLLs/EntityFramework.dll
ForeignDLLs/HtmlAgilityPack.dll
ForeignDLLs/ICSharpCode.SharpZipLib.dll
ForeignDLLs/Joel.Net.Akismet.dll
ForeignDLLs/LuceneNetS3.dll
ForeignDLLs/MVCThemes.dll
ForeignDLLs/MarkdownSharp.dll
ForeignDLLs/MvcMiniProfiler.EntityFramework.dll
ForeignDLLs/MvcMiniProfiler.dll
ForeignDLLs/Newtonsoft.Json.dll
ForeignDLLs/Ninject.Web.Mvc.dll
ForeignDLLs/Ninject.dll
ForeignDLLs/Recaptcha.dll
ForeignDLLs/RestSharp.dll
ForeignDLLs/RestSharp.xml
ForeignDLLs/SimpleAuthentication.Core.dll
ForeignDLLs/SimpleAuthentication.Mvc.dll
ForeignDLLs/WebActivator.dll
ForeignDLLs/WebActivatorEx.dll
ForeignDLLs/WebDriver.Support.dll
ForeignDLLs/WebDriver.dll
ForeignDLLs/log4net.dll
INSTALLATION.txt
LICENSE.txt
MVCForum.Azure.nuspec
MVCForum.nuspec
PostCount.sql
SharedAssemblyInfo.cs
azure.readme.txt
install.ps1
mvcForum.AddOns/AddOnBuilder.cs
mvcForum.AddOns/AntiSpam/Akismet/AkismetAddOn.cs
mvcForum.AddOns/AntiSpam/Akismet/AkismetBuilder.cs
mvcForum.AddOns/AntiSpam/Akismet/AkismetConfiguration.cs
mvcForum.AddOns/AntiSpam/Akismet/AkismetInstall.cs
mvcForum.AddOns/AntiSpam/MultiPost/MultiPostAddOn.cs
mvcForum.AddOns/AntiSpam/MultiPost/MultiPostBuilder.cs
mvcForum.AddOns/AntiSpam/MultiPost/MultiPostConfiguration.cs
mvcForum.AddOns/AntiSpam/MultiPost/MultiPostInstall.cs
mvcForum.AddOns/AntiSpam/NewUserTrial/NewUserTrialAddOn.cs
mvcForum.AddOns/AntiSpam/NewUserTrial/NewUserTrialBuilder.cs
mvcForum.AddOns/AntiSpam/NewUserTrial/NewUserTrialConfiguration.cs
mvcForum.AddOns/AntiSpam/NewUserTrial/NewUserTrialInstall.cs
mvcForum.AddOns/AntiSpam/StopForumSpam/StopForumSpamAddOn.cs
mvcForum.AddOns/AntiSpam/StopForumSpam/StopForumSpamBuilder.cs
mvcForum.AddOns/AntiSpam/StopForumSpam/StopForumSpamConfiguration.cs
mvcForum.AddOns/AntiSpam/StopForumSpam/StopForumSpamInstall.cs
mvcForum.AddOns/ContentParsing/BBCode/BBCParser.cs
mvcForum.AddOns/ContentParsing/ContentParserBuilder.cs
mvcForum.AddOns/ContentParsing/MarkDown/MarkDownParser.cs
mvcForum.AddOns/ContentParsing/RegularParser.cs
mvcForum.AddOns/Controllers/AkismetConfigurationController.cs
mvcForum.AddOns/Controllers/MultiPostConfigurationController.cs
mvcForum.AddOns/Controllers/NewUserTrialConfigurationController.cs
mvcForum.AddOns/Controllers/StopForumSpamConfigurationController.cs
mvcForum.AddOns/HTMLSanitizer.cs
mvcForum.AddOns/Properties/AssemblyInfo.cs
mvcForum.AddOns/Subscribe/SubscribeAddOn.cs
mvcForum.AddOns/Subscribe/SubscribeBuilder.cs
mvcForum.AddOns/Subscribe/SubscribeConfiguration.cs
mvcForum.AddOns/ViewModels/AkismetViewModel.cs
mvcForum.AddOns/ViewModels/MultiPostViewModel.cs
mvcForum.AddOns/ViewModels/NewUserTrialViewModel.cs
mvcForum.AddOns/ViewModels/StopForumSpamViewModel.cs
mvcForum.AddOns/Views/AkismetConfiguration/Index.cs
mvcForum.AddOns/Views/AkismetConfiguration/Index.cshtml
mvcForum.AddOns/Views/MultiPostConfiguration/Index.cs
mvcForum.AddOns/Views/MultiPostConfiguration/Index.cshtml
mvcForum.AddOns/Views/NewUserTrialConfiguration/Index.cs
mvcForum.AddOns/Views/NewUserTrialConfiguration/Index.cshtml
mvcForum.AddOns/Views/StopForumSpamConfiguration/Index.cs
mvcForum.AddOns/Views/StopForumSpamConfiguration/Index.cshtml
mvcForum.AddOns/Views/web.config
mvcForum.AddOns/mvcForum.AddOns.csproj
mvcForum.AddOns/packages.config
mvcForum.Core/Abstractions/AddOnConfiguration.cs
mvcForum.Core/Abstractions/AsyncAddOnConfiguration.cs
mvcForum.Core/Abstractions/Interfaces/IAccessMaskData.cs
mvcForum.Core/Abstractions/Interfaces/IAdministrationData.cs
mvcForum.Core/Abstractions/Interfaces/IAttachmentData.cs
mvcForum.Core/Abstractions/Interfaces/IAuthoredElement.cs
mvcForum.Core/Abstractions/Interfaces/IBannedIPData.cs
mvcForum.Core/Abstractions/Interfaces/IBoardData.cs
mvcForum.Core/Abstractions/Interfaces/ICacheable.cs
mvcForum.Core/Abstractions/Interfaces/ICategoryData.cs
mvcForum.Core/Abstractions/Interfaces/IConfiguration.cs
mvcForum.Core/Abstractions/Interfaces/IDataContainer.cs
mvcForum.Core/Abstractions/Interfaces/IFollowForumData.cs
mvcForum.Core/Abstractions/Interfaces/IFollowTopicData.cs
mvcForum.Core/Abstractions/Interfaces/IForumAccessData.cs
mvcForum.Core/Abstractions/Interfaces/IForumData.cs
mvcForum.Core/Abstractions/Interfaces/IForumSettingsData.cs
mvcForum.Core/Abstractions/Interfaces/IForumTrackData.cs
mvcForum.Core/Abstractions/Interfaces/IForumUserData.cs
mvcForum.Core/Abstractions/Interfaces/IForumUserSettingsData.cs
mvcForum.Core/Abstractions/Interfaces/IGroupData.cs
mvcForum.Core/Abstractions/Interfaces/IGroupMemberData.cs
mvcForum.Core/Abstractions/Interfaces/IInstaller.cs
mvcForum.Core/Abstractions/Interfaces/IOptionalConfigurationElement.cs
mvcForum.Core/Abstractions/Interfaces/IPerRequestCache.cs
mvcForum.Core/Abstractions/Interfaces/IPostData.cs
mvcForum.Core/Abstractions/Interfaces/IPostReportData.cs
mvcForum.Core/Abstractions/Interfaces/ITopicData.cs
mvcForum.Core/Abstractions/Interfaces/ITopicTrackData.cs
mvcForum.Core/AccessFlag.cs
mvcForum.Core/AccessMask.cs
mvcForum.Core/AddOnConfiguration.cs
mvcForum.Core/Attachment.cs
mvcForum.Core/BannedIP.cs
mvcForum.Core/Board.cs
mvcForum.Core/Category.cs
mvcForum.Core/Configuration/AsyncTaskComponentElement.cs
mvcForum.Core/Configuration/CDataConfigurationElement.cs
mvcForum.Core/Configuration/CDataConfigurationPropertyAttribute.cs
mvcForum.Core/Configuration/DatabaseComponentElement.cs
mvcForum.Core/Configuration/DependencyContainerComponentElement.cs
mvcForum.Core/Configuration/EventPublisherComponentElement.cs
mvcForum.Core/Configuration/FormsAuthenticationComponentElement.cs
mvcForum.Core/Configuration/MVCForumDBConfig.cs
mvcForum.Core/Configuration/MVCForumSection.cs
mvcForum.Core/Configuration/MVCForumSettings.cs
mvcForum.Core/Configuration/MVCForumWebConfig.cs
mvcForum.Core/Configuration/MailConfigurationElement.cs
mvcForum.Core/Configuration/MailServiceComponentElement.cs
mvcForum.Core/Configuration/MembershipServiceComponentElement.cs
mvcForum.Core/Configuration/MessageBodyElement.cs
mvcForum.Core/Configuration/NamedComponent.cs
mvcForum.Core/Configuration/NamedComponentsElementCollection.cs
mvcForum.Core/Configuration/NotificationsContainerElement.cs
mvcForum.Core/Configuration/ThemeProviderComponentElement.cs
mvcForum.Core/Configuration/ThemeUrlProviderComponentElement.cs
mvcForum.Core/Configuration/UniqueComponentElement.cs
mvcForum.Core/Configuration/UrlProviderComponentElement.cs
mvcForum.Core/Configuration/UserProviderComponentElement.cs
mvcForum.Core/Constants.cs
mvcForum.Core/DateTimeExtensions.cs
mvcForum.Core/DependencyBuilders/CoreBuilder.cs
mvcForum.Core/Events/EventFeedback.cs
mvcForum.Core/Events/InformationBearingEvent.cs
mvcForum.Core/Events/NewPostEvent.cs
mvcForum.Core/Events/NewTopicEvent.cs
mvcForum.Core/Events/NewUserEvent.cs
mvcForum.Core/Events/PostFlagUpdatedEvent.cs
mvcForum.Core/Events/PostReportResolvedEvent.cs
mvcForum.Core/Events/PostUpdatedEvent.cs
mvcForum.Core/Events/TopicFlagUpdatedEvent.cs
mvcForum.Core/Events/TopicMergedEvent.cs
mvcForum.Core/Events/TopicMovedEvent.cs
mvcForum.Core/Events/TopicSplitEvent.cs
mvcForum.Core/Events/TopicUpdatedEvent.cs
mvcForum.Core/Events/TopicsDeletedEvent.cs
mvcForum.Core/Exceptions.cs
mvcForum.Core/Extensions/TopicExtensions.cs
mvcForum.Core/FollowForum.cs
mvcForum.Core/FollowTopic.cs
mvcForum.Core/Forum.cs
mvcForum.Core/ForumAccess.cs
mvcForum.Core/ForumConfiguration.cs
mvcForum.Core/ForumSettings.cs
mvcForum.Core/ForumTrack.cs
mvcForum.Core/ForumUser.cs
mvcForum.Core/Group.cs
mvcForum.Core/GroupMember.cs
mvcForum.Core/Helpers/PathHelper.cs
mvcForum.Core/ICustomPropertyHolder.cs
mvcForum.Core/ICustomPropertyHolderExtensions.cs
mvcForum.Core/Interfaces/AddOns/IAddOn.cs
mvcForum.Core/Interfaces/AddOns/IAddOnConfiguration.cs
mvcForum.Core/Interfaces/AddOns/IAntiSpamAddOn.cs
mvcForum.Core/Interfaces/AddOns/ISearchAddOn.cs
mvcForum.Core/Interfaces/Data/IApplicationCache.cs
mvcForum.Core/Interfaces/Data/IBoardRepository.cs
mvcForum.Core/Interfaces/Data/IDataProviderConfiguration.cs
mvcForum.Core/Interfaces/Data/IForumRepository.cs
mvcForum.Core/Interfaces/Data/IPostRepository.cs
mvcForum.Core/Interfaces/Data/IRepository.cs
mvcForum.Core/Interfaces/Data/ISpecification.cs
mvcForum.Core/Interfaces/Data/ISpecificationExtensions.cs
mvcForum.Core/Interfaces/Data/ITopicRepository.cs
mvcForum.Core/Interfaces/Data/IUnitOfWork.cs
mvcForum.Core/Interfaces/DependencyManagement/IDIContainer.cs
mvcForum.Core/Interfaces/DependencyManagement/IDependencyResolver.cs
mvcForum.Core/Interfaces/DependencyManagement/IForumDependencyBuilder.cs
mvcForum.Core/Interfaces/DependencyManagement/IKnownTypeHolder.cs
mvcForum.Core/Interfaces/Events/EventPriority.cs
mvcForum.Core/Interfaces/FileSystemException.cs
mvcForum.Core/Interfaces/IAttachmentStorage.cs
mvcForum.Core/Interfaces/IInstallable.cs
mvcForum.Core/Interfaces/Search/IIndexer.cs
mvcForum.Core/Interfaces/Search/ISearcher.cs
mvcForum.Core/Interfaces/Services/AttachStatusCode.cs
mvcForum.Core/Interfaces/Services/IAttachmentService.cs
mvcForum.Core/Interfaces/Services/IForumAccessService.cs
mvcForum.Core/Interfaces/Services/IGroupService.cs
mvcForum.Core/Interfaces/Services/IPostService.cs
mvcForum.Core/Interfaces/Services/ITopicService.cs
mvcForum.Core/Post.cs
mvcForum.Core/PostFlag.cs
mvcForum.Core/PostReport.cs
mvcForum.Core/Properties/AssemblyInfo.cs
mvcForum.Core/Search/SearchResult.cs
mvcForum.Core/Specifications/AccessMaskSpecifications.cs
mvcForum.Core/Specifications/AddOnConfigurationSpecifications.cs
mvcForum.Core/Specifications/AttachmentSpecifications.cs
mvcForum.Core/Specifications/BannedIPSpecifications.cs
mvcForum.Core/Specifications/BoardSpecifications.cs
mvcForum.Core/Specifications/FollowForumSpecifications.cs
mvcForum.Core/Specifications/FollowTopicSpecifications.cs
mvcForum.Core/Specifications/ForumAccessSpecifications.cs
mvcForum.Core/Specifications/ForumSettingsSpecifications.cs
mvcForum.Core/Specifications/ForumSpecifications.cs
mvcForum.Core/Specifications/ForumTrackSpecifications.cs
mvcForum.Core/Specifications/ForumUserSettingsSpecifications.cs
mvcForum.Core/Specifications/ForumUserSpecifications.cs
mvcForum.Core/Specifications/GroupMemberSpecifications.cs
mvcForum.Core/Specifications/GroupSpecifications.cs
mvcForum.Core/Specifications/PostReportSpecifications.cs
mvcForum.Core/Specifications/PostSpecifications.cs
mvcForum.Core/Specifications/TopicSpecifications.cs
mvcForum.Core/Specifications/TopicTrackSpecifications.cs
mvcForum.Core/Topic.cs
mvcForum.Core/TopicFlag.cs
mvcForum.Core/TopicTrack.cs
mvcForum.Core/TopicType.cs
mvcForum.Core/UserFlag.cs
mvcForum.Core/UserType.cs
mvcForum.Core/mvcForum.Core.csproj
mvcForum.DataProvider.EntityFramework/DataProviderConfiguration.cs
mvcForum.DataProvider.EntityFramework/MVCForumContext.cs
mvcForum.DataProvider.EntityFramework/Properties/AssemblyInfo.cs
mvcForum.DataProvider.EntityFramework/Repositories/BoardRepository.cs
mvcForum.DataProvider.EntityFramework/Repositories/ForumRepository.cs
mvcForum.DataProvider.EntityFramework/Repositories/PostRepository.cs
mvcForum.DataProvider.EntityFramework/Repositories/TopicRepository.cs
mvcForum.DataProvider.EntityFramework/Repository.cs
mvcForum.DataProvider.EntityFramework/SpecificRepositoryConfiguration.cs
mvcForum.DataProvider.EntityFramework/UnitOfWork.cs
mvcForum.DataProvider.EntityFramework/mvcForum.DataProvider.EntityFramework.csproj
mvcForum.DataProvider.EntityFramework/packages.config
mvcForum.DependencyInjection.Ninject/DIContainer.cs
mvcForum.DependencyInjection.Ninject/DependencyResolver.cs
mvcForum.DependencyInjection.Ninject/Properties/AssemblyInfo.cs
mvcForum.DependencyInjection.Ninject/mvcForum.DependencyInjection.Ninject.csproj
mvcForum.DependencyInjection.Ninject/packages.config
mvcForum.Hosting.Azure/AttachmentStorage.cs
mvcForum.Hosting.Azure/DirectoryResolver.cs
mvcForum.Hosting.Azure/Properties/AssemblyInfo.cs
mvcForum.Hosting.Azure/SearchBuilder.cs
mvcForum.Hosting.Azure/StorageBuilder.cs
mvcForum.Hosting.Azure/mvcForum.Hosting.Azure.csproj
mvcForum.Hosting.Azure/packages.config
mvcForum.Hosting.Azure/web.config.transform
mvcForum.MembershipProviderTest/MongoBuilder.cs
mvcForum.MembershipProviderTest/MongoConnection.cs
mvcForum.MembershipProviderTest/Properties/AssemblyInfo.cs
mvcForum.MembershipProviderTest/Role.cs
mvcForum.MembershipProviderTest/Security/MongoDBMembershipProvider.cs
mvcForum.MembershipProviderTest/Security/MongoDBRoleProvider.cs
mvcForum.MembershipProviderTest/User.cs
mvcForum.MembershipProviderTest/UserProfile.cs
mvcForum.MembershipProviderTest/mvcForum.MembershipProviderTest.csproj
mvcForum.SearchProvider.Lucene/Controllers/LuceneConfigurationController.cs
mvcForum.SearchProvider.Lucene/FileSystemDirectoryResolver.cs
mvcForum.SearchProvider.Lucene/Indexer.cs
mvcForum.SearchProvider.Lucene/Indexes/IDirectoryResolver.cs
mvcForum.SearchProvider.Lucene/LuceneBaseSearchBuilder.cs
mvcForum.SearchProvider.Lucene/LuceneConfiguration.cs
mvcForum.SearchProvider.Lucene/LuceneContentChangeEventListener.cs
mvcForum.SearchProvider.Lucene/LuceneInstall.cs
mvcForum.SearchProvider.Lucene/LuceneSearchBuilder.cs
mvcForum.SearchProvider.Lucene/Properties/AssemblyInfo.cs
mvcForum.SearchProvider.Lucene/Searcher.cs
mvcForum.SearchProvider.Lucene/ViewModels/LuceneViewModel.cs
mvcForum.SearchProvider.Lucene/Views/LuceneConfiguration/Index.cs
mvcForum.SearchProvider.Lucene/Views/LuceneConfiguration/Index.cshtml
mvcForum.SearchProvider.Lucene/Views/web.config
mvcForum.SearchProvider.Lucene/mvcForum.SearchProvider.Lucene.csproj
mvcForum.SearchProvider.Lucene/packages.config
mvcForum.Tests.WebUI/AKismetTest.cs
mvcForum.Tests.WebUI/AdminAreaTest/BoardTests.cs
mvcForum.Tests.WebUI/AdminAreaTest/CategoryTests.cs
mvcForum.Tests.WebUI/AdminAreaTest/ForumTests.cs
mvcForum.Tests.WebUI/AdminAreaTest/InitialSetupTest.cs
mvcForum.Tests.WebUI/AntiSpam/NewUserMultiPost.cs
mvcForum.Tests.WebUI/AuthenticateTest.cs
mvcForum.Tests.WebUI/BasicForumTest.cs
mvcForum.Tests.WebUI/Constants.cs
mvcForum.Tests.WebUI/DateTests/PostDates.cs
mvcForum.Tests.WebUI/Extensions/IWebDriverExtensions.cs
mvcForum.Tests.WebUI/Extensions/IWebElementExtensions.cs
mvcForum.Tests.WebUI/ForumAdminExtensions.cs
mvcForum.Tests.WebUI/ForumTestHelper.cs
mvcForum.Tests.WebUI/Installation/InstallTest.cs
mvcForum.Tests.WebUI/Lucene/BoostSearchingTypes.cs
mvcForum.Tests.WebUI/Lucene/SimpleSearch.cs
mvcForum.Tests.WebUI/LuceneSeach.cs
mvcForum.Tests.WebUI/MergeTests.cs
mvcForum.Tests.WebUI/ModeratorTests.cs
mvcForum.Tests.WebUI/MultiPostQuarentine.cs
mvcForum.Tests.WebUI/NewUserTest.cs
mvcForum.Tests.WebUI/NewUserTrialQuarentine.cs
mvcForum.Tests.WebUI/PostsTest.cs
mvcForum.Tests.WebUI/PreInstall/InstallRedirect.cs
mvcForum.Tests.WebUI/Profile/ChangeEmail.cs
mvcForum.Tests.WebUI/Profile/ChangePassword.cs
mvcForum.Tests.WebUI/Properties/AssemblyInfo.cs
mvcForum.Tests.WebUI/StandardFeatures/AnnouncementStickyAndPaging.cs
mvcForum.Tests.WebUI/StandardFeatures/Paging.cs
mvcForum.Tests.WebUI/StandardFeatures/SubForum.cs
mvcForum.Tests.WebUI/StandardFeatures/TopicTypes.cs
mvcForum.Tests.WebUI/StatusChangeTests.cs
mvcForum.Tests.WebUI/TestConfiguration.cs
mvcForum.Tests.WebUI/TestHelper.cs
mvcForum.Tests.WebUI/TopicTests.cs
mvcForum.Tests.WebUI/app.config
mvcForum.Tests.WebUI/mvcForum.Tests.WebUI.csproj
mvcForum.Tests.WebUI/packages.config
mvcForum.Tests/DataProvider/InitialSetupTest.cs
mvcForum.Tests/Properties/AssemblyInfo.cs
mvcForum.Tests/mvcForum.Tests.config
mvcForum.Tests/mvcForum.Tests.csproj
mvcForum.Tests/mvcForum.Tests.dll.config
mvcForum.Web/ApplicationConfiguration.cs
mvcForum.Web/Areas/Forum/Controllers/AccountController.cs
mvcForum.Web/Areas/Forum/Controllers/AsyncController.cs
mvcForum.Web/Areas/Forum/Controllers/AuthController.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/ModerateController.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/SimpleAuthenticationController.cs
mvcForum.Web/Areas/Forum/Controllers/TopicController.cs
mvcForum.Web/Areas/Forum/ForumAreaRegistration.cs
mvcForum.Web/Areas/ForumAPI/Controllers/AccessMaskController.cs
mvcForum.Web/Areas/ForumAPI/Controllers/BanIPController.cs
mvcForum.Web/Areas/ForumAPI/Controllers/BoardController.cs
mvcForum.Web/Areas/ForumAPI/Controllers/CategoryController.cs
mvcForum.Web/Areas/ForumAPI/Controllers/ForumAccessController.cs
mvcForum.Web/Areas/ForumAPI/Controllers/ForumController.cs
mvcForum.Web/Areas/ForumAPI/Controllers/GroupController.cs
mvcForum.Web/Areas/ForumAPI/Controllers/GroupMemberController.cs
mvcForum.Web/Areas/ForumAPI/Controllers/HeadlineController.cs
mvcForum.Web/Areas/ForumAPI/Controllers/RoleController.cs
mvcForum.Web/Areas/ForumAPI/Controllers/TopicController.cs
mvcForum.Web/Areas/ForumAPI/Controllers/UserController.cs
mvcForum.Web/Areas/ForumAPI/ForumAPIAreaRegistration.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/AccessMask.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/Board.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/BoardLight.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/Category.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/CategoryLight.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/Forum.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/ForumAccess.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/ForumLight.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/ForumUser.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/Group.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/Post.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/PostLight.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/Topic.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/TopicCollection.cs
mvcForum.Web/Areas/ForumAPI/ViewModels/TopicLight.cs
mvcForum.Web/Areas/ForumAPI/Views/Web.config
mvcForum.Web/Areas/ForumAdmin/Controllers/AccessMaskController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/AntiSpamController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/BasicInstallController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/BoardController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/CategoryController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/ForumAccessController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/ForumController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/GroupController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/HomeController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/SearchController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/SettingsController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/TextsController.cs
mvcForum.Web/Areas/ForumAdmin/Controllers/UserController.cs
mvcForum.Web/Areas/ForumAdmin/ForumAdminAreaRegistration.cs
mvcForum.Web/Areas/ForumAdmin/Helpers/BreadcrumbHelper.cs
mvcForum.Web/Areas/ForumAdmin/Navigations/BoardConfiguration.cs
mvcForum.Web/Areas/ForumAdmin/Navigations/TopNavigation.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/AccessMask.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/AddOn.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/Board.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/BreadcrumbNode.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/Category.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/Create/ForumViewModel.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/Forum.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/ForumUser.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/Group.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/List/Statistics.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/Update/ForumSettingsViewModel.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/Update/ForumViewModel.cs
mvcForum.Web/Areas/ForumAdmin/ViewModels/Update/UserRegistrationViewModel.cs
mvcForum.Web/Attributes/NotBannedAttribute.cs
mvcForum.Web/Cache/PerRequestCache.cs
mvcForum.Web/Cache/TypeCache.cs
mvcForum.Web/Controllers/BaseAPIController.cs
mvcForum.Web/Controllers/BaseController.cs
mvcForum.Web/Controllers/ForumAdminBaseController.cs
mvcForum.Web/Controllers/ForumBaseController.cs
mvcForum.Web/Controllers/ThemedForumBaseController.cs
mvcForum.Web/DependencyBuilders/AntiSpamBuilder.cs
mvcForum.Web/DependencyBuilders/ForumAdminBuilder.cs
mvcForum.Web/DependencyBuilders/LoggingBuilder.cs
mvcForum.Web/DependencyBuilders/StorageBuilder.cs
mvcForum.Web/DependencyBuilders/WebCommonBuilder.cs
mvcForum.Web/Events/FlagUpdatedEventListener.cs
mvcForum.Web/Events/FollowingEventListener.cs
mvcForum.Web/Events/InstallationEvent.cs
mvcForum.Web/Events/InstallationEventListener.cs
mvcForum.Web/Events/NewAndUpdatedContentEventListener.cs
mvcForum.Web/Events/PostReportResolvedEventListener.cs
mvcForum.Web/Extensions/Extensions.cs
mvcForum.Web/Extensions/ForumExtensions.cs
mvcForum.Web/Extensions/ForumUserExtensions.cs
mvcForum.Web/Extensions/GroupExtensions.cs
mvcForum.Web/Extensions/HtmlExtensions.cs
mvcForum.Web/Extensions/LabelExtensions.cs
mvcForum.Web/Extensions/ModelStateDictionaryExtensions.cs
mvcForum.Web/Extensions/StringExtensions.cs
mvcForum.Web/Extensions/TagBuilderExtensions.cs
mvcForum.Web/Extensions/TopicExtensions.cs
mvcForum.Web/Extensions/UrlHelperExtensions.cs
mvcForum.Web/Filters/ConfigurationArea.cs
mvcForum.Web/Filters/ConfigurationControlledAttribute.cs
mvcForum.Web/Filters/CultureInfoFilterAttribute.cs
mvcForum.Web/Filters/ExceptionFilter.cs
mvcForum.Web/Filters/LastVisitedFilterAttribute.cs
mvcForum.Web/ForumConfigurator.cs
mvcForum.Web/ForumRouteRegistration.cs
mvcForum.Web/ForumThemeProvider.cs
mvcForum.Web/Helpers/ForumAdminHelper.cs
mvcForum.Web/Helpers/ForumHelper.cs
mvcForum.Web/Helpers/TimezoneHelper.cs
mvcForum.Web/Interfaces/IAdminTopMenuAddOn.cs
mvcForum.Web/Interfaces/IAntiSpamConfigurationController.cs
mvcForum.Web/Interfaces/IContentParser.cs
mvcForum.Web/Interfaces/ISearchConfigurationController.cs
mvcForum.Web/Interfaces/ITopicService.cs
mvcForum.Web/Interfaces/IURLProvider.cs
mvcForum.Web/Interfaces/IUserService.cs
mvcForum.Web/Interfaces/IWebUserProvider.cs
mvcForum.Web/KnownTypeHolder.cs
mvcForum.Web/Log4NetLogger.cs
mvcForum.Web/Properties/AssemblyInfo.cs
mvcForum.Web/Providers/MVCForumUserProvider.cs
mvcForum.Web/Providers/MVCURLProvider.cs
mvcForum.Web/Providers/MembershipProviderWrapper.cs
mvcForum.Web/Results/BannedResult.cs
mvcForum.Web/Services/AttachmentService.cs
mvcForum.Web/Services/ForumAccessService.cs
mvcForum.Web/Services/GroupService.cs
mvcForum.Web/Services/InMemoryCache.cs
mvcForum.Web/Services/NTFSAttachmentStorage.cs
mvcForum.Web/Services/PostService.cs
mvcForum.Web/Services/TextManagerWrapper.cs
mvcForum.Web/Services/TopicService.cs
mvcForum.Web/Services/UserService.cs
mvcForum.Web/TraceLog.cs
mvcForum.Web/ViewModels/AccessMaskViewModel.cs
mvcForum.Web/ViewModels/AttachmentViewModel.cs
mvcForum.Web/ViewModels/AuthenticateCallbackViewModel.cs
mvcForum.Web/ViewModels/BaseModerateViewModel.cs
mvcForum.Web/ViewModels/BasicInstallViewModel.cs
mvcForum.Web/ViewModels/BoardViewModel.cs
mvcForum.Web/ViewModels/CategoryViewModel.cs
mvcForum.Web/ViewModels/Create/CreateAccessMaskViewModel.cs
mvcForum.Web/ViewModels/Create/CreateCategoryViewModel.cs
mvcForum.Web/ViewModels/Create/CreateForumAccessViewModel.cs
mvcForum.Web/ViewModels/Create/CreateForumUserViewModel.cs
mvcForum.Web/ViewModels/Create/CreateForumViewModel.cs
mvcForum.Web/ViewModels/Create/CreateGroupViewModel.cs
mvcForum.Web/ViewModels/Create/CreateMessageViewModel.cs
mvcForum.Web/ViewModels/Create/CreateReport.cs
mvcForum.Web/ViewModels/Create/CreateTopicViewModel.cs
mvcForum.Web/ViewModels/Delete/DeleteMessageViewModel.cs
mvcForum.Web/ViewModels/Delete/DeleteUserViewModel.cs
mvcForum.Web/ViewModels/DeleteViewModel.cs
mvcForum.Web/ViewModels/ForumAccessViewModel.cs
mvcForum.Web/ViewModels/ForumUserViewModel.cs
mvcForum.Web/ViewModels/ForumViewModel.cs
mvcForum.Web/ViewModels/ForumViewModelBase.cs
mvcForum.Web/ViewModels/GroupViewModel.cs
mvcForum.Web/ViewModels/IndexViewModel.cs
mvcForum.Web/ViewModels/LogOnModel.cs
mvcForum.Web/ViewModels/MergeViewModel.cs
mvcForum.Web/ViewModels/MessageViewModel.cs
mvcForum.Web/ViewModels/ModerateViewModel.cs
mvcForum.Web/ViewModels/MoveViewModel.cs
mvcForum.Web/ViewModels/PagingModel.cs
mvcForum.Web/ViewModels/PostReportViewModel.cs
mvcForum.Web/ViewModels/RegisterModel.cs
mvcForum.Web/ViewModels/SearchViewModel.cs
mvcForum.Web/ViewModels/SplitViewModel.cs
mvcForum.Web/ViewModels/SubForumViewModel.cs
mvcForum.Web/ViewModels/TopicViewModel.cs
mvcForum.Web/ViewModels/UnansweredTopicsViewModel.cs
mvcForum.Web/ViewModels/Update/ReportMessageViewModel.cs
mvcForum.Web/ViewModels/Update/UpdateMessageViewModel.cs
mvcForum.Web/ViewModels/Update/UpdateTopicViewModel.cs
mvcForum.Web/ViewModels/Update/UpdateUserViewModel.cs
mvcForum.Web/ViewModels/UserViewModel.cs
mvcForum.Web/Views/Web.config
mvcForum.Web/mvcForum.Web.csproj
mvcForum.Web/packages.config
mvcForum.WebUI/Areas/Forum/Views/Account/Activate.cshtml
mvcForum.WebUI/Areas/Forum/Views/Account/External.cshtml
mvcForum.WebUI/Areas/Forum/Views/Account/LogOn.cshtml
mvcForum.WebUI/Areas/Forum/Views/Account/Register.cshtml
mvcForum.WebUI/Areas/Forum/Views/Account/Success.cshtml
mvcForum.WebUI/Areas/Forum/Views/Category/Index.cshtml
mvcForum.WebUI/Areas/Forum/Views/File/Attach.cshtml
mvcForum.WebUI/Areas/Forum/Views/Forum/Index.cshtml
mvcForum.WebUI/Areas/Forum/Views/Home/Index.cshtml
mvcForum.WebUI/Areas/Forum/Views/Message/Create.cshtml
mvcForum.WebUI/Areas/Forum/Views/Message/Delete.cshtml
mvcForum.WebUI/Areas/Forum/Views/Message/Edit.cshtml
mvcForum.WebUI/Areas/Forum/Views/Message/Report.cshtml
mvcForum.WebUI/Areas/Forum/Views/Message/Undelete.cshtml
mvcForum.WebUI/Areas/Forum/Views/Moderate/Delete.cshtml
mvcForum.WebUI/Areas/Forum/Views/Moderate/Index.cshtml
mvcForum.WebUI/Areas/Forum/Views/Moderate/Merge.cshtml
mvcForum.WebUI/Areas/Forum/Views/Moderate/Move.cshtml
mvcForum.WebUI/Areas/Forum/Views/Moderate/Report.cshtml
mvcForum.WebUI/Areas/Forum/Views/Moderate/ReportList.cshtml
mvcForum.WebUI/Areas/Forum/Views/Moderate/Split.cshtml
mvcForum.WebUI/Areas/Forum/Views/Moderate/Topic.cshtml
mvcForum.WebUI/Areas/Forum/Views/NoAccess/Index.cshtml
mvcForum.WebUI/Areas/Forum/Views/Profile/Index.cshtml
mvcForum.WebUI/Areas/Forum/Views/Profile/Update.cshtml
mvcForum.WebUI/Areas/Forum/Views/Search/Index.cshtml
mvcForum.WebUI/Areas/Forum/Views/Search/Unanswered Topics.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/AttachmentPartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/BBCodeEditor.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/BottomScripts.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/Breadcrumb.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/CategoryPartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/Footer.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/ForumButtonsPartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/ForumPagingPartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/ForumPartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/LastMessagePartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/LastTopicPartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/MarkDownEditor.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/MessagePosterPartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/ModelStateErrors.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/OlderPosts.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/RegularEditor.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/TopNavigation.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/TopicPartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Shared/forumlayout.cshtml
mvcForum.WebUI/Areas/Forum/Views/Topic/Create.cshtml
mvcForum.WebUI/Areas/Forum/Views/Topic/Edit.cshtml
mvcForum.WebUI/Areas/Forum/Views/Topic/Index.cshtml
mvcForum.WebUI/Areas/Forum/Views/Topic/MessagePartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Topic/Moderate.cshtml
mvcForum.WebUI/Areas/Forum/Views/Topic/TopicButtonsPartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Topic/TopicPagingPartial.cshtml
mvcForum.WebUI/Areas/Forum/Views/Web.config
mvcForum.WebUI/Areas/ForumAPI/Views/Web.config
mvcForum.WebUI/Areas/ForumAdmin/Views/AccessMask/Update.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/AntiSpam/Index.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/BasicInstall/Index.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/BasicInstall/Status.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Board/NewAccessMaskModal.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Board/NewCategoryModal.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Board/Update.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Category/NewForumModal.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Category/Update.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Forum/NewSubForumModal.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Forum/Update.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Group/Index.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Group/NewGroupModal.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Group/Update.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Home/Index.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Home/NewBoardModal.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Search/Index.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Settings/Index.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Settings/UserRegistration.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Shared/AccessFlag.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Shared/AdminLayout.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Shared/BreadcrumbNavigation.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Shared/PageHeader.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Shared/TopNavigation.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/User/Index.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/User/NewMembershipModal.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/User/NewUserModal.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/User/Update.cshtml
mvcForum.WebUI/Areas/ForumAdmin/Views/Web.config
mvcForum.WebUI/Content/css/bootstrap/additional.css
mvcForum.WebUI/Content/css/bootstrap/bootstrap-responsive.css
mvcForum.WebUI/Content/css/bootstrap/bootstrap-responsive.min.css
mvcForum.WebUI/Content/css/bootstrap/bootstrap.css
mvcForum.WebUI/Content/css/bootstrap/bootstrap.min.css
mvcForum.WebUI/Content/css/forum/forum.css
mvcForum.WebUI/Content/css/forum/print.css
mvcForum.WebUI/Content/css/forum/tweaks_ie.css
mvcForum.WebUI/Content/css/jqdialog.css
mvcForum.WebUI/Content/css/jquery.fastconfirm.css
mvcForum.WebUI/Content/css/markitup/images/bg-container.png
mvcForum.WebUI/Content/css/markitup/images/bg-editor-bbcode.png
mvcForum.WebUI/Content/css/markitup/images/bg-editor-dotclear.png
mvcForum.WebUI/Content/css/markitup/images/bg-editor-html.png
mvcForum.WebUI/Content/css/markitup/images/bg-editor-json.png
mvcForum.WebUI/Content/css/markitup/images/bg-editor-markdown.png
mvcForum.WebUI/Content/css/markitup/images/bg-editor-textile.png
mvcForum.WebUI/Content/css/markitup/images/bg-editor-wiki.png
mvcForum.WebUI/Content/css/markitup/images/bg-editor-xml.png
mvcForum.WebUI/Content/css/markitup/images/bg-editor.png
mvcForum.WebUI/Content/css/markitup/images/handle.png
mvcForum.WebUI/Content/css/markitup/images/menu.png
mvcForum.WebUI/Content/css/markitup/images/submenu.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/bold.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/clean.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/code.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/fonts.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/italic.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/link.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/list-bullet.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/list-item.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/list-numeric.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/picture.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/preview.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/quotes.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/stroke.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/images/underline.png
mvcForum.WebUI/Content/css/markitup/sets/bbcode/style.css
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/bold.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/code.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/h1.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/h2.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/h3.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/h4.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/h5.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/h6.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/italic.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/link.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/list-bullet.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/list-numeric.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/picture.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/preview.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/images/quotes.png
mvcForum.WebUI/Content/css/markitup/sets/markdown/style.css
mvcForum.WebUI/Content/css/markitup/style.css
mvcForum.WebUI/Content/facebook.png
mvcForum.WebUI/Content/google.png
mvcForum.WebUI/Content/img/forum/arrow_down.gif
mvcForum.WebUI/Content/img/forum/arrow_left.gif
mvcForum.WebUI/Content/img/forum/arrow_right.gif
mvcForum.WebUI/Content/img/forum/arrow_up.gif
mvcForum.WebUI/Content/img/forum/bb_attach.gif
mvcForum.WebUI/Content/img/forum/bb_bg.gif
mvcForum.WebUI/Content/img/forum/bb_code.gif
mvcForum.WebUI/Content/img/forum/bb_expand.gif
mvcForum.WebUI/Content/img/forum/bb_quote.gif
mvcForum.WebUI/Content/img/forum/bb_select.gif
mvcForum.WebUI/Content/img/forum/bg_block.gif
mvcForum.WebUI/Content/img/forum/bg_h3.gif
mvcForum.WebUI/Content/img/forum/bg_navbar.gif
mvcForum.WebUI/Content/img/forum/bg_poll.gif
mvcForum.WebUI/Content/img/forum/bg_popup.gif
mvcForum.WebUI/Content/img/forum/bg_post.gif
mvcForum.WebUI/Content/img/forum/bg_row.gif
mvcForum.WebUI/Content/img/forum/bg_row_hover.gif
mvcForum.WebUI/Content/img/forum/bg_row_hover2.gif
mvcForum.WebUI/Content/img/forum/bg_tabs1.gif
mvcForum.WebUI/Content/img/forum/bg_tabs2.gif
mvcForum.WebUI/Content/img/forum/bg_th.gif
mvcForum.WebUI/Content/img/forum/en/button_pm_forward.gif
mvcForum.WebUI/Content/img/forum/en/button_pm_new.gif
mvcForum.WebUI/Content/img/forum/en/button_pm_reply.gif
mvcForum.WebUI/Content/img/forum/en/button_quick_reply.gif
mvcForum.WebUI/Content/img/forum/en/button_topic_locked.gif
mvcForum.WebUI/Content/img/forum/en/button_topic_new.gif
mvcForum.WebUI/Content/img/forum/en/button_topic_reply.gif
mvcForum.WebUI/Content/img/forum/en/icon_contact_pm.gif
mvcForum.WebUI/Content/img/forum/en/icon_post_edit.gif
mvcForum.WebUI/Content/img/forum/en/icon_post_quote.gif
mvcForum.WebUI/Content/img/forum/en/icon_user_online.gif
mvcForum.WebUI/Content/img/forum/en/spacer.gif
mvcForum.WebUI/Content/img/forum/feed.gif
mvcForum.WebUI/Content/img/forum/forum_link.gif
mvcForum.WebUI/Content/img/forum/forum_read.gif
mvcForum.WebUI/Content/img/forum/forum_read_locked.gif
mvcForum.WebUI/Content/img/forum/forum_read_subforum.gif
mvcForum.WebUI/Content/img/forum/forum_unread.gif
mvcForum.WebUI/Content/img/forum/forum_unread_locked.gif
mvcForum.WebUI/Content/img/forum/forum_unread_subforum.gif
mvcForum.WebUI/Content/img/forum/icon_back_top.gif
mvcForum.WebUI/Content/img/forum/icon_contact_aim.gif
mvcForum.WebUI/Content/img/forum/icon_contact_email.gif
mvcForum.WebUI/Content/img/forum/icon_contact_icq.gif
mvcForum.WebUI/Content/img/forum/icon_contact_jabber.gif
mvcForum.WebUI/Content/img/forum/icon_contact_msnm.gif
mvcForum.WebUI/Content/img/forum/icon_contact_www.gif
mvcForum.WebUI/Content/img/forum/icon_contact_yahoo.gif
mvcForum.WebUI/Content/img/forum/icon_fontsize.gif
mvcForum.WebUI/Content/img/forum/icon_home.gif
mvcForum.WebUI/Content/img/forum/icon_offline.gif
mvcForum.WebUI/Content/img/forum/icon_online.gif
mvcForum.WebUI/Content/img/forum/icon_pages.gif
mvcForum.WebUI/Content/img/forum/icon_post_delete.gif
mvcForum.WebUI/Content/img/forum/icon_post_info.gif
mvcForum.WebUI/Content/img/forum/icon_post_report.gif
mvcForum.WebUI/Content/img/forum/icon_post_target.gif
mvcForum.WebUI/Content/img/forum/icon_post_target_unread.gif
mvcForum.WebUI/Content/img/forum/icon_rate_bad.gif
mvcForum.WebUI/Content/img/forum/icon_rate_good.gif
mvcForum.WebUI/Content/img/forum/icon_textbox_search.gif
mvcForum.WebUI/Content/img/forum/icon_textbox_search2.gif
mvcForum.WebUI/Content/img/forum/icon_topic_attach.gif
mvcForum.WebUI/Content/img/forum/icon_topic_reported.gif
mvcForum.WebUI/Content/img/forum/icon_topic_unapproved.gif
mvcForum.WebUI/Content/img/forum/icon_user_warn.gif
mvcForum.WebUI/Content/img/forum/layout/bg_body.gif
mvcForum.WebUI/Content/img/forum/layout/bg_content.gif
mvcForum.WebUI/Content/img/forum/layout/bg_left.gif
mvcForum.WebUI/Content/img/forum/layout/bg_right.gif
mvcForum.WebUI/Content/img/forum/layout/bottom_bg.gif
mvcForum.WebUI/Content/img/forum/layout/bottom_left.gif
mvcForum.WebUI/Content/img/forum/layout/bottom_right.gif
mvcForum.WebUI/Content/img/forum/layout/corner_left.gif
mvcForum.WebUI/Content/img/forum/layout/corner_right.gif
mvcForum.WebUI/Content/img/forum/layout/hdr_bg.gif
mvcForum.WebUI/Content/img/forum/layout/hdr_left.gif
mvcForum.WebUI/Content/img/forum/layout/hdr_right.gif
mvcForum.WebUI/Content/img/forum/no_avatar.gif
mvcForum.WebUI/Content/img/forum/post_hide.gif
mvcForum.WebUI/Content/img/forum/post_show.gif
mvcForum.WebUI/Content/img/forum/site_logo.gif
mvcForum.WebUI/Content/img/forum/spacer.gif
mvcForum.WebUI/Content/img/forum/sticky_read.gif
mvcForum.WebUI/Content/img/forum/sticky_read_locked.gif
mvcForum.WebUI/Content/img/forum/sticky_read_locked_mine.gif
mvcForum.WebUI/Content/img/forum/sticky_read_mine.gif
mvcForum.WebUI/Content/img/forum/sticky_unread.gif
mvcForum.WebUI/Content/img/forum/sticky_unread_locked.gif
mvcForum.WebUI/Content/img/forum/sticky_unread_locked_mine.gif
mvcForum.WebUI/Content/img/forum/sticky_unread_mine.gif
mvcForum.WebUI/Content/img/forum/subforum_link.gif
mvcForum.WebUI/Content/img/forum/subforum_read.gif
mvcForum.WebUI/Content/img/forum/subforum_unread.gif
mvcForum.WebUI/Content/img/forum/topic_moved.gif
mvcForum.WebUI/Content/img/forum/topic_moved_mine.gif
mvcForum.WebUI/Content/img/forum/topic_read.gif
mvcForum.WebUI/Content/img/forum/topic_read_hot.gif
mvcForum.WebUI/Content/img/forum/topic_read_hot_mine.gif
mvcForum.WebUI/Content/img/forum/topic_read_locked.gif
mvcForum.WebUI/Content/img/forum/topic_read_locked_mine.gif
mvcForum.WebUI/Content/img/forum/topic_read_mine.gif
mvcForum.WebUI/Content/img/forum/topic_unread.gif
mvcForum.WebUI/Content/img/forum/topic_unread_hot.gif
mvcForum.WebUI/Content/img/forum/topic_unread_hot_mine.gif
mvcForum.WebUI/Content/img/forum/topic_unread_locked.gif
mvcForum.WebUI/Content/img/forum/topic_unread_locked_mine.gif
mvcForum.WebUI/Content/img/forum/topic_unread_mine.gif
mvcForum.WebUI/Content/img/forum/ucp_item.gif
mvcForum.WebUI/Content/img/forum/ucp_section.gif
mvcForum.WebUI/Content/img/glyphicons-halflings-white.png
mvcForum.WebUI/Content/img/glyphicons-halflings.png
mvcForum.WebUI/Content/twitter.png
mvcForum.WebUI/Controllers/HomeController.cs
mvcForum.WebUI/Global.asax
mvcForum.WebUI/Global.asax.cs
mvcForum.WebUI/Intrastructure/SampleSiteBuilder.cs
mvcForum.WebUI/Intrastructure/TopNavigation.cs
mvcForum.WebUI/Properties/AssemblyInfo.cs
mvcForum.WebUI/Themes/black/Views/Category/Index.cshtml
mvcForum.WebUI/Themes/black/Views/Forum/ForumButtonsPartial.cshtml
mvcForum.WebUI/Themes/black/Views/Forum/ForumPagingPartial.cshtml
mvcForum.WebUI/Themes/black/Views/Forum/Index.cshtml
mvcForum.WebUI/Themes/black/Views/Home/Index.cshtml
mvcForum.WebUI/Themes/black/Views/Message/Create.cshtml
mvcForum.WebUI/Themes/black/Views/Message/Delete.cshtml
mvcForum.WebUI/Themes/black/Views/Message/Edit.cshtml
mvcForum.WebUI/Themes/black/Views/Message/Report.cshtml
mvcForum.WebUI/Themes/black/Views/NoAccess/Index.cshtml
mvcForum.WebUI/Themes/black/Views/Profile/Index.cshtml
mvcForum.WebUI/Themes/black/Views/Profile/Update.cshtml
mvcForum.WebUI/Themes/black/Views/Shared/Breadcrumb.cshtml
mvcForum.WebUI/Themes/black/Views/Shared/CategoryPartial.cshtml
mvcForum.WebUI/Themes/black/Views/Shared/ForumPartial.cshtml
mvcForum.WebUI/Themes/black/Views/Shared/GoogleAnalytics.cshtml
mvcForum.WebUI/Themes/black/Views/Shared/LastMessagePartial.cshtml
mvcForum.WebUI/Themes/black/Views/Shared/LastTopicPartial.cshtml
mvcForum.WebUI/Themes/black/Views/Shared/MessagePartial.cshtml
mvcForum.WebUI/Themes/black/Views/Shared/MessagePosterPartial.cshtml
mvcForum.WebUI/Themes/black/Views/Shared/TopicPartial.cshtml
mvcForum.WebUI/Themes/black/Views/Shared/forumlayout.cshtml
mvcForum.WebUI/Themes/black/Views/Topic/Create.cshtml
mvcForum.WebUI/Themes/black/Views/Topic/Index.cshtml
mvcForum.WebUI/Themes/black/Views/Topic/TopicButtonsPartial.cshtml
mvcForum.WebUI/Themes/black/Views/Topic/TopicPagingPartial.cshtml
mvcForum.WebUI/Themes/black/Views/Web.config
mvcForum.WebUI/Themes/black/css/blocks.css
mvcForum.WebUI/Themes/black/css/buttons.css
mvcForum.WebUI/Themes/black/css/colours.css
mvcForum.WebUI/Themes/black/css/common.css
mvcForum.WebUI/Themes/black/css/content.css
mvcForum.WebUI/Themes/black/css/cp.css
mvcForum.WebUI/Themes/black/css/forms.css
mvcForum.WebUI/Themes/black/css/links.css
mvcForum.WebUI/Themes/black/css/post.css
mvcForum.WebUI/Themes/black/css/print.css
mvcForum.WebUI/Themes/black/css/stylesheet.css
mvcForum.WebUI/Themes/black/css/tweaks.css
mvcForum.WebUI/Themes/black/css/tweaks_ie.css
mvcForum.WebUI/Themes/black/css/tweaks_mac.css
mvcForum.WebUI/Themes/black/gfx/bg_body.gif
mvcForum.WebUI/Themes/black/gfx/bg_h3.gif
mvcForum.WebUI/Themes/black/gfx/bg_logo.gif
mvcForum.WebUI/Themes/black/gfx/bg_navbar.gif
mvcForum.WebUI/Themes/black/gfx/bg_th.gif
mvcForum.WebUI/Themes/black/gfx/block_bottom.gif
mvcForum.WebUI/Themes/black/gfx/block_bottom_left.gif
mvcForum.WebUI/Themes/black/gfx/block_bottom_right.gif
mvcForum.WebUI/Themes/black/gfx/block_top.gif
mvcForum.WebUI/Themes/black/gfx/block_top_left.gif
mvcForum.WebUI/Themes/black/gfx/block_top_right.gif
mvcForum.WebUI/Themes/black/gfx/button_pm_forward.gif
mvcForum.WebUI/Themes/black/gfx/button_pm_new.gif
mvcForum.WebUI/Themes/black/gfx/button_pm_reply.gif
mvcForum.WebUI/Themes/black/gfx/button_quick_reply.gif
mvcForum.WebUI/Themes/black/gfx/button_topic_locked.gif
mvcForum.WebUI/Themes/black/gfx/button_topic_new.gif
mvcForum.WebUI/Themes/black/gfx/button_topic_reply.gif
mvcForum.WebUI/Themes/black/gfx/content_bg.gif
mvcForum.WebUI/Themes/black/gfx/content_bottom.gif
mvcForum.WebUI/Themes/black/gfx/content_bottom_left.gif
mvcForum.WebUI/Themes/black/gfx/content_bottom_right.gif
mvcForum.WebUI/Themes/black/gfx/content_top.gif
mvcForum.WebUI/Themes/black/gfx/forum_read.gif
mvcForum.WebUI/Themes/black/gfx/forum_read_locked.gif
mvcForum.WebUI/Themes/black/gfx/forum_read_subforum.gif
mvcForum.WebUI/Themes/black/gfx/forum_unread.gif
mvcForum.WebUI/Themes/black/gfx/forum_unread_locked.gif
mvcForum.WebUI/Themes/black/gfx/forum_unread_subforum.gif
mvcForum.WebUI/Themes/black/gfx/icon_back_top.gif
mvcForum.WebUI/Themes/black/gfx/icon_contact_pm.gif
mvcForum.WebUI/Themes/black/gfx/icon_home.gif
mvcForum.WebUI/Themes/black/gfx/icon_post_edit.gif
mvcForum.WebUI/Themes/black/gfx/icon_post_quote.gif
mvcForum.WebUI/Themes/black/gfx/logo_left.gif
mvcForum.WebUI/Themes/black/gfx/logo_right.gif
mvcForum.WebUI/Themes/black/gfx/site_logo.gif
mvcForum.WebUI/Themes/black/gfx/sticky_read.gif
mvcForum.WebUI/Themes/black/gfx/sticky_read_locked.gif
mvcForum.WebUI/Themes/black/gfx/sticky_read_locked_mine.gif
mvcForum.WebUI/Themes/black/gfx/sticky_read_mine.gif
mvcForum.WebUI/Themes/black/gfx/sticky_unread.gif
mvcForum.WebUI/Themes/black/gfx/sticky_unread_locked.gif
mvcForum.WebUI/Themes/black/gfx/sticky_unread_locked_mine.gif
mvcForum.WebUI/Themes/black/gfx/sticky_unread_mine.gif
mvcForum.WebUI/Themes/black/gfx/topic_moved.gif
mvcForum.WebUI/Themes/black/gfx/topic_moved_mine.gif
mvcForum.WebUI/Themes/black/gfx/topic_read.gif
mvcForum.WebUI/Themes/black/gfx/topic_read_hot.gif
mvcForum.WebUI/Themes/black/gfx/topic_read_hot_mine.gif
mvcForum.WebUI/Themes/black/gfx/topic_read_locked.gif
mvcForum.WebUI/Themes/black/gfx/topic_read_locked_mine.gif
mvcForum.WebUI/Themes/black/gfx/topic_read_mine.gif
mvcForum.WebUI/Themes/black/gfx/topic_unread.gif
mvcForum.WebUI/Themes/black/gfx/topic_unread_hot.gif
mvcForum.WebUI/Themes/black/gfx/topic_unread_hot_mine.gif
mvcForum.WebUI/Themes/black/gfx/topic_unread_locked.gif
mvcForum.WebUI/Themes/black/gfx/topic_unread_locked_mine.gif
mvcForum.WebUI/Themes/black/gfx/topic_unread_mine.gif
mvcForum.WebUI/Views/Home/Index.cshtml
mvcForum.WebUI/Views/Shared/BottomScripts.cshtml
mvcForum.WebUI/Views/Shared/Error.cshtml
mvcForum.WebUI/Views/Shared/Feedback.cshtml
mvcForum.WebUI/Views/Shared/SingleSignOn.cshtml
mvcForum.WebUI/Views/Shared/TopNavigation.cshtml
mvcForum.WebUI/Views/Shared/_Layout.cshtml
mvcForum.WebUI/Views/SimpleAuthentication/AuthenticateCallback.cshtml
mvcForum.WebUI/Views/Web.config
mvcForum.WebUI/Views/_ViewStart.cshtml
mvcForum.WebUI/Web.Debug.config
mvcForum.WebUI/Web.Release.config
mvcForum.WebUI/Web.config
mvcForum.WebUI/app_data/texts/MVCForum.AddOns.xml
mvcForum.WebUI/app_data/texts/MVCForum.SearchProvider.Lucene.xml
mvcForum.WebUI/app_data/texts/MVCForum.Web.xml
mvcForum.WebUI/app_data/texts/MVCForum.WebUI.xml
mvcForum.WebUI/favicon.ico
mvcForum.WebUI/log4net.config
mvcForum.WebUI/mvcForum.WebUI.csproj
mvcForum.WebUI/packages.config
mvcForum.WebUI/scripts/boostrap-collapse.js
mvcForum.WebUI/scripts/common.js
mvcForum.WebUI/scripts/jquery-1.7.2.min.js
mvcForum.WebUI/scripts/knockout-2.1.0.js
mvcForum.WebUI/scripts/knockout.validation.js
mvcForum.WebUI/scripts/markitup/jquery.markitup.js
mvcForum.WebUI/scripts/markitup/sets/bbcode/set.js
mvcForum.WebUI/scripts/markitup/sets/markdown/set.js
mvcForum.WebUI/scripts/viewmodels/accessmaskupdate.js
mvcForum.WebUI/scripts/viewmodels/akismet.js
mvcForum.WebUI/scripts/viewmodels/basicinstall.js
mvcForum.WebUI/scripts/viewmodels/boardupdate.js
mvcForum.WebUI/scripts/viewmodels/categoryupdate.js
mvcForum.WebUI/scripts/viewmodels/forumupdate.js
mvcForum.WebUI/scripts/viewmodels/grouplist.js
mvcForum.WebUI/scripts/viewmodels/groupupdate.js
mvcForum.WebUI/scripts/viewmodels/latesttopics.js
mvcForum.WebUI/scripts/viewmodels/multipost.js
mvcForum.WebUI/scripts/viewmodels/newusertrial.js
mvcForum.WebUI/scripts/viewmodels/statistics.js
mvcForum.WebUI/scripts/viewmodels/stopforumspam.js
mvcForum.WebUI/scripts/viewmodels/userlist.js
mvcForum.WebUI/scripts/viewmodels/userregistration.js
mvcForum.WebUI/scripts/viewmodels/userupdate.js
mvcForum.WebUI/web.config.transform
mvcForum.sln
mvcForumTests.sln
mvcforum-1.0-1.1.sql
mvcforum-1.0-sql2008.sql
mvcforum-1.0-sqlazure.sql
mvcforum-1.1-1.1.1.sql
mvcforum-1.1.x-1.2.sql
packages/Lucene.Net.3.0.3/lib/NET40/Lucene.Net.dll
packages/Lucene.Net.Store.Azure.2.0.4937.26631/lib/net40/Lucene.Net.Store.Azure.dll
packages/MVCBootstrap.0.7.3.31109/lib/net40/ApplicationBoilerplate.dll
packages/MVCBootstrap.0.7.3.31109/lib/net40/MVCBootstrap.EntityFramework.dll
packages/MVCBootstrap.0.7.3.31109/lib/net40/MVCBootstrap.Ninject.dll
packages/MVCBootstrap.0.7.3.31109/lib/net40/MVCBootstrap.dll
packages/Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0/lib/net35-full/Microsoft.WindowsAzure.Configuration.dll
packages/Microsoft.WindowsAzure.ConfigurationManager.2.0.1.0/lib/net40/Microsoft.WindowsAzure.Configuration.dll
packages/SimpleLocalisation.0.9.6/lib/net40/simplelocalisation.dll
packages/SimpleLocalisation.0.9.6/lib/net40/simplelocalisation.web.dll
packages/WindowsAzure.Storage.2.1.0.3/lib/net40/Microsoft.WindowsAzure.Storage.dll
packages/repositories.config
readme.txt
upgrade0.9-1.0.sql

Download

Click the following link to download mvcforum.zip.

mvcforum.zip




















Home »
  ASP.NET Free Code »
    Design Patterns »




MVC
MVC Application
MVC Control
MVC Design Patterns
MVC Framework
MVC Library
MVC Sample
MVC View
MVP
MVVM