How to Link VS2010 Database Project and LINQ to SQL
- by Jason
As I am working with the new database projects in VS2010, and as I am learning LINQ to SQL, I am curious as to the best way to link the two groups of information so that when I update one, the other updates along with it.
From my research here at SO, as well as in Google, it appears the general rule of thumb is: "Build the database, and then…