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...
}
0 comments:
Post a Comment