In my project I have \'Player\'(PlayerID and data) table, \'Games\' table (GameID, Name) and I made a many to many table \'PlayerGames\' (PlayerID, GameID - I created the forign
You might also want to check out CodeSmith's PLINQO. It's not free, but it's a super-pimped version of Linq to Sql and it supports many-to-many relationships, among other things.