views:

1945

answers:

7

For a project I need an open-source free simple forum in C# and ASP.NET (ASP.NET MVC is preferred!). Does anybody know any?

A: 

@levi rosol:

I've seen this before. Another one? Because I want to code my forum in MVC source code is not important but architecture and database model is so important for me.

Mahdi
+7  A: 

Check this tutorial series, it's a really good guide to build a forum using ASP .NET MVC Framework:

ASP.NET MVC Application Building: Forums

And of course, the complete source code.

CMS
You know what? I surely hope Stephen Walter's project will become an open source project that will be effectively used in production environments. :)
Andrei Rinea
Yes, I hope so, it looks very promising...
CMS
+4  A: 

http://www.yetanotherforum.net/ is great. I've used it on several projects and never has it steered me wrong. It uses a back end SQL Server database with a rather simple schema. It uses ASP.Net, but not MVC (since, well, I don't believe MVC is actually released yet). It is extensible and full featured.

Clever Human
YetAnotherForum is awesome. i have used it a couple of times and its been just great.
YetAnotherDeveloper
Agreed, YAF is the best C# forum software. if you do not trust its main developer, trust a review site: http://www.forum-software.org/yet-another-forum/review
Lastnico
+2  A: 

I actually saw this post a little while back and was looking for the same thing. Since I wasn't able to find anything I decided to build an open source MVC forum myself. If you're still looking, you can grab my source code here...

http://software.herbrandson.com/index.php/2009/06/openforum-a-free-forum-for-mvc-applications/

UPDATE: OpenForum is now on CodePlex. http://openforum.codeplex.com/

herbrandson
A: 

Checkout mesoboard.com but its still under development.

Baddie
A: 

The best opensource systems for .net

sepidweb
A: 

ASP.Net forum at insecla.com

ASP.Net Forum