The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
You know the tagging stuff, http://en.wikipedia.org/wiki/Tag_(metadata). It's very popular after all web 2.0 talks.
Apart form Forums/Categories, I want to use tagging for my forum.
AS for the code part, http://www.dblog.it/public/post/tag-cloud-in-asp-505.asp function works like a charm.
But I want to have your ideas about database scheme.
In terms of performance, is it a good idea to have a database scheme like this?;
FORUM_TAGS
_______________
TOPIC_ID
TAG
Have a nice weekend,
is.<
Apart form Forums/Categories, I want to use tagging for my forum.
AS for the code part, http://www.dblog.it/public/post/tag-cloud-in-asp-505.asp function works like a charm.
But I want to have your ideas about database scheme.
In terms of performance, is it a good idea to have a database scheme like this?;
FORUM_TAGS
_______________
TOPIC_ID
TAG
Have a nice weekend,
is.<