Hi , i have a website write with asp.net . i didn't found any built-in forum application , like phpBB for php . i may try to do that myself ... and i got a quiestion : to make table of post for every forum ?? or to make 1 table of posts for all the forums . Thanks .
Why do you think it would be better ? A statement is not much worth if you don't explain why... I don't see any reason for that. I would rather have one table for all the posts and a foreign key to a forums table. Let's say that you want to search for some post across all forums. That would be quite a hassle if you have one table of post for each forum....
If you are referring to all of the sub-forum posts of a single top-level forum being in one table or multiple, then I would agree with kjewat. It will make other features of the forum easier to write (like find all posts by a given user, or searching by keywords). If youy are referring to having multiple top-level forums (like dp, webmasterworld, etc...) then each should have its own table to reduce table size.
Hi, use masterpages concept in asp.net to create table of post and use it for all the forms in ur application.
Creating a good forums software is a lot of work. I am pretty sure there exist lots of forums for asp .net... Try a search on google http://www.google.com/search?q=asp.net+forums+software