Screencasts by Mike Taulty
-
Transactions in LINQ to SQL
In this video we'll talk about how we can use transactions when we are working with LINQ to SQL.
Posted: 16/04/2007 by Mike Taulty
-
Inheritance in LINQ to SQL
You can persist .NET types from an object hierarchy into a relational table using LINQ to SQL. In this session we'll take a look at how that's done.
Posted: 16/04/2007 by Mike Taulty
-
User Defined Functions in LINQ to SQL
LINQ to SQL has facilities for exposing your own user defined functions to the framework whether those be scalar valued or table valued. In this session we'll take a look at how that works.
Posted: 16/04/2007 by Mike Taulty
-
Using SQL Functions in LINQ to SQL
A large number of SQL server's standard functions (and functionality) are exposed through the functions that are callable from a LINQ to SQL query. In this session we'll look at a few examples of how this ...
Posted: 16/04/2007 by Mike Taulty
-
Updating with Stored Procedures in LINQ to SQL
Take control of your inserts, updates and deletes by passing changes through your stored procedure layer on their way to the database.
Posted: 16/04/2007 by Mike Taulty