I have my tags like these in my database:
Table: Item Columns: ItemID, Title, Content Table: Tag Columns: TagID, Title Table: ItemTag Columns: ItemID, TagID //example -- this is the right sidebar of stackoverflow c
if I wanted to know the amount of each tag, for example, how stackoverflow counts their tags, how can I do this? What request I would fulfill. I am open to both regular sql and linq
c # sql linq asp.net-mvc tagging
Luke101
source share