Mohit Deshpande
Mohit Deshpande

Reputation: 55227

Build a Forum in Asp.Net MVC

Is there a tutorial or a VERY simple forum dll on how to build a forum from an ASP.NET MVC application? I am trying to publish a site for a semester project, but a requirement is that it must have a forum.

Upvotes: 3

Views: 13023

Answers (2)

cleftheris
cleftheris

Reputation: 4839

I recently stumbled upon a modern implementation on github. It supports dotnet 5 and AspNet Core. I myself have not yet used it but it sure looks promissing considering that forums are a thing of the past (not taking into account that SO is a forum ..sort of :) https://github.com/POPWorldMedia/POPForums

Upvotes: 1

ali62b
ali62b

Reputation: 5403

OpenForum is a plugable forum module for ASP.NET MVC applications. OpenForum allows you to quickly add a forum to any MVC application with almost no setup/configuration required. OpenForum is highly customizable and extremely flexable. http://openforum.codeplex.com/

Upvotes: 2

Related Questions