How to create forums in C#
How to create forums in C#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Aug 22, 2011, 4:25 PM
In the case of this web site, the current software has two sets of users; one set is for the forums and the other set is for the authors. Each one of us must create each of our two users separtely. Many web sites are like that in the sense of separate users. In the new software for the Mindcracker web sites, it is my understanding that there will be only one user for each of us.
So if you think about your requirements, you might create software that does not need to be totally re-done. If however you are able to develop forum software as sophisticated as these forums then you will have accomplished very much.
Another important issue is the editor. There are many editors and it is not easy to write your own. This web site has had difficulty even with deciding which of the many editors available is the one it (this web site) uses.
Also you need to decide whether you want to support a hirearchical format of posts within threads. A hierarchical format (such as shown by a tree view) is more useful but it is more complex to implement.
Mahesh ChandPosted Aug 22, 2011, 7:10 AM
Let me know if you need more details on this. However, building forums will take you a long time. Months!
Satish BhatPosted Aug 22, 2011, 6:32 AM
If you want to develop using ASP.NET MVC, visit http://popforums.codeplex.com/.
Benjamin KemnerPosted Aug 22, 2011, 6:17 AM
I used VivoSocial for a while.
http://social.codeplex.com/
abinaya nallathambiPosted Aug 22, 2011, 4:07 AM
how to create forum using asp.net with c# language?
Jiteendra SampathiraoPosted Aug 22, 2011, 3:00 AM
what does this mean....?