<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OfficeDeveloper.NET&#187; designer</title>
	<atom:link href="http://officedeveloper.net/tag/designer/feed/" rel="self" type="application/rss+xml" />
	<link>http://officedeveloper.net</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 20:08:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Video: Importing SharePoint 2010 Site Definitions in Visual Studio 2010</title>
		<link>http://officedeveloper.net/2010/12/14/video-importing-sharepoint-2010-site-definitions-in-visual-studio-2010/</link>
		<comments>http://officedeveloper.net/2010/12/14/video-importing-sharepoint-2010-site-definitions-in-visual-studio-2010/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 06:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[2010-site]]></category>
		<category><![CDATA[definition-using]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[how-to-video]]></category>
		<category><![CDATA[point-designer]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[sharepoint foundation]]></category>
		<category><![CDATA[sharepoint server]]></category>
		<category><![CDATA[Third Party]]></category>
		<category><![CDATA[version 2010]]></category>
		<category><![CDATA[video-as-you]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[you-learn]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/uncategorized/video-importing-sharepoint-2010-site-definitions-in-visual-studio-2010/</guid>
		<description><![CDATA[Watch this visual how-to video as you learn to import a SharePoint 2010 site definition using Visual Studio 2010 and SharePoint Designer 2010.]]></description>
			<content:encoded><![CDATA[<p>Watch this visual how-to video as you learn to import a SharePoint 2010 site definition using Visual Studio 2010 and SharePoint Designer 2010.</p>
<p>Read the original post: <br />
<a target="_blank" href="http://www.microsoft.com/resources/msdn/en-us/office/media/video/sharepoint.html?cid=sharepoint-video&amp;VideoID=1d26d2dd-a5f6-4bf7-9bee-e803fc63fd9f&amp;from=mscomsharepoint" title="Video: Importing SharePoint 2010 Site Definitions in Visual Studio 2010">Video: Importing SharePoint 2010 Site Definitions in Visual Studio 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/12/14/video-importing-sharepoint-2010-site-definitions-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an Add-in for Office 2007 and Office 2010 that &#8220;Lights Up&#8221; on Office 2010 (McLean Schofield)</title>
		<link>http://officedeveloper.net/2010/06/04/creating-an-add-in-for-office-2007-and-office-2010-that-lights-up-on-office-2010-mclean-schofield/</link>
		<comments>http://officedeveloper.net/2010/06/04/creating-an-add-in-for-office-2007-and-office-2010-that-lights-up-on-office-2010-mclean-schofield/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 22:46:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[a-check-box]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[globals-]]></category>
		<category><![CDATA[the-add-in]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/creating-an-add-in-for-office-2007-and-office-2010-that-lights-up-on-office-2010-mclean-schofield/</guid>
		<description><![CDATA[ Managed Office add-ins traditionally have been able to run in the targeted application (the version of the application whose PIAs the add-in references) and in later versions of the application. Therefore, if you need to create a single VSTO add-in that can be run in multiple versions of an application, the typical guidance is to develop the add-in by using a project template for the oldest version of Office that you want to support. For example, if your add-in needs to work with Office 2003 and Office 2007, you should create an Excel 2003 add-in (by using VSTO 2005 SE with Visual Studio 2005, or by using Visual Studio 2008). However, this strategy has several inconveniences: If you want to test/debug/run the add-in on your development computer, you must have the earliest version of Office you are targeting installed]]></description>
			<content:encoded><![CDATA[<p> Managed Office add-ins traditionally have been able to run in the targeted application (the version of the application whose PIAs the add-in references) and in later versions of the application. Therefore, if you need to create a single VSTO add-in that can be run in multiple versions of an application, the typical guidance is to develop the add-in by using a project template for the oldest version of Office that you want to support. For example, if your add-in needs to work with Office 2003 and Office 2007, you should create an Excel 2003 add-in (by using VSTO 2005 SE with Visual Studio 2005, or by using Visual Studio 2008). However, this strategy has several inconveniences: If you want to test/debug/run the add-in on your development computer, you must have the earliest version of Office you are targeting installed</p>
<p>Go here to read the rest: <br />
<a target="_blank" href="http://blogs.msdn.com/b/vsto/archive/2010/06/04/creating-an-add-in-for-office-2007-and-office-2010-that-quot-lights-up-quot-on-office-2010-mclean-schofield.aspx">Creating an Add-in for Office 2007 and Office 2010 that &#8220;Lights Up&#8221; on Office 2010 (McLean Schofield)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/06/04/creating-an-add-in-for-office-2007-and-office-2010-that-lights-up-on-office-2010-mclean-schofield/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 – Top 10 Resources to get you started…</title>
		<link>http://officedeveloper.net/2010/05/21/sharepoint-2010-%e2%80%93-top-10-resources-to-get-you-started%e2%80%a6/</link>
		<comments>http://officedeveloper.net/2010/05/21/sharepoint-2010-%e2%80%93-top-10-resources-to-get-you-started%e2%80%a6/#comments</comments>
		<pubDate>Sat, 22 May 2010 05:29:19 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[check-out-the]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[getting-started]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[point-server]]></category>
		<category><![CDATA[professionals]]></category>
		<category><![CDATA[search-server]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sharepoint-2010-%e2%80%93-top-10-resources-to-get-you-started%e2%80%a6/</guid>
		<description><![CDATA[ With the official launch of SharePoint 2010 last week, we thought now would be a perfect time for us to share some resources to help you to get started evaluating and learning about the new release.  This post contains links to download evaluation software, guides, demo virtual machines and lots more, for both Developers and IT Professionals.   1]]></description>
			<content:encoded><![CDATA[<p> With the official launch of SharePoint 2010 last week, we thought now would be a perfect time for us to share some resources to help you to get started evaluating and learning about the new release.  This post contains links to download evaluation software, guides, demo virtual machines and lots more, for both Developers and IT Professionals.   1</p>
<p>More here: <br />
<a target="_blank" href="http://feedproxy.google.com/~r/sharepointteamblog/~3/C9Hdnen9CtU/sharepoint-2010-top-10-resources-to-get-you-started.aspx" title="SharePoint 2010 – Top 10 Resources to get you started…">SharePoint 2010 – Top 10 Resources to get you started…</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/05/21/sharepoint-2010-%e2%80%93-top-10-resources-to-get-you-started%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a SharePoint Visual Web Part using Visual Studio 2010</title>
		<link>http://officedeveloper.net/2010/01/29/creating-a-sharepoint-visual-web-part-using-visual-studio-2010/</link>
		<comments>http://officedeveloper.net/2010/01/29/creating-a-sharepoint-visual-web-part-using-visual-studio-2010/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 09:27:13 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[northwind]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[task]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/creating-a-sharepoint-visual-web-part-using-visual-studio-2010/</guid>
		<description><![CDATA[ Last year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office &#38; SharePoint 2007. Lately I’ve been writing articles that show how to upgrade it to Office &#38; SharePoint 2010 using Visual Studio 2010. If you missed them: Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010 Build WPF Data Controls for Outlook Addins Easily with VS2010 Migrating a 2007 Workflow to Visual Studio &#38; SharePoint 2010 I also released the migrated sample application here: http://code.msdn.microsoft.com/OBANorthwind If you look at the VS2010 solution in that sample you’ll see a few extra projects in there that add more functionality to our application]]></description>
			<content:encoded><![CDATA[<p> Last year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office &amp; SharePoint 2007. Lately I’ve been writing articles that show how to upgrade it to Office &amp; SharePoint 2010 using Visual Studio 2010. If you missed them: Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010 Build WPF Data Controls for Outlook Addins Easily with VS2010 Migrating a 2007 Workflow to Visual Studio &amp; SharePoint 2010 I also released the migrated sample application here: http://code.msdn.microsoft.com/OBANorthwind If you look at the VS2010 solution in that sample you’ll see a few extra projects in there that add more functionality to our application</p>
<p><img src="http://officedeveloper.net/wp-content/uploads/2010/01/25ff114180image_2-150x107.png" /></p>
<p>Read the original here:<br />
<a target="_blank" href="http://blogs.msdn.com/bethmassi/archive/2010/01/28/creating-a-sharepoint-visual-web-part-using-visual-studio-2010.aspx" title="Creating a SharePoint Visual Web Part using Visual Studio 2010">Creating a SharePoint Visual Web Part using Visual Studio 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/01/29/creating-a-sharepoint-visual-web-part-using-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010</title>
		<link>http://officedeveloper.net/2009/12/16/migrating-an-outlook-client-to-net-framework-4-in-visual-studio-2010/</link>
		<comments>http://officedeveloper.net/2009/12/16/migrating-an-outlook-client-to-net-framework-4-in-visual-studio-2010/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:12:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/migrating-an-outlook-client-to-net-framework-4-in-visual-studio-2010/</guid>
		<description><![CDATA[ Early this year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office &#38; SharePoint 2007. If you missed them: Architecture of the Northwind Office Business Application OBA Part 1 - Exposing Line-of-Business Data OBA Part 2 - Building an Outlook Client against LOB Data OBA Part 3 - Storing and Reading Data in Word Documents OBA Part 4 - Building an Excel Client against LOB Data OBA Part 5 - Building the SharePoint 2007 Workflow The solution consists of an Outlook client that pulls up order history when a customer email arrives in the sales associate’s inbox. This way they don’t have to leave Outlook (the application that they live in all day) to see corresponding line-of-business (LOB) data, in this case order history, right in the email message. ]]></description>
			<content:encoded><![CDATA[<p> Early this year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office &amp; SharePoint 2007. If you missed them: Architecture of the Northwind Office Business Application OBA Part 1 &#8211; Exposing Line-of-Business Data OBA Part 2 &#8211; Building an Outlook Client against LOB Data OBA Part 3 &#8211; Storing and Reading Data in Word Documents OBA Part 4 &#8211; Building an Excel Client against LOB Data OBA Part 5 &#8211; Building the SharePoint 2007 Workflow The solution consists of an Outlook client that pulls up order history when a customer email arrives in the sales associate’s inbox. This way they don’t have to leave Outlook (the application that they live in all day) to see corresponding line-of-business (LOB) data, in this case order history, right in the email message. </p>
<p><img src="" /></p>
<p>Read the original here: <br />
<a target="_blank" href="http://blogs.msdn.com/bethmassi/archive/2009/12/15/migrating-an-outlook-client-to-net-framework-4-in-visual-studio-2010.aspx" title="Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010">Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/12/16/migrating-an-outlook-client-to-net-framework-4-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Platform Differentiation</title>
		<link>http://officedeveloper.net/2009/11/09/sharepoint-2010-platform-differentiation/</link>
		<comments>http://officedeveloper.net/2009/11/09/sharepoint-2010-platform-differentiation/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:27:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[also-appreciate]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[choice]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[senior-program]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[tools-presented]]></category>
		<category><![CDATA[vendor]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sharepoint-2010-platform-differentiation/</guid>
		<description><![CDATA[ There are many vendors that claim to have an enterprise collaboration platform. So what differentiates SharePoint? Each vendor can defend their features, their interoperability investments and developer stack. ]]></description>
			<content:encoded><![CDATA[<p> There are many vendors that claim to have an enterprise collaboration platform. So what differentiates SharePoint? Each vendor can defend their features, their interoperability investments and developer stack. </p>
<p><img src="" /></p>
<p>See the original post here: <br />
<a target="_blank" href="http://blogs.msdn.com/arpans/archive/2009/11/09/sharepoint-2010-platform-differentiation.aspx" title="SharePoint 2010 Platform Differentiation">SharePoint 2010 Platform Differentiation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/11/09/sharepoint-2010-platform-differentiation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Designer 2010 New Shell Tour</title>
		<link>http://officedeveloper.net/2009/11/02/sharepoint-designer-2010-new-shell-tour/</link>
		<comments>http://officedeveloper.net/2009/11/02/sharepoint-designer-2010-new-shell-tour/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 22:20:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[point-designer]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sharepoint-designer-2010-new-shell-tour/</guid>
		<description><![CDATA[ Welcome to SharePoint Designer 2010! As Todd Haugen mentioned in his latest blog, we’ve got a number of wonderful features this release and we’re really excited to get them into your hands. This is a follow-up blog to dive into the new shell, or user interface, of SPD 2010]]></description>
			<content:encoded><![CDATA[<p> Welcome to SharePoint Designer 2010! As Todd Haugen mentioned in his latest blog, we’ve got a number of wonderful features this release and we’re really excited to get them into your hands. This is a follow-up blog to dive into the new shell, or user interface, of SPD 2010</p>
<p><img src="" /></p>
<p>Original post:<br />
<a target="_blank" href="http://blogs.msdn.com/sharepointdesigner/archive/2009/11/02/sharepoint-designer-2010-new-shell-tour.aspx" title="SharePoint Designer 2010 New Shell Tour">SharePoint Designer 2010 New Shell Tour</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/11/02/sharepoint-designer-2010-new-shell-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010: A First-Class Developer Platform</title>
		<link>http://officedeveloper.net/2009/10/19/sharepoint-2010-a-first-class-developer-platform-2/</link>
		<comments>http://officedeveloper.net/2009/10/19/sharepoint-2010-a-first-class-developer-platform-2/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 19:04:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sharepoint-2010-a-first-class-developer-platform-2/</guid>
		<description><![CDATA[ By Steve Fox When I think developer platform, my baseline requirements are solid tool support, a good cadre of out-of-the-box (OOTB) features that I can leverage, and a robust set of APIs. ]]></description>
			<content:encoded><![CDATA[<p> By Steve Fox When I think developer platform, my baseline requirements are solid tool support, a good cadre of out-of-the-box (OOTB) features that I can leverage, and a robust set of APIs. </p>
<p>Here is the original post:<br />
<a target="_blank" href="http://community.sharepointproconnections.com/blogs/grodcay/archive/2009/10/19/sharepoint-2010-a-first-class-developer-platform.aspx" title="SharePoint 2010: A First-Class Developer Platform">SharePoint 2010: A First-Class Developer Platform</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/10/19/sharepoint-2010-a-first-class-developer-platform-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check Out These SharePoint Designer Workflow Essentials Videos!</title>
		<link>http://officedeveloper.net/2009/07/01/check-out-these-sharepoint-designer-workflow-essentials-videos/</link>
		<comments>http://officedeveloper.net/2009/07/01/check-out-these-sharepoint-designer-workflow-essentials-videos/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 16:31:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[couple-minutes]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[reset-item]]></category>
		<category><![CDATA[watch-video]]></category>
		<category><![CDATA[workflow-essentials]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/check-out-these-sharepoint-designer-workflow-essentials-videos/</guid>
		<description><![CDATA[ I recently recorded a bunch of videos that demonstrate how each of the activities in our Workflow Essentials product work. If you aren’t already familiar with Workflow Essentials, it adds more than two dozen activities and conditions to your SharePoint Designer workflows so you can can do so much more with them. Most of these videos are only 2-3 minutes long. ]]></description>
			<content:encoded><![CDATA[<p> I recently recorded a bunch of videos that demonstrate how each of the activities in our Workflow Essentials product work. If you aren’t already familiar with Workflow Essentials, it adds more than two dozen activities and conditions to your SharePoint Designer workflows so you can can do so much more with them. Most of these videos are only 2-3 minutes long. </p>
<p><img src="" /></p>
<p>Read the original post:<br />
<a target="_blank" href="http://feedproxy.google.com/~r/SharepointSolutionsBlog/~3/h4JaNZn5ef8/check-out-these-sharepoint-designer.html" title="Check Out These SharePoint Designer Workflow Essentials Videos!">Check Out These SharePoint Designer Workflow Essentials Videos!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/07/01/check-out-these-sharepoint-designer-workflow-essentials-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing for Office and SharePoint Server 2010 (Christin Boyd)</title>
		<link>http://officedeveloper.net/2009/05/01/developing-for-office-and-sharepoint-server-2010-christin-boyd/</link>
		<comments>http://officedeveloper.net/2009/05/01/developing-for-office-and-sharepoint-server-2010-christin-boyd/#comments</comments>
		<pubDate>Fri, 01 May 2009 21:08:42 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[a-built-in-menu]]></category>
		<category><![CDATA[christin boyd]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[visual studio 2010]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/developing-for-office-and-sharepoint-server-2010-christin-boyd/</guid>
		<description><![CDATA[ I get a lot of questions about the future.  When will Visual Studio release?   First half of 2010]]></description>
			<content:encoded><![CDATA[<p> I get a lot of questions about the future.  When will Visual Studio release?   First half of 2010</p>
<p>View post: <br />
<a target="_blank" href="http://blogs.msdn.com/vsto/archive/2009/05/01/developing-for-office-and-sharepoint-server-2010-christin-boyd.aspx" title="Developing for Office and SharePoint Server 2010 (Christin Boyd)">Developing for Office and SharePoint Server 2010 (Christin Boyd)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/05/01/developing-for-office-and-sharepoint-server-2010-christin-boyd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

