Screencasts Home > Search Results
Search results
-
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 XML - Streaming Large Data Files Out of Memory
LINQ to XML has built-in support via the XStreamingElement for avoiding the cost of creating a large tree of XML nodes in memory in situations where you are streaming that XML out to (e.g.) disk. ...Posted: 14/12/2007 by Mike Taulty
Tags: C# Version 3.0
How to use Task and TaskManager classes
Posted: 11/12/2007 by Daniel Moth
Tags: .NetFramework
LINQ to DataSet
Posted: 06/12/2007 by Daniel Moth
Tags: LINQ
Parallel LINQ (PLINQ)
Posted: 06/12/2007 by Daniel Moth
Tags: .NetFramework