Please help me with a sanity check. Assuming a many-to-many relationship:
Post, PostTagAssoc, Tag http://www.codingthewheel.com/pics/many_to_many.gif
What’s the most succinct way (using LINQ to SQL) to get a result set showing, for each tag (or post), the aggregate number of posts (or tags) assigned to it?
Thanks!
1 Answer