views:

283

answers:

2

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.

A: 

Building simple forum shuld't be hard to implement and this site can be helpful for you: http://www.asp.net/mvc/learn/

EDIT: I'v also found: CoolForum MVC

dario
There is no real project at http://coolforum.codeplex.com/ !
ali62b
There is. Go to Source code:http://coolforum.codeplex.com/SourceControl/list/changesets instead of releases:
dario
I downloaded the source and it is the default MVC project which every one has first they install the ASP.NET MVC itself !
ali62b
+1  A: 

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/

ali62b