I have a content table and tags table I'd like to model a many to many relation between them. Can I hide the many to many table in Linq to SQL? So that my content will receive a field with a set of tags?
Or should I switch to NHibernate?
I have a content table and tags table I'd like to model a many to many relation between them. Can I hide the many to many table in Linq to SQL? So that my content will receive a field with a set of tags?
Or should I switch to NHibernate?
Check that blog post: http://blogs.msdn.com/mitsu/archive/2007/06/21/how-to-implement-a-many-to-many-relationship-using-linq-to-sql.aspx