Hi!
I'm currently using Linq to sql as my OR-mapper. My problem is that i can't come up with a way to do crud-operations on a many-to-many context.
The read part is no problem. I just create a partial class and expose a property that reads all entries using my relation table.
What is the best way to add Create, Update and Delete function to this?
Thanks