Monday, March 26, 2012

Maintain Forum Data

Hi!

I am developing a forum (similar to this one). I have 2 questions.

For your knowledge, the Forum hierarchy is:-

Sections->Forums->Threads

Q1) Is the .net code of this forum available?

Q2) What is the best way to manage forum by using Custom business objects. I have thought of following (Please verify i for performance and efficiency)

Class Category
{
Forums [] arrForums;
}

Class Forums
{
Threads [] arrThreads;
}

Class Threads
{
Thread properties...
}

Click on that logo that says "Powered By Community Server 2.0" at the bottom of every forum page

0 comments:

Post a Comment