How Do I Access Data Using Stored Procedures in LINQ to SQL?
In this video Chris Pels demonstrates a beginning-to-end LINQ to SQL scenario for accessing data using the entity mapping classes and methods that are intermediaries to stored procedures in the database. The entity mapping classes are created using the sqlmetal.exe command line utility which is the “engine” behind the Object Relational Designer. The principles of stored procedure mapping and usage can be extended to other functionality like inserts, updates, and deletes. This video is Part 4 in a four-part series of walkthroughs on LINQ to SQL.
Author: Chris Pels