<rss version="2.0">
  <channel>
    <title>MSDN Screencasts | By Tags | .NET</title>
    <description></description>
    <language>en-gb</language>
    <link>http://www.microsoft.com/uk/msdn/screencasts/default.aspx</link>
    <pubDate>Sat, 05 Dec 2009 03:09:17 GMT</pubDate>
    <lastBuildDate>Sat, 05 Dec 2009 03:09:17 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>LINQ to Entities - Metadata Generation Tools</title>
      <description>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 generation tools in order to produce the necessary models for the Entity Framework.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/274/LINQ-to-Entities-Metadata-Generation-Tools.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 13 Oct 2007 19:59:06 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to Entities - The ObjectContext</title>
      <description>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 one of the key types in the object model, the ObjectContext that encapsulates a connection to our model, the metadata of the model, the ability to perform CRUD operations and state management capabilities.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/273/LINQ-to-Entities-The-ObjectContext.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 13 Oct 2007 19:55:40 GMT</pubDate>
    </item>
    <item>
      <title>Deploying Office 2007 Add-Ins with ClickOnce in VS 2008</title>
      <description>Visual Studio 2008 has great capabilities for building .NET Add-Ins for Office 2007 (and Office 2003). In this video we'll take a look at how you can now use ClickOnce deployment for your Office Add-Ins which has the potential to make the deployment and updating of Office functionality as simple as copying files to a web or file server.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/271/Deploying-Office-2007-Add-Ins-with-ClickOnce-in-VS-2008.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 13 Oct 2007 19:44:35 GMT</pubDate>
    </item>
    <item>
      <title>Offering Syndicated RSS/ATOM Data from WCF V3.5 Services</title>
      <description>Windows Communication Foundation V3.5 comes with a built-in object model that makes serialization and consumption of syndication formats like RSS and ATOM a lot easier than hand-cranking your own XML. In this video, we'll take a look at how we add RSS generation to an existing WCF service.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/269/Offering-Syndicated-RSSATOM-Data-from-WCF-V35-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 13 Oct 2007 19:33:42 GMT</pubDate>
    </item>
    <item>
      <title>Using ASP.NET Client Application Services in Windows Forms Apps</title>
      <description>Visual Studio 2008 and .NET Framework V3.5 offer a productive mechanism to make use of ASP.NET services such as membership, roles and profile from a Windows Forms smart client. In this session we'll take a look at how you make use of this from Visual Studio 2008.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/268/Using-ASPNET-Client-Application-Services-in-Windows-Forms-Apps.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 13 Oct 2007 19:21:35 GMT</pubDate>
    </item>
    <item>
      <title>Using CardSpace with ASP.NET</title>
      <description>Here we'll look at how you can use Windows CardSpace in order to authenticate users of your web site.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/224/Using-CardSpace-with-ASPNET.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 22 Jun 2007 19:26:34 GMT</pubDate>
    </item>
    <item>
      <title>VB9 - XML Support</title>
      <description>VB9 becomes the best .NET language for creating and manipulating XML with XML features built natively in the language. In this session, we'll take a quick look at what you can expect.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/178/VB9-XML-Support.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 14 Nov 2006 08:00:00 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>Windows Workflow Foundation: Exposing Web Services</title>
      <description>Workflow Foundation has built-in capabilities that allow a Workflow to be published as an ASP.NET Web Service - in this session we'll look at how this is done and how it works.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/25/Windows-Workflow-Foundation-Exposing-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Sat, 26 Aug 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Client Certificates</title>
      <description>In this session we'll take a look at how we can use X509 certificates to authenticate clients to IIS-hosted web applications. We'll look at picking up details of the client certificate from .NET code and also how to set up certificates within IIS itself.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/29/Client-Certificates.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Impersonation</title>
      <description>
    &lt;div&gt;Windows is inherently multi-threaded, and it is possible that within a single process there are threads running in a security context that differs from that of the process itself. In this session we'll take a look at how to go about this process of impersonation and how to do that in ASP.NET, and we'll discuss some 'gotchas' around using impersonation.&lt;/div&gt;
  </description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/30/Impersonation.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 26 Jun 2006 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Communication Foundation: Authorisation</title>
      <description>In this session we'll look at some basic mechanisms for authorizing access to service operations that the WCF offers.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/61/Windows-Communication-Foundation-Authorisation.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 27 Feb 2006 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Database Connection</title>
      <description>This Screencast shows you how to configure your ASP.NET 2.0 Web application to connect to SQL Server 2005 by using Windows authentication. In addition, this Screencast presents an authorisation pattern for restricting your application's identity within the database.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/64/ASPNET-Database-Connection.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 23 Feb 2006 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to Use CAS with ASP.NET</title>
      <description>This Screencast explains how you can use code access security policy in ASP.NET 2.0 applications to provide a constrained execution environment for running your Web applications and Web services. This technique is designed for scenarios where multiple Web applications are hosted on a shared server and where you need to provide application isolation and restricted access to shared system resources. This Screencast shows you how to use standard policy and also how to customise policy if one of the standard trust levels does not meet your application's precise requirements.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/65/How-to-Use-CAS-with-ASPNET.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 23 Feb 2006 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>"Hello World": Introduction to WPF</title>
      <description>The WPF provides rich new capabilities for user interface, documents and media through a productive .NET API. In this session we'll build a simple application and look at the different approaches to building WPF applications imperatively and declaratively.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/68/Hello-World-Introduction-to-WPF.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 23 Jan 2006 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Programming the Transactional File System</title>
      <description>In Windows Vista both the Registry and the File System gain new transactional capabilities. In this session we'll take a look at transactional file system programming from .NET code.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/69/Programming-the-Transactional-File-System.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 16 Jan 2006 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Communication Foundation: DataContract Serialization</title>
      <description>The DataContract is the standard mechanism in the WCF for serializing .NET object types into XML. This session looks at the various options that DataContract makes available.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/73/Windows-Communication-Foundation-DataContract-Serialization.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Wed, 30 Nov 2005 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Communication Foundation: Exceptions</title>
      <description>Every piece of code needs to think about how to deal with exceptions - the WCF has particular mechanisms for translating .NET exceptions into SOAP faults which we explore here.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/74/Windows-Communication-Foundation-Exceptions.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Wed, 30 Nov 2005 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Communication Foundation: Typed and Untyped Messages</title>
      <description>The WCF has a lot of flexibility in the way in which it goes from .NET objects to SOAP messages. It can handle parameters and typed/untyped messages. Let's take a look.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/79/Windows-Communication-Foundation-Typed-and-Untyped-Messages.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Wed, 30 Nov 2005 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Windows Communication Foundation: Type Serialization</title>
      <description>The WCF offers a number of different serialization technologies for turning .NET object types into XML for transmission across service boundaries. This session explores what's available.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/83/Windows-Communication-Foundation-Type-Serialization.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 20 Oct 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to speed up load times: Using a background thread to speed perceived performance at load time</title>
      <description>Application load time can be an issue for mobile devices. This Screencast considers how to use threads to improve application load times.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/84/How-to-speed-up-load-times-Using-a-background-thread-to-speed-perceived-performance-at-load-time.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 03 Oct 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Consuming a web service from the device: Simple use of Web Reference dialog</title>
      <description>This Screencast presents how to use Visual Studio .NET 2003 to build a device application that can consume a web service. Also looks at exception handling over SOAP and retrieving DataSet classes from a web service.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/86/Consuming-a-web-service-from-the-device-Simple-use-of-Web-Reference-dialog.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 23 Sep 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>WSE 3.0 Preview: Hosting ASP.NET Web Services over TCP</title>
      <description>With WSE 3.0 we can host ASP.NET web services over non-HTTP transports without IIS - this session takes a look.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/91/WSE-30-Preview-Hosting-ASPNET-Web-Services-over-TCP.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 05 Sep 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Checking WS-I Basic Profile compliance with ASMX V2.0 Web Services</title>
      <description>ASP.NET 2.0 can check the compliance of your web services to the WS-I Basic Profile Version 1.1. This session takes a look.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/93/Checking-WS-I-Basic-Profile-compliance-with-ASMX-V20-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Wed, 31 Aug 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Using custom serialization with ASMX V2.0 Web Services</title>
      <description>With ASP.NET 2.0 web services we can take complete control over XML serialization. This sessions looks at how we might implement that.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/96/Using-custom-serialization-with-ASMX-V20-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 19 Aug 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Using interface based development techniques with ASMX V2.0 Web Services</title>
      <description>ASP.NET 2.0 web services can be built using the traditional class-based method and a new interface-based method which we look at here.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/97/Using-interface-based-development-techniques-with-ASMX-V20-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 16 Aug 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Scenarios - Debugging Exceptions</title>
      <description>.NET error paths are built around exception handling and the debugger has great features for monitoring what's happening with your application's exceptions. This session takes a look.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/101/Scenarios-Debugging-Exceptions.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 29 Jul 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Scenarios - Debugging Memory Leaks</title>
      <description>Memory Leaks? In .NET code? This session looks at how we'd diagnose the modern equivalent of a memory "leak" with Visual Studio 2005.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/102/Scenarios-Debugging-Memory-Leaks.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 29 Jul 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Mechanics - Working with the SOS Debugger Extension</title>
      <description>The Visual Studio debugger can load extension DLLs to extend its capabilities. This session looks at the basics of loading the SOS.DLL for .NET code and introduces what we can do with it.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/103/Mechanics-Working-with-the-SOS-Debugger-Extension.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Mon, 25 Jul 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Building mobile web applications (Part 3)</title>
      <description>Allowing mobile users to browse dynamic web sites can offer some very compelling opportunities. Historically the proliferation of mobile devices, form factors and mark-up languages has made this difficult to achieve for developers, but the ASP.NET mobile controls make very light work of building rich data-driven sites! This is Part 3 of 3.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/105/Building-mobile-web-applications-Part-3.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 14 Jul 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Building mobile web applications (Part 2)</title>
      <description>Allowing mobile users to browse dynamic web sites can offer some very compelling opportunities. Historically the proliferation of mobile devices, form factors and mark-up languages has made this difficult to achieve for developers, but the ASP.NET mobile controls make very light work of building rich data-driven sites! This is Part 2 of 3.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/107/Building-mobile-web-applications-Part-2.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 07 Jul 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Building mobile web applications (Part 1)</title>
      <description>Allowing mobile users to browse dynamic web sites can offer some very compelling opportunities. Historically the proliferation of mobile devices, form factors and mark-up languages has made this difficult to achieve for developers, but the ASP.NET mobile controls make very light work of building rich data-driven sites! This is Part 1 of 3.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/111/Building-mobile-web-applications-Part-1.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 01 Jul 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Enabling WSE2.0 for ASP.NET Web Services</title>
      <description>This session introduces WSE2.0 and shows how to switch on WSE2.0 support in ASP.NET Web Services</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/127/Enabling-WSE20-for-ASPNET-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 29 Apr 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Using asynchronous commands in ADO.NET 2.0</title>
      <description>In this session we'll look at how we can submit work to the database asynchronously in ADO.NET 2.0.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/129/Using-asynchronous-commands-in-ADONET-20.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Fri, 29 Apr 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Working with existing WSDLs in ASP.NET Web Services</title>
      <description>Here we take a look at how we can implement a service when provided with an existing WSDL document.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/132/Working-with-existing-WSDLs-in-ASPNET-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 28 Apr 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Controlling SOAP and WSDL for ASP.NET Web Services</title>
      <description>In this session we'll look at how we can use .NET Framework attributes to take more control of the SOAP and WSDL that ASP.NET generates for us.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/133/Controlling-SOAP-and-WSDL-for-ASPNET-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Wed, 30 Mar 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Anonymous Methods in C# V2.0</title>
      <description>
    &lt;div&gt;
    &lt;/div&gt;
  </description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/136/Anonymous-Methods-in-C-V20.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 24 Mar 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Working with SOAP extensions in ASP.NET Web Services</title>
      <description>This session looks at the SoapExtension extensibility mechanism for ASP.NET Web Services and how we can make use of it.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/137/Working-with-SOAP-extensions-in-ASPNET-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 24 Mar 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Working with SOAP headers in ASP.NET Web Services</title>
      <description>This session looks at how we can program against SOAP headers from ASP.NET web services</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/140/Working-with-SOAP-headers-in-ASPNET-Web-Services.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 17 Mar 2005 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Serialising a class into XML</title>
      <description>From object to XML and back again. .NET makes it easy and in version 2.0 allows you to take more control.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/146/Serialising-a-class-into-XML.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 24 Feb 2005 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Client programming of User Defined Types with ADO.NET 2.0</title>
      <description>How do we program against SQL's new User Defined Types from ADO.NET 2.0? This session explores.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/147/Client-programming-of-User-Defined-Types-with-ADONET-20.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Thu, 17 Feb 2005 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Anchoring and Docking in Windows Forms</title>
      <description>Dealing with forms or controls re-sizing used to be tricky - the developer would need to write code to handle the WM_SIZE message - and that code would typically be brittle and hard to support. Visual Studio .NET provides anchoring and docking capabilities which obviate the need for any coding and this piece shows how easy it is to configure.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/153/Anchoring-and-Docking-in-Windows-Forms.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 11 Jan 2005 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Managing .NET assemblies in the database</title>
      <description>SQL 2005 integrates the .NET Common Language Runtime which means .NET assemblies get loaded into the database. In this session we'll look at the basics of how that works.</description>
      <link>http://www.microsoft.com/uk/msdn/screencasts/screencast/154/Managing-NET-assemblies-in-the-database.aspx</link>
      <guid isPermaLink="false"></guid>
      <pubDate>Tue, 11 Jan 2005 08:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>