<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Code Download</title>
    <description>
    </description>
    <link>http://visualstudiomagazine.com/rss-feeds/code.aspx</link>
    <item>
      <title>The QueryExtender</title>
      <description>Extend runtime sorting and filtering of data with ASP.NET 4's QueryExtender, which provides a single interface for DataSources. </description>
      <link>http://visualstudiomagazine.com/articles/2010/02/01/the-queryextender.aspx</link>
      <pubDate>Mon, 01 Feb 2010 08:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2010/02/01/the-queryextender.aspx</guid>
    </item>
    <item>
      <title>Deleting with jQuery and Web Services</title>
      <description>Peter continues to extend his jQuery/jTemplate case study by supporting deletes of multiple rows with a single mouse click.</description>
      <link>http://visualstudiomagazine.com/articles/2010/01/21/deleting-with-jquery-and-web-services.aspx</link>
      <pubDate>Thu, 21 Jan 2010 17:09:52 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2010/01/21/deleting-with-jquery-and-web-services.aspx</guid>
    </item>
    <item>
      <title>Updating From the Client with jQuery</title>
      <description>Peter continues to exploit jQuery in his client-side code to integrate an ASP.NET page with a WCF service -- this time to support updating data.</description>
      <link>http://visualstudiomagazine.com/articles/2010/01/14/updating-from-the-client-with-jquery.aspx</link>
      <pubDate>Thu, 14 Jan 2010 18:33:40 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2010/01/14/updating-from-the-client-with-jquery.aspx</guid>
    </item>
    <item>
      <title>Defining Templates with jTemplate</title>
      <description>A combination of client-side code, WCF services, and jQuery lets you retrieve data from your sever and display it to the user using Web Services and client-side code.</description>
      <link>http://visualstudiomagazine.com/articles/2010/01/07/defining-templates-with-jtemplate.aspx</link>
      <pubDate>Thu, 07 Jan 2010 18:37:20 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2010/01/07/defining-templates-with-jtemplate.aspx</guid>
    </item>
    <item>
      <title>Mastering Silverlight</title>
      <description>Silverlight offers impressive talents and more than a few frustrations. From customizing your application UI to battling obscure bugs and error messages, this column helps with the transition to Silverlight tools.</description>
      <link>http://visualstudiomagazine.com/articles/2010/01/01/mastering-silverlight.aspx</link>
      <pubDate>Fri, 01 Jan 2010 08:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2010/01/01/mastering-silverlight.aspx</guid>
    </item>
    <item>
      <title>Integrating jQuery, Web Services, AJAX and ASP.NET</title>
      <description>The jQuery library makes it easier to create applications that execute in the browser. By leveraging existing ASP.NET technologies and merging them with jQuery, you can create faster, more responsive applications.</description>
      <link>http://visualstudiomagazine.com/articles/2009/12/01/integrating-jquery-web-services--ajax-and-aspnet.aspx</link>
      <pubDate>Tue, 01 Dec 2009 08:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/12/01/integrating-jquery-web-services--ajax-and-aspnet.aspx</guid>
    </item>
    <item>
      <title>The Azure Factor</title>
      <description>How factoring out common patterns in your Azure worker roles can improve development.</description>
      <link>http://visualstudiomagazine.com/articles/2009/11/01/the-azure-factor.aspx</link>
      <pubDate>Sun, 01 Nov 2009 08:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/11/01/the-azure-factor.aspx</guid>
    </item>
    <item>
      <title>Threading and the UI</title>
      <description>ON VB: Four ways to synchronize threads with your app's user interface.</description>
      <link>http://visualstudiomagazine.com/articles/2009/10/01/threading-and-the-ui.aspx</link>
      <pubDate>Thu, 01 Oct 2009 08:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/10/01/threading-and-the-ui.aspx</guid>
    </item>
    <item>
      <title>Unit Testing with VSTS2008 (Part 3)</title>
      <description>The last in a series of articles on working with VSTS2008 shows how to make existing unit tests data driven.</description>
      <link>http://visualstudiomagazine.com/articles/2009/09/15/unit-testing-with-vsts2008-part-3.aspx</link>
      <pubDate>Tue, 15 Sep 2009 17:44:59 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/09/15/unit-testing-with-vsts2008-part-3.aspx</guid>
    </item>
    <item>
      <title>Unit Testing with VSTS2008 (Part 2)</title>
      <description>Mickey shows some other unit testing options, and how to enable code coverage, in Visual Studio Team System 2008</description>
      <link>http://visualstudiomagazine.com/articles/2009/09/10/unit-testing-with-vsts2008_2.aspx</link>
      <pubDate>Thu, 10 Sep 2009 20:07:45 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/09/10/unit-testing-with-vsts2008_2.aspx</guid>
    </item>
    <item>
      <title>Unit Testing With VSTS2008</title>
      <description>Mickey shows you a basic example of unit testing with Visual Studio Team System 2008. Part 1 of 3.</description>
      <link>http://visualstudiomagazine.com/articles/2009/09/08/unit-testing-with-vsts2008.aspx</link>
      <pubDate>Tue, 08 Sep 2009 21:09:08 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/09/08/unit-testing-with-vsts2008.aspx</guid>
    </item>
    <item>
      <title>Looking Ahead to C# 4.0: Optional and Named Parameters</title>
      <description>Optional and named parameters were added to the C# language for COM and Office interoperability, but these features are actually useful in a variety of ways. </description>
      <link>http://visualstudiomagazine.com/articles/2009/09/01/optional-and-named-parameters.aspx</link>
      <pubDate>Tue, 01 Sep 2009 08:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/09/01/optional-and-named-parameters.aspx</guid>
    </item>
    <item>
      <title>Applying Model-View-View Model in Silverlight</title>
      <description>Careful planning can help improve the manageability and quality of your next-generation Silverlight applications.</description>
      <link>http://visualstudiomagazine.com/articles/2009/09/01/applying-mvvm-in-silverlight.aspx</link>
      <pubDate>Tue, 01 Sep 2009 08:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/09/01/applying-mvvm-in-silverlight.aspx</guid>
    </item>
    <item>
      <title>Eliminate Database Dependencies in Test-Driven Development</title>
      <description>How to avoid the end-to-end integration test problem with the Repository pattern.</description>
      <link>http://visualstudiomagazine.com/articles/2009/09/01/eliminate-database-dependencies-in-test-driven-development.aspx</link>
      <pubDate>Tue, 01 Sep 2009 08:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/09/01/eliminate-database-dependencies-in-test-driven-development.aspx</guid>
    </item>
    <item>
      <title>Working Effectively with Exceptions</title>
      <description>Exceptions are a way of life in the .NET world. You must follow the rules to make your classes easy to use for other developers. Conforming to the standards will make everyone's life easier.</description>
      <link>http://visualstudiomagazine.com/articles/2009/08/01/working-effectively-with-exceptions.aspx</link>
      <pubDate>Sat, 01 Aug 2009 08:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/08/01/working-effectively-with-exceptions.aspx</guid>
    </item>
    <item>
      <title>Targeting Azure Storage</title>
      <description>Learn how to store and retrieve binary large objects in the cloud with Azure's RESTful Storage API. </description>
      <link>http://visualstudiomagazine.com/articles/2009/07/01/targeting-azure-storage.aspx</link>
      <pubDate>Wed, 01 Jul 2009 08:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/07/01/targeting-azure-storage.aspx</guid>
    </item>
    <item>
      <title>Silverlight 3 Enables Data-Driven App Dev</title>
      <description>The new DataForm control and enhanced support for data-driven applications make it possible for developers to deliver line-of-business applications to any user with a Silverlight-enabled Web browser.</description>
      <link>http://visualstudiomagazine.com/articles/2009/05/01/silverlight-3-enables-datadriven-app-dev.aspx</link>
      <pubDate>Fri, 01 May 2009 20:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/05/01/silverlight-3-enables-datadriven-app-dev.aspx</guid>
    </item>
    <item>
      <title>Generic Covariance and Contravariance in C# 4.0</title>
      <description>Covariance and contravariance are precise terms that describe which conversions are safe on parameters and return types. Learn practical definitions for those terms, what new constructs will be supported in C# 4.0 and how to live with the current limitations until Visual Studio 2010 is adopted by your organization.</description>
      <link>http://visualstudiomagazine.com/articles/2009/05/01/generic-covariance-and-contravariance-in-c-40.aspx</link>
      <pubDate>Fri, 01 May 2009 20:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/05/01/generic-covariance-and-contravariance-in-c-40.aspx</guid>
    </item>
    <item>
      <title>Make Your Code Clear</title>
      <description>There are multiple ways to solve every problem. Strive for code that communicates your intent and makes your meaning clear for every developer who uses it.</description>
      <link>http://visualstudiomagazine.com/articles/2009/04/01/make-your-code-clear.aspx</link>
      <pubDate>Wed, 01 Apr 2009 20:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/04/01/make-your-code-clear.aspx</guid>
    </item>
    <item>
      <title>Build and Debug Web Parts with SharePoint Extensions</title>
      <description>Visual Studio 2008 Extensions for SharePoint makes developing and testing Web Parts almost easy, provided you install it correctly.</description>
      <link>http://visualstudiomagazine.com/articles/2009/04/01/build-and-debug-web-parts-with-sharepoint-extensions.aspx</link>
      <pubDate>Wed, 01 Apr 2009 20:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/04/01/build-and-debug-web-parts-with-sharepoint-extensions.aspx</guid>
    </item>
    <item>
      <title>XML Literals, WCF and LINQ </title>
      <description>Learn how to create powerful templates that can be called from both client- and server-side code.</description>
      <link>http://visualstudiomagazine.com/articles/2009/04/01/xml-literals-wcf-and-linq.aspx</link>
      <pubDate>Wed, 01 Apr 2009 20:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/04/01/xml-literals-wcf-and-linq.aspx</guid>
    </item>
    <item>
      <title>Create Anonymous Types</title>
      <description>Taking a careful look at the capabilities the compiler gives to anonymous types provides an excellent 	tutorial on what you should consider when you create your types -- including whether they are classes or structs.</description>
      <link>http://visualstudiomagazine.com/articles/2009/03/01/create-anonymous-types.aspx</link>
      <pubDate>Sun, 01 Mar 2009 20:00:00 GMT</pubDate>
      <guid>http://visualstudiomagazine.com/articles/2009/03/01/create-anonymous-types.aspx</guid>
    </item>
  </channel>
</rss>