All Tags > SQL Server
-
SQL Server 2008 - Change Tracking
SQL Server 2008 has two facilities for monitoring changes to a table to facilitate (e.g.) loading of a data warehousing or building an online/offline application with syncronisation capabilities.In ...Posted: 14/12/2007 by Mike Taulty
Tags: SQL Server
SQL Server 2008 - Table Valued Parameters
SQL Server 2008 (and ADO.NET in .NET Framework V3.5) have a capability whereby you can pass a whole table of data into a stored procedure in one go. Rather than passing XML or a string, multi-valued ...Posted: 14/12/2007 by Mike Taulty
Tags: ADO.NET, SQL Server
LINQ to Entities - Deferred Loading of Entities
ADO.NET V3.0 will come with the ADO.NET Entity Framework and a flexible object relational mapping layer that plugs in to LINQ - LINQ to Entities. In this video we'll take a look at how the framework deals ...
Posted: 13/10/2007 by Mike Taulty
Tags: ADO.NET, LINQ, SQL Server
LINQ to Entities - Defining and Executing Queries
ADO.NET V3.0 will come with the ADO.NET Entity Framework and a flexible object relational mapping layer that plugs in to LINQ - LINQ to Entities. In this video we'll take a look at the difference between ...
Posted: 13/10/2007 by Mike Taulty
Tags: ADO.NET, LINQ, SQL Server
LINQ to Entities - Metadata Generation Tools
ADO.NET V3.0 will come with the ADO.NET Entity Framework and a flexible object relational mapping layer that plugs in to LINQ - LINQ to Entities. In this video we'll take a look at how we can use metadata ...
Posted: 13/10/2007 by Mike Taulty
Tags: .NET, ADO.NET, LINQ, SQL Server