asp.net 2.0 Message Board in C#?

  • Thread starter Thread starter Frank Miverk
  • Start date Start date
F

Frank Miverk

Hi,

Curious to know if there are any C# asp.net message board code with sql
server database schema.

Something similar to the php Serendipity blog would be perfect.

Even something more lightweight would do the trick.

thanks for any tips and figure this has been written by others already.

Frank
 
Yeesh! There must be 100 of these floating around - all kinds. Some are in
ASP.NET 1.1 but they'll convert to 2.0 without any problems. All you need to
do is search on "ASP.NET Forum Application" or "ASP.NET messageBoard
Application". Many are open source and free.
Peter
 
I'd be curious to know if anyone has experience with these specifically, and
can recommend a particularly good one.

It would be very nice if someone wrote one of these discussion boards with
an eye to the ASP.NET roles/membership features.


Ken Fine
http://ideapod.com
 
YetAnotherForum.Net is pretty decent:
http://www.yetanotherforum.net/

Check out its features here:
http://wiki.yetanotherforum.net/default.aspx/YAFWiki/YetAnotherForumNETFeatures1.html

The free source code is at :
http://sourceforge.net/project/showfiles.php?group_id=90539

There's an implementation which uses membership here:
http://forum.yetanotherforum.net/postsbytopic3376.aspx



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
YetAnotherForum.Net is pretty decent:http://www.yetanotherforum.net/

Check out its features here:http://wiki.yetanotherforum.net/default.aspx/YAFWiki/YetAnotherForumN...

The free source code is at :http://sourceforge.net/project/showfiles.php?group_id=90539

There's an implementation which uses membership here:http://forum.yetanotherforum.net/postsbytopic3376.aspx

Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
===================================








- Show quoted text -

Example of commercial board
http://www.instantasp.com/Products/InstantForum/Default.aspx
 
Back
Top