For the initial post, see here.
Today's Video
| Title | A Tour Around the DataContext |
| Topic | LINQ to SQL |
| Publication Date | 17th April, 2007 |
Download Link (best to save, not stream) | http://mtaulty.com/videos/nuggets/l2s/02_mt_l2s_datacontext.wmv |
| Description | The DataContext acts a bit like a IDbConnection object in that it is the place where we "get things" in LINQ to SQL. It provides capabilities for executing commands, stored procedures and so on but it is also the object that provides collections of entities corresponding to relational tables and it has services for tracking changes to object and identifying which objects correspond to which rows in the database (by identity). In this video we have a quick look at it. |
| VS Version Used | Visual Studio "Orcas" March CTP |
| Download Size | 12MB |
| Running Time | 18 minutes |
Previous Videos
Next Video
Mapping Between Types and Schema [LINQ to SQL], Publish Date: 18th April, 2007.
Posted
Tue, Apr 17 2007 1:46 AM
by
mtaulty