In this video we'll further extend LINQ by demonstrating how to use Stored Procedures to perform Insert, Updates and Deletes instead of using the LINQ-generated SQL commands. Why would you want to do this? If your organization employs database administrators who are strict about what hits their database tables, then you might have to resort to using Stored Procs. The good news is that -- as long as the stored proc is not overly convoluted -- then LINQ can handle all this in stride. It's a great feature, and it's surprisingly easy to demonstrate.
| LINQtoSQL101_04_03 - Using Stored Procedures for CRUD Operations Duration: 14 Minutes, 23 Seconds Size: 19.73M Recorded Using: Visual Studio 2008 (all versions) |