I have entity classes and everything that were generated by blinq from our existing database. With the tables that have many to many relationships, how do I perform inserts, updates, etc. easily? None of this was generated, and I'm not familiar enough with LINQ to know how to do it manually. Could someone post an example of how to deal with these relationships? Or at least point me in the right direction? Thanks in advance!
Read More...