﻿<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type='text/xsl' href='rsspretty.xsl'?>
<rss version="2.0">
  <channel>
    <title>SharePoint dev center | Recently published developer content</title>
    <description>Read news for all versions of Microsoft SharePoint.</description>
    <link>http://msdn.microsoft.com/en-US/sharepoint</link>
    <lastBuildDate>Mon, 20 May 2013 14:51:16 GMT</lastBuildDate>
    <pubDate>Mon, 20 May 2013 14:51:16 GMT</pubDate>
    <item>
      <title>Create associations in SharePoint 2013</title>
      <description>​An association is a way to create a relationship between external data entities. You create an association between two external content types so that you can join the data together over foreign keys. For example, while viewing a customer profile, you might want to see the latest orders placed by that customer and the items in each order.</description>
      <link>http://msdn.microsoft.com/en-us/library/sharepoint/dn135194(v=office.15)</link>
      <pubDate>Tue, 14 May 2013 00:00:00 GMT</pubDate>
      <category>article (how-tos)</category>
      <category>Proficient (200)</category>
      <category>external content types</category>
      <category>content management</category>
      <category>developers</category>
      <category>services administrators</category>
      <category>web developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Localize the app web, host web, and remote components of an app</title>
      <description>​This sample simulates a bookstore by using a SharePoint 2013 document library in 
which every document is a book. End users can request and buy new books by using 
the provided custom actions. </description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Bookstore-328060fc</link>
      <pubDate>Thu, 09 May 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>user experience</category>
      <category>data access</category>
      <category>developers</category>
    </item>
    <item>
      <title>Keyword Query Language (KQL) syntax reference</title>
      <description>​Learn to construct KQL queries for Search in SharePoint 2013. This syntax 
reference describes KQL query elements and how to use property restrictions and 
operators in KQL queries.</description>
      <link>http://msdn.microsoft.com/en-us/library/sharepoint/ee558911(v=office.15)</link>
      <pubDate>Tue, 23 Apr 2013 00:00:00 GMT</pubDate>
      <category>article (conceptual overviews)</category>
      <category>Proficient (200)</category>
      <category>development</category>
      <category>search</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Display remote webpage content using the coffeemaker app part</title>
      <description>​This SharePoint 2013 code sample includes an app part that displays content from a remote web page. The remote page content consists of labels and images for a coffee cup. </description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-App-part-9d83703c</link>
      <pubDate>Mon, 29 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>user experience</category>
      <category>developers</category>
    </item>
    <item>
      <title>SharePoint 2013 workflow: Call an external web service</title>
      <description>​Learn how to use Visual Studio 2012 to create a SharePoint 2013 workflow that calls an external web service. When calling the web service, the sample workflow also makes use of the new DynamicValue data type.</description>
      <link>http://code.msdn.microsoft.com/sharepoint/SharePoint-2013-workflow-48ea87d4</link>
      <pubDate>Tue, 09 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>workflows</category>
    </item>
    <item>
      <title>SharePoint 2013 workflow: Create a custom action</title>
      <description>​Learn how to use Visual Studio 2012 to create a SharePoint 2013 workflow that uses a custom actions and calls an external web service. When calling the web service, the sample workflow makes use of the new DynamicValue data type.</description>
      <link>http://code.msdn.microsoft.com/sharepoint/SharePoint-2013-workflow-41e5c0f9</link>
      <pubDate>Tue, 09 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>workflows</category>
    </item>
    <item>
      <title>How to: Create device channels in SharePoint 2013</title>
      <description>​Learn how to create a device channel, change a device channel, delete a device channel, and reorder device channels in SharePoint Server 2013.</description>
      <link>http://msdn.microsoft.com/en-us/library/sharepoint/jj733517(v=office.15)</link>
      <pubDate>Tue, 07 May 2013 00:00:00 GMT</pubDate>
      <category>article (how-tos)</category>
      <category>Proficient (200)</category>
      <category>Design Manager</category>
      <category>administrators</category>
    </item>
    <item>
      <title>How to: Add an image rendition to a page in SharePoint 2013</title>
      <description>​Learn how to use image renditions in a SharePoint publishing site.</description>
      <link>http://msdn.microsoft.com/en-us/library/sharepoint/jj720399(v=office.15)</link>
      <pubDate>Tue, 07 May 2013 00:00:00 GMT</pubDate>
      <category>article (how-tos)</category>
      <category>Proficient (200)</category>
      <category>Design Manager</category>
      <category>administrators</category>
    </item>
    <item>
      <title>How to: Crop an image rendition in SharePoint 2013</title>
      <description>​Learn how to specify the portion of the image to use in an image rendition.</description>
      <link>http://msdn.microsoft.com/en-us/library/sharepoint/jj720392(v=office.15)</link>
      <pubDate>Tue, 07 May 2013 00:00:00 GMT</pubDate>
      <category>article (how-tos)</category>
      <category>Proficient (200)</category>
      <category>Design Manager</category>
      <category>developers</category>
    </item>
    <item>
      <title>Office 365: Log an error to a SharePoint event log and notify the account admin</title>
      <description>​This code sample detects exceptions while updating a list description and logs 
