How Do I Manipulate Data Using in LINQ to SQL?
In this video Chris Pels demonstrates how to add, modify, and delete data in a database using LINQ to SQL entity mapping classes. The entity mapping classes are created using the sqlmetal.exe command line utility which is the “engine” behind the Object Relational Designer. These code based principles can be extended to complex data manipulation. This video is Part 3 in a four-part series of walkthroughs on LINQ to SQL.
Author: Chris Pels