How Do I: LINQ to SQL: Updating with Stored Procedures

by Scott Stanfield

Override the generated ORM update/delete/insert logic with your own through stored procedures. The video also shows in detail how to use the SQL Profiler to monitor the changes in the ORM from generated SQL to our custom SQL stored procs. Since we're just writing SQL, the same techniques apply to both C# and VB developers.

▶ Watch video (15 minutes)