<rss version="2.0">
  <channel>
    <title>MSDN Screencasts | By Tags | c#</title>
    <description></description>
    <language>en-gb</language>
    <link>http://www.microsoft.com/uk/msdn/screencasts/default.aspx</link>
    <pubDate>Sat, 28 Nov 2009 08:55:42 GMT</pubDate>
    <lastBuildDate>Sat, 28 Nov 2009 08:55:42 GMT</lastBuildDate>
    <generator>MSDN Event Service 1.0</generator>
    <ttl>1440</ttl>
    <item>
      <title>Debugging Into the .NET Framework Source Code with Visual Studio 2008</title>
      <description></description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/304/Debugging-Into-the-NET-Framework-Source-Code-with-Visual-Studio-2008.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 17 Jan 2008 07:22:25 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 - Reading FileStream Data</title>
      <description>&lt;div&gt;SQL Server 2008 has a new extension to the varbinary(max) datatype which allows you to store arbitrary large blobs "in the database" from the perspective of data access and backup but the actual data is stored in the filesystem.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;In this session we take a look at how we can use FileStream and access it (for read-only) from the client side.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;In a subsequent video, we'll take a look at write access.&lt;/div&gt;</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/302/SQL-Server-2008-Reading-FileStream-Data.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Wed, 19 Dec 2007 19:50:23 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 - Writing data with FileStream</title>
      <description>&lt;div&gt;SQL Server 2008 has a new extension to the varbinary(max) datatype which allows you to store arbitrary large blobs "in the database" from the perspective of data access and backup but the actual data is stored in the filesystem.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;In this session we follow on from a previous video and take a look at how we can use FileStream and write data into it using standard .NET FileStream API's.&lt;/div&gt;</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/298/SQL-Server-2008-Writing-data-with-FileStream.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 14 Dec 2007 22:42:59 GMT</pubDate>
    </item>
    <item>
      <title>Partial Methods in C# v3 and VB9</title>
      <description></description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/266/Partial-Methods-in-C-v3-and-VB9.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 24 Sep 2007 06:00:29 GMT</pubDate>
    </item>
    <item>
      <title>Decomposing LINQ</title>
      <description>This video assumes that you have seen the new language features in C# v3.0 and that you have seen the LINQ syntax that ships with .NET Framework 3.5. The video focuses on fully explaining the relationship between the new language features and LINQ.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/227/Decomposing-LINQ.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 22 Jun 2007 16:38:20 GMT</pubDate>
    </item>
    <item>
      <title>Wrapping Windows APIs with C++/CLI</title>
      <description>C++/CLI is a great technology for marrying existing C/C++ code with new .NET code. In this session we'll take a brief look at how we can wrap up a Windows API with C++/CLI in order to make use of it from C# code.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/184/Wrapping-Windows-APIs-with-CCLI.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 14 Nov 2006 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>C# Version 3.0 - Pieces of LINQ</title>
      <description>In this session, we'll take some of the pieces of Language Integrated Query (LINQ) that we've looked at previously in the C# V3.0 language and start to build them together.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/15/C-Version-30-Pieces-of-LINQ.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 09 Oct 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>C# Version 3.0 - Anonymous Types</title>
      <description>In version 2.0 of the C# language the compiler learnt how to generate anonymous methods. In version 3.0 it's learnt how to generate anonymous types. It's fiendishly clever, and we'll have a look at how it's done in this session.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/16/C-Version-30-Anonymous-Types.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 19 Sep 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>C# Version 3.0 - Collection Initialisers</title>
      <description>In C# version 3.0, a generic collection such as List&amp;#60;T&amp;#62; can be initialised in a single line of code. Here we take a quick look.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/17/C-Version-30-Collection-Initialisers.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 19 Sep 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>C# Version 3.0 - Extension Methods</title>
      <description>In version 3.0 of the C# language you can write methods that 'appear' to belong to other classes. These are called extension methods, and we have a look at how it's done in this session.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/18/C-Version-30-Extension-Methods.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 19 Sep 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>C# Version 3.0 - Implicit Typing</title>
      <description>It's possible to declare local variables without specifying their types in C# version 3.0. Is this late-binding? Is it variants? Watch the session to find out.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/19/C-Version-30-Implicit-Typing.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 19 Sep 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>C# Version 3.0 - Object Initialisers</title>
      <description>A quick look at the new Object Initialiser feature in the C# language version 3.0, which lets you create and initialise an instance of a class all in one line of code regardless of constructors.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/20/C-Version-30-Object-Initialisers.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 19 Sep 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Correlation</title>
      <description>Workflow Foundation has automatic capabilities for correlating messages that leave a Workflow instance with messages that are received by that same instance, making message exchange easier to deal with. In this session we'll look at how that's achieved.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/24/Windows-Workflow-Foundation-Correlation.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 26 Aug 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Workflow Foundation: Transactions</title>
      <description>Workflow has rich capabilities for dealing with transactional work. In this session we'll explore how we can make use of the TransactionScope activity and also how to compensate for atomic transactions in circumstances where the Workflow has to reverse work already done.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/49/Windows-Workflow-Foundation-Transactions.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 28 Mar 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Writing user defined aggregate functions in .NET managed code</title>
      <description>We can write new aggregate functions (sum, count) in managed languages such as C# and VB. Let's take a quick look at how that happens.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/138/Writing-user-defined-aggregate-functions-in-NET-managed-code.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 24 Mar 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Writing User Defined Types with .NET managed code</title>
      <description>SQL's type system can be extended with managed languages such as C# and VB. So, how do we do that? Let's look ...</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/150/Writing-User-Defined-Types-with-NET-managed-code.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 10 Feb 2005 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Writing triggers in .NET managed code</title>
      <description>We can now write triggers in managed languages such as C# and VB. Let's take a look...</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/152/Writing-triggers-in-NET-managed-code.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 03 Feb 2005 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Writing stored procedures in .NET managed code</title>
      <description>In this session we'll look at how we can use managed languages such as C# and VB to write stored procedures for SQL Server.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/157/Writing-stored-procedures-in-NET-managed-code.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 11 Jan 2005 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Writing user defined functions in .NET managed code</title>
      <description>This session takes a look at writing new database functions in managed languages such as C#.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/158/Writing-user-defined-functions-in-NET-managed-code.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 11 Jan 2005 08:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>