them to a custom list named ErrorLog. The ErrorLog list has a workflow 
associated with it, which sends a notification email to the Office 365 account 
administrator.</description>
      <link>http://code.msdn.microsoft.com/Office-365-Log-an-error-to-23a978ac</link>
      <pubDate>Mon, 22 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Expert (400)</category>
      <category>error handling</category>
      <category>developers</category>
      <category>pro devs</category>
    </item>
    <item>
      <title>Office 365: Create a project planning app for SharePoint</title>
      <description>​This code sample demonstrates how to create a simple task-tracking application 
within SharePoint.</description>
      <link>http://code.msdn.microsoft.com/Office-365-Create-a-20ed62a2</link>
      <pubDate>Mon, 20 May 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Expert (400)</category>
      <category>SharePoint</category>
      <category>developers</category>
      <category>implementers</category>
      <category>pro devs</category>
    </item>
    <item>
      <title>Office 365: Track which users download a file from a SharePoint 2013 site</title>
      <description>​This code sample shows which user downloaded a file from a SharePoint 2013 site.</description>
      <link>http://code.msdn.microsoft.com/Office-365-Track-which-f4d06334</link>
      <pubDate>Mon, 22 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Expert (400)</category>
      <category>data access</category>
      <category>developers</category>
      <category>implementers</category>
      <category>pro devs</category>
    </item>
    <item>
      <title>SharePoint 2013: Call a workflow in an app using a remote event receiver (sample)</title>
      <description>​IThis sample illustrates how to start a SharePoint workflow in an app for SharePoint by using 
a remote event receiver. In this scenario, an external site uses a remote event 
receiver to call a workflow in an app.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Call-a-f5d247db</link>
      <pubDate>Mon, 22 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>workflows</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Approval workflow that uses a custom initiation form (sample)</title>
      <description>​Learn how to use a flowchart-style workflow to route a workflow to different 
people depending on the course the workflow takes.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Approval-f5ac5eb2</link>
      <pubDate>Mon, 22 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>workflows</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Route workflows to states depending on actions and events</title>
      <description>​This sample demonstrates how to use a state machine-style workflow to route a workflow to 
different states depending on different actions and events.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Route-25a25d87</link>
      <pubDate>Mon, 22 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>workflows</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Access external data using an OData extension provider</title>
      <description>​This sample demonstrates how to attach a simple token to an outgoing OData request from an external content type. It uses a custom RESTful service that returns product information in ATOM format.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Access-42d15e95</link>
      <pubDate>Wed, 03 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>data and storage</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Access external data using OData extension provider and OAuth</title>
      <description>​This sample demonstrates how to attach an OAuth token to an outgoing OData request from an external content type.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Access-85ed0d65</link>
      <pubDate>Wed, 03 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>data and storage</category>
      <category>authentication</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Create a dashboard using external content types in an app</title>
      <description>​This sample demonstrates how to use multiple external content types in an app for SharePoint to create a dashboard.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Create-a-20a03d84</link>
      <pubDate>Wed, 03 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>data and storage</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Implement an autohosted app with a mobile companion</title>
      <description>​Learn how to build a Windows Phone app that is a companion to an autohosted app for SharePoint.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Implement-db1d0348</link>
      <pubDate>Wed, 03 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>mobile</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>How to: Verify your paid Office 365 subscription so you can publish apps to the Office Store</title>
      <description>​The first time you submit an app to the Office Store, you’ll need to link your paid Office 365 subscription to your Seller Dashboard account. After you link your accounts, you can submit your apps for Office and SharePoint directly to the Office Store. </description>
      <link>http://msdn.microsoft.com/en-us/library/office/apps/dn146012(v=office.15)</link>
      <pubDate>Tue, 07 May 2013 00:00:00 GMT</pubDate>
      <category>article (how-tos)</category>
      <category>Proficient (200)</category>
      <category>developers</category>
      <category>web developers</category>
    </item>
    <item>
      <title>Demo of Project Store Opportunity (video)</title>
      <description>This demo highlights some of the Project applications that our Project partners have built for Project Server, Project Online, or Project client. </description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Novice (100)</category>
      <category>project management</category>
      <category>services</category>
      <category>developers</category>
    </item>
    <item>
      <title>Project Store Opportunity (video)</title>
      <description>​Watch a short video as you learn some of the benefits of selling apps in the Office Store. </description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Novice (100)</category>
      <category>project management</category>
      <category>services</category>
      <category>developers</category>
    </item>
    <item>
      <title>Introduction of the Office Store opportunity in the new Project (video)</title>
      <description>Introduction to building custom apps that expand Office and SharePoint including Project Desktop, Project Online, and Project Server functionality that can be published by developers and acquired by customers directly from within a user's Office application.</description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Novice (100)</category>
      <category>project management</category>
      <category>services</category>
      <category>developers</category>
    </item>
    <item>
      <title>Summary of Project Store Opportunity (video)</title>
      <description>Get a sneak preview of some of the apps in the Office and SharePoint Store that were created by Project partners.</description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Novice (100)</category>
      <category>project management</category>
      <category>services</category>
      <category>developers</category>
    </item>
    <item>
      <title>Demo of Project desktop extensibility (video)</title>
      <description>Learn how the Sensi Task Analyzer can work in a content pane inside of Project as it goes through a series of checks in your project.</description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Skilled (300)</category>
      <category>services</category>
      <category>project management</category>
      <category>developers</category>
    </item>
    <item>
      <title>New extensibility for Project: Apps for Office (video)</title>
      <description>​Explore the details of apps for Office and you learn how you can surface Project-related content in Word or in an email.</description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Skilled (300)</category>
      <category>services</category>
      <category>project management</category>
      <category>developers</category>
    </item>
    <item>
      <title>Project Online and Server extensibility architecture (video)</title>
      <description>​Get an understanding of the Project Server 2013 architecture as it installs on-premises and how it differs from Project Online. </description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Skilled (300)</category>
      <category>project management</category>
      <category>services</category>
      <category>developers</category>
    </item>
    <item>
      <title>Introduction to CSOM for Remote Event Receivers for Project Online and Server extensibility (video)</title>
      <description>​Learn about client-side object model (CSOM)--the new and main extensibility model for Project Server--and how it can be levereaged from different techologies.</description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Skilled (300)</category>
      <category>project management</category>
      <category>services</category>
      <category>developers</category>
    </item>
    <item>
      <title>Summary of Project desktop extensibility (video)</title>
      <description>​Get a quick summary of Project desktop extensibility as you explore your next steps. </description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Skilled (300)</category>
      <category>project management</category>
      <category>services</category>
      <category>developers</category>
    </item>
    <item>
      <title>Introduction of Project Online and Server extensibility (video)</title>
      <description>Project Online and Project Server are built on top of SharePoint Online and SharePoint Server. This allows you to build processes that seamlessly integrate collaboration, document management, reporting, project management, line-of-business integration and much more. </description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Skilled (300)</category>
      <category>services</category>
      <category>project management</category>
      <category>developers</category>
    </item>
    <item>
      <title>Summary of demos of Project Online and Server extensibility (video)</title>
      <description>​In this module, we gave you an overview of the new extensibility for Project Server and Project Online. We talked about architecture, remote event receivers, the client-side object model, and gave several demos. </description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Skilled (300)</category>
      <category>project management</category>
      <category>services</category>
      <category>developers</category>
    </item>
    <item>
      <title>Demos of Project Online and Server extensibility (video)</title>
      <description>In the two demos, you will see how to retrieve a list of projects using C# to call the client side object model and then using JavaScript.</description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Skilled (300)</category>
      <category>project management</category>
      <category>services</category>
      <category>developers</category>
    </item>
    <item>
      <title>Remote event receivers for Project Online and Server extensibility (video)</title>
      <description>​Learn how to implement remote event receivers in Project Server 2013 and Project Online.</description>
      <link>http://technet.microsoft.com/en-US/projectserver/jj906608</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 GMT</pubDate>
      <category>video</category>
      <category>Skilled (300)</category>
      <category>project management</category>
      <category>services</category>
      <category>developers</category>
    </item>
    <item>
      <title>SharePoint color palette tool</title>
      <description>​The color palette tool provides color palette functionality for use with SharePoint designs.</description>
      <link>http://www.microsoft.com/en-us/download/details.aspx?id=38182</link>
      <pubDate>Wed, 03 Apr 2013 00:00:00 GMT</pubDate>
      <category>tool</category>
      <category>Proficient (200)</category>
      <category>web content management</category>
      <category>SharePoint</category>
      <category>sites and content</category>
      <category>designers</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>Using Word to publish content for SharePoint and web applications</title>
      <description>​This sample demonstrates how to use Word to publish formatted contents for SharePoint and web applications by customizing PowerTools for Open XML. </description>
      <link>http://code.msdn.microsoft.com/Using-Word-to-publish-6ef27b07</link>
      <pubDate>Mon, 08 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>customization</category>
      <category>Open XML</category>
      <category>developers</category>
      <category>solutions architects</category>
    </item>
    <item>
      <title>SharePoint 2013: Display images from a SharePoint list in a carousel</title>
      <description>​This sample app demonstrates how to use JavaScript in an app for SharePoint to retrieve images from a SharePoint list, and then display those images in a carousel built with JavaScript.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Display-c7126777</link>
      <pubDate>Wed, 03 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>SharePoint</category>
    </item>
    <item>
      <title>SharePoint 2013: Use the callout and dialog controls in a SharePoint-hosted app</title>
      <description>​This sample demonstrates how to build user interfaces in SharePoint-hosted apps 
that include the callout and dialog controls. It also demonstrates how to use 
the people picker and post items to a user's newsfeed.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Use-list-cb3e4e14</link>
      <pubDate>Fri, 26 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>JavaScript</category>
      <category>SharePoint</category>
      <category>developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Implement NTLM authentication in Windows Phone</title>
      <description>​This Windows Phone 8 mobile app demonstrates NTLM support for SharePoint 2013.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Implement-bad237cb</link>
      <pubDate>Mon, 22 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>apps for SharePoint</category>
      <category>SharePoint Foundation 2013</category>
      <category>mobile devices</category>
      <category>developers</category>
    </item>
    <item>
      <title>SharePoint 2013: How Do I...? app that queries a list</title>
      <description>​Learn how to deploy lists, content types, and list item data programmatically 
using the JavaScript client object model. The sample demonstrates how to query 
the list using Collaborative Application Markup Language (CAML) from an app 
part. </description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-How-Do-I-f35457ae</link>
      <pubDate>Tue, 23 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>data and storage</category>
      <category>sites and content</category>
      <category>developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Corporate calendar app</title>
      <description>​The sample demonstrates how to create a search-based app that aggregates events from 
calendars in SharePoint 2013. The app presents a single calendar that aggregates 
events from the entire farm or from designated calendars.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Corporate-62de2cf4</link>
      <pubDate>Tue, 23 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>sites and content</category>
      <category>developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Employee directory app</title>
      <description>​This sample uses the RESTful endpoint to perform a search against the people 
content source in SharePoint 2013. The search queries for people by last name 
beginning with the letter selected. The results are displayed in alphabetical 
order along with contact information.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Employee-afe521d5</link>
      <pubDate>Tue, 23 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>search</category>
      <category>sites and content</category>
      <category>developers</category>
    </item>
    <item>
      <title>SharePoint 2013: Create and manage system alerts</title>
      <description>​This sample demonstrates how to create and manage a list of alerts that you can then display 
in the host web.</description>
      <link>http://code.msdn.microsoft.com/SharePoint-2013-Create-and-663265aa</link>
      <pubDate>Fri, 26 Apr 2013 00:00:00 GMT</pubDate>
      <category>code sample (standalone)</category>
      <category>Proficient (200)</category>
      <category>sites and content</category>
      <category>developers</category>
    </item>
    <item>
      <title>Upgrade site customizations for SharePoint 2013</title>
      <description>​Learn about potential issues and get recommendations for upgrading your SharePoint 2010 site customizations to SharePoint 2013.</description>
      <link>http://msdn.microsoft.com/en-us/library/sharepoint/dn175754(v=office.15)</link>
      <pubDate>Tue, 14 May 2013 00:00:00 GMT</pubDate>
      <category>article (conceptual overviews)</category>
      <category>Proficient (200)</category>
      <category>sites and content</category>
      <category>upgrades</category>
      <category>developers</category>
    </item>
    <item>
      <title>Upgrade web templates for SharePoint 2013</title>
      <description>​Learn about updating customized SharePoint 2010 web templates for use in SharePoint 2013 after a self-service upgrade.</description>
      <link>http://msdn.microsoft.com/en-us/library/sharepoint/dn175700(v=office.15)</link>
      <pubDate>Tue, 14 May 2013 00:00:00 GMT</pubDate>
      <category>article (conceptual overviews)</category>
      <category>Proficient (200)</category>
      <category>sites and content</category>
      <category>upgrades</category>
      <category>developers</category>
    </item>
    <item>
      <title>Deciding between apps for SharePoint and SharePoint solutions</title>
      <description>​This white paper describes the issues you should
consider when deciding whether to write an app for SharePoint or a SharePoint solution.
It covers scenarios in which an app is an ideal choice versus a SharePoint solution.</description>
      <link>http://www.microsoft.com/en-us/download/details.aspx?id=39047</link>
      <pubDate>Fri, 17 May 2013 00:00:00 GMT</pubDate>
      <category>white paper</category>
      <category>Proficient (200)</category>
      <category>migration</category>
      <category>SharePoint</category>
      <category>apps for SharePoint</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>Reimagine SharePoint development site launches - NEW!</title>
      <description>​Our goal with this site is to help you understand when it’s best to develop an app, and when it’s not; what the proven practices are for creating apps for SharePoint; and when an existing SharePoint solution is a candidate for migration to an app, as well as how to do it. </description>
      <link>http://msdn.microsoft.com/en-US/office/apps/dn133840</link>
      <pubDate>Mon, 20 May 2013 00:00:00 GMT</pubDate>
      <category>announcement</category>
      <category>Proficient (200)</category>
      <category>app model</category>
      <category>apps for SharePoint</category>
      <category>SharePoint</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>Understanding the differences between server-side object model and the client-side object model (Video)</title>
      <description>​With SharePoint 2013, the Client Object Model (CSOM) which was introduced in SharePoint 2010 has become a viable option for supporting many of the SSOM scenarios. In this video, you will discover the similarities and differences between the SharePoint Server Object model versus the Client Object Model.</description>
      <link>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Understanding-the-differences-between-Server-Side-Object-Model-and-the-Client-Side-Object-Model</link>
      <pubDate>Mon, 20 May 2013 00:00:00 GMT</pubDate>
      <category>announcement</category>
      <category>Proficient (200)</category>
      <category>apps for SharePoint</category>
      <category>SharePoint</category>
      <category>SharePoint CSOM</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>Migrating a SharePoint Web Part to an app for SharePoint app part (Video)</title>
      <description>​Web Parts are the staple user interface component of SharePoint. The recently introduced cloud app model now introduces new ways for creating robust user experiences in SharePoint. One of these user experience types is called an app part which as many similarities to Web Parts and is a natural migration from legacy Web Parts. Learn about how you can migrate your existing SharePoint Web Parts to the app parts with the cloud app model.</description>
      <link>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Migrating-a-SharePoint-Web-Part-to-an-app-for-SharePoint-app-part</link>
      <pubDate>Mon, 20 May 2013 00:00:00 GMT</pubDate>
      <category>announcement</category>
      <category>Proficient (200)</category>
      <category>apps for SharePoint</category>
      <category>SharePoint</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>Migrating a SharePoint event receiver to a remote event receiver (Video)</title>
      <description>​Being able to create custom functionality when events occur in SharePoint is a powerful feature.  In this video, you will learn how to migrate an event receiver to the new remote event receiver architecture that was introduced in SharePoint 2013 and Office 365.</description>
      <link>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Migrating-a-SharePoint-Event-Receiver-to-a-Remote-Event-Receiver</link>
      <pubDate>Mon, 20 May 2013 00:00:00 GMT</pubDate>
      <category>announcement</category>
      <category>Proficient (200)</category>
      <category>apps for SharePoint</category>
      <category>SharePoint</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
    <item>
      <title>Reimagine SharePoint Development: A better way to customize SharePoint (Webcast)</title>
      <description>​Join Keenan Newton and Robert Lefferts as they discuss the history of SharePoint customizations and where the SharePoint development platform is going. They also highlight the benefits of the cloud app model and answer questions in this live webcast.</description>
      <link>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Reimagine-SharePoint-Development-A-better-way-to-customize-SharePoint</link>
      <pubDate>Mon, 20 May 2013 00:00:00 GMT</pubDate>
      <category>announcement</category>
      <category>Proficient (200)</category>
      <category>apps for SharePoint</category>
      <category>SharePoint</category>
      <category>developers</category>
      <category>pro devs</category>
      <category>web developers</category>
    </item>
  </channel>
</rss>