<?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; OBA</title>
	<atom:link href="http://officedeveloper.net/tag/oba/feed/" rel="self" type="application/rss+xml" />
	<link>http://officedeveloper.net</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 00:50:00 +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>Building Business Applications with SharePoint 2010 and Office 2010: Presentation from Tyson Developer&#8217;s Conference</title>
		<link>http://officedeveloper.net/2010/11/03/building-business-applications-with-sharepoint-2010-and-office-2010-presentation-from-tyson-developers-conference/</link>
		<comments>http://officedeveloper.net/2010/11/03/building-business-applications-with-sharepoint-2010-and-office-2010-presentation-from-tyson-developers-conference/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 17:08:17 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Building Business]]></category>
		<category><![CDATA[Business Application]]></category>
		<category><![CDATA[Business Applications]]></category>
		<category><![CDATA[Business Office]]></category>
		<category><![CDATA[Office Business]]></category>
		<category><![CDATA[Office Business Application]]></category>
		<category><![CDATA[Office Developer]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Tyson]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/?p=2399</guid>
		<description><![CDATA[I wanted to thank everyone who came out to my presentation. Here is a link to the slide deck as well as a link to the source code. PowerPoint Building Business Applications with SharePoint 2010 and Office 2010 Source Code Nortwind Office Business Application]]></description>
			<content:encoded><![CDATA[<p>I wanted to thank everyone who came out to my presentation. Here is a link to the slide deck as well as a link to the source code.</p>
<p><span style="text-decoration: underline;"><strong>PowerPoint</strong></span><a href="http://officedeveloper.net/wp-content/uploads/2010/11/Building-Business-Applications-with-SharePoint-2010-and-Office-2010.pdf"><br />
Building Business Applications with SharePoint 2010 and Office 2010</a></p>
<p><span style="text-decoration: underline;"><strong>Source Code</strong></span><br />
<a href="http://code.msdn.microsoft.com/OBANorthwind" target="_blank">Nortwind Office Business Application</a></p>
<p><a href="http://officedeveloper.net/wp-content/uploads/2010/11/TysonDevCon.png"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/11/03/building-business-applications-with-sharepoint-2010-and-office-2010-presentation-from-tyson-developers-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing an OData Producer using an Office 2010 Add-in</title>
		<link>http://officedeveloper.net/2010/08/09/accessing-an-odata-producer-using-an-office-2010-add-in/</link>
		<comments>http://officedeveloper.net/2010/08/09/accessing-an-odata-producer-using-an-office-2010-add-in/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 03:35:38 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[block-text]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[northwind]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/accessing-an-odata-producer-using-an-office-2010-add-in/</guid>
		<description><![CDATA[ To continue the theme of landing external data in Office 2010, I’ve taken a demo excerpt from a session I presented at a conference last week to show how easy it is to land OData information in an add-in. In this sample I simply use the Northwind Database which is a publicly available OData producer . ]]></description>
			<content:encoded><![CDATA[<p> To continue the theme of landing external data in Office 2010, I’ve taken a demo excerpt from a session I presented at a conference last week to show how easy it is to land OData information in an add-in. In this sample I simply use the Northwind Database which is a publicly available OData producer . </p>
<p><img src="" /></p>
<p>Original post:<br />
<a target="_blank" href="http://blogs.msdn.com/b/donovanf/archive/2010/08/09/accessing-an-odata-producer-using-an-office-2010-add-in.aspx" title="Accessing an OData Producer using an Office 2010 Add-in">Accessing an OData Producer using an Office 2010 Add-in</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/08/09/accessing-an-odata-producer-using-an-office-2010-add-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily Adding SafeControls in SharePoint 2010 with Visual Studio 2010</title>
		<link>http://officedeveloper.net/2010/08/06/easily-adding-safecontrols-in-sharepoint-2010-with-visual-studio-2010/</link>
		<comments>http://officedeveloper.net/2010/08/06/easily-adding-safecontrols-in-sharepoint-2010-with-visual-studio-2010/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 14:14:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[customaction]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[manifest]]></category>
		<category><![CDATA[required]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[with-the-help]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/easily-adding-safecontrols-in-sharepoint-2010-with-visual-studio-2010/</guid>
		<description><![CDATA[ Many SharePoint developers know that deploying your SharePoint customization to a SharePoint server often requires you to tinker the web.config of the sites where you’d like to see the customization in action. You can do these web.config modifications manually (not advisable), or automate them with the help of the SPWebConfigModification class from the Object Model. But quite often it’s not even necessary to use that class; when you deploy your customizations with the help of a Solution (.WSP file), like you should, the Solution deployment mechanism can modify the Web.Config to apply the most commonly used changes]]></description>
			<content:encoded><![CDATA[<p> Many SharePoint developers know that deploying your SharePoint customization to a SharePoint server often requires you to tinker the web.config of the sites where you’d like to see the customization in action. You can do these web.config modifications manually (not advisable), or automate them with the help of the SPWebConfigModification class from the Object Model. But quite often it’s not even necessary to use that class; when you deploy your customizations with the help of a Solution (.WSP file), like you should, the Solution deployment mechanism can modify the Web.Config to apply the most commonly used changes</p>
<p><img src="" /></p>
<p>Continued here:<br />
<a target="_blank" href="http://weblogs.asp.net/jan/archive/2010/08/06/easily-adding-safecontrols-in-sharepoint-2010-with-visual-studio-2010.aspx" title="Easily Adding SafeControls in SharePoint 2010 with Visual Studio 2010">Easily Adding SafeControls in SharePoint 2010 with Visual Studio 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/08/06/easily-adding-safecontrols-in-sharepoint-2010-with-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a Local Mail Server for a SharePoint Virtual Machine on Server 2008</title>
		<link>http://officedeveloper.net/2010/07/13/setting-up-a-local-mail-server-for-a-sharepoint-virtual-machine-on-server-2008/</link>
		<comments>http://officedeveloper.net/2010/07/13/setting-up-a-local-mail-server-for-a-sharepoint-virtual-machine-on-server-2008/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 10:12:08 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[2010-developer]]></category>
		<category><![CDATA[are-familiar]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[sharepoint foundation]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/setting-up-a-local-mail-server-for-a-sharepoint-virtual-machine-on-server-2008/</guid>
		<description><![CDATA[ The only way to do software development for SharePoint is really a Virtual Machine. ]]></description>
			<content:encoded><![CDATA[<p> The only way to do software development for SharePoint is really a Virtual Machine. </p>
<p><img src="" /></p>
<p>See original here:<br />
<a target="_blank" href="http://feedproxy.google.com/~r/bsimser/~3/rJ3Ooa2szeI/setting-up-a-local-mail-server-for-a-sharepoint-virtual-machine-on-server-2008.aspx" title="Setting up a Local Mail Server for a SharePoint Virtual Machine on Server 2008">Setting up a Local Mail Server for a SharePoint Virtual Machine on Server 2008</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/07/13/setting-up-a-local-mail-server-for-a-sharepoint-virtual-machine-on-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Started Developing on SharePoint 2010</title>
		<link>http://officedeveloper.net/2010/06/11/get-started-developing-on-sharepoint-2010/</link>
		<comments>http://officedeveloper.net/2010/06/11/get-started-developing-on-sharepoint-2010/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[2010-developer]]></category>
		<category><![CDATA[are-familiar]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[getting-started]]></category>
		<category><![CDATA[manifest]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[sharepoint foundation]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[such-as-web]]></category>
		<category><![CDATA[version 2010]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/get-started-developing-on-sharepoint-2010/</guid>
		<description><![CDATA[Are you an ASP.NET developer who is ready to learn more about SharePoint 2010? Visit the Getting Started page to view screencasts and hands-on labs about working with SharePoint 2010 developer features that are familiar to ASP.NET developers, such as Web Parts and workflow.]]></description>
			<content:encoded><![CDATA[<p>Are you an ASP.NET developer who is ready to learn more about SharePoint 2010? Visit the Getting Started page to view screencasts and hands-on labs about working with SharePoint 2010 developer features that are familiar to ASP.NET developers, such as Web Parts and workflow.</p>
<p>Read more here: <br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/sharepoint/ee513147.aspx" title="Get Started Developing on SharePoint 2010">Get Started Developing on SharePoint 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/06/11/get-started-developing-on-sharepoint-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>VSTO Performance: Ribbon Reflection (Stephen Peters)</title>
		<link>http://officedeveloper.net/2010/06/03/vsto-performance-ribbon-reflection-stephen-peters/</link>
		<comments>http://officedeveloper.net/2010/06/03/vsto-performance-ribbon-reflection-stephen-peters/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 22:18:44 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Addin]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[the-add-in]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/vsto-performance-ribbon-reflection-stephen-peters/</guid>
		<description><![CDATA[ It is very easy to customize the Ribbon in your VSTO extension.  All you need to do is to add a Ribbon (Visual Designer) to your solution, and it will appear when your solution is run without needing to do any more work.  Behind the scenes, the VSTO runtime reflects through your entire addin assembly looking for Ribbon extensions to instantiate.  This reflection can cause a significant performance hit, especially on larger solutions. ]]></description>
			<content:encoded><![CDATA[<p> It is very easy to customize the Ribbon in your VSTO extension.  All you need to do is to add a Ribbon (Visual Designer) to your solution, and it will appear when your solution is run without needing to do any more work.  Behind the scenes, the VSTO runtime reflects through your entire addin assembly looking for Ribbon extensions to instantiate.  This reflection can cause a significant performance hit, especially on larger solutions. </p>
<p>Read more:<br />
<a target="_blank" href="http://blogs.msdn.com/b/vsto/archive/2010/06/03/vsto-performance-ribbon-reflection.aspx" title="VSTO Performance: Ribbon Reflection (Stephen Peters)">VSTO Performance: Ribbon Reflection (Stephen Peters)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/06/03/vsto-performance-ribbon-reflection-stephen-peters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Compile and Run Time Errors after Retargeting VSTO Projects to the .NET Framework 4 (McLean Schofield)</title>
		<link>http://officedeveloper.net/2010/06/02/fixing-compile-and-run-time-errors-after-retargeting-vsto-projects-to-the-net-framework-4-mclean-schofield/</link>
		<comments>http://officedeveloper.net/2010/06/02/fixing-compile-and-run-time-errors-after-retargeting-vsto-projects-to-the-net-framework-4-mclean-schofield/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 04:24:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></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[Word]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Addin]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[visual studio 2010]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/fixing-compile-and-run-time-errors-after-retargeting-vsto-projects-to-the-net-framework-4-mclean-schofield/</guid>
		<description><![CDATA[ Now that Visual Studio 2010 is released, some of you might be itching to upgrade your existing VSTO projects so that you can take advantage of the new features in the .NET Framework 4 that improve the Office development experience . Or, you might have already started using Visual Studio 2010 to develop a VSTO project targets the .NET Framework 3.5, and now you want to switch over to the .NET Framework 4]]></description>
			<content:encoded><![CDATA[<p> Now that Visual Studio 2010 is released, some of you might be itching to upgrade your existing VSTO projects so that you can take advantage of the new features in the .NET Framework 4 that improve the Office development experience . Or, you might have already started using Visual Studio 2010 to develop a VSTO project targets the .NET Framework 3.5, and now you want to switch over to the .NET Framework 4</p>
<p>Read the original here:<br />
<a target="_blank" href="http://blogs.msdn.com/b/vsto/archive/2010/06/02/fixing-compile-and-run-time-errors-after-retargeting-vsto-projects-to-the-net-framework-4-mclean-schofield.aspx" title="Fixing Compile and Run Time Errors after Retargeting VSTO Projects to the .NET Framework 4 (McLean Schofield)">Fixing Compile and Run Time Errors after Retargeting VSTO Projects to the .NET Framework 4 (McLean Schofield)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/06/02/fixing-compile-and-run-time-errors-after-retargeting-vsto-projects-to-the-net-framework-4-mclean-schofield/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating a 2007 Workflow to Visual Studio &amp; SharePoint 2010</title>
		<link>http://officedeveloper.net/2010/01/15/migrating-a-2007-workflow-to-visual-studio-sharepoint-2010/</link>
		<comments>http://officedeveloper.net/2010/01/15/migrating-a-2007-workflow-to-visual-studio-sharepoint-2010/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 00:42:34 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ado.net data services]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[devcenter]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[Outlook Addins]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[using-the-data]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[vs2010]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/migrating-a-2007-workflow-to-visual-studio-sharepoint-2010/</guid>
		<description><![CDATA[ Lately I’ve been converting an Office business application we built last year with Visual Studio 2008 to Visual Studio and Office 2010. Last couple posts we tackled converting the Outlook client piece. ]]></description>
			<content:encoded><![CDATA[<p> Lately I’ve been converting an Office business application we built last year with Visual Studio 2008 to Visual Studio and Office 2010. Last couple posts we tackled converting the Outlook client piece. </p>
<p><img src="" /></p>
<p>More:<br />
<a target="_blank" href="http://blogs.msdn.com/bethmassi/archive/2010/01/15/migrating-a-2007-workflow-to-visual-studio-sharepoint-2010.aspx" title="Migrating a 2007 Workflow to Visual Studio &amp; SharePoint 2010">Migrating a 2007 Workflow to Visual Studio &amp; SharePoint 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/01/15/migrating-a-2007-workflow-to-visual-studio-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2010 development using bcs</title>
		<link>http://officedeveloper.net/2009/12/25/sharepoint-2010-development-using-bcs/</link>
		<comments>http://officedeveloper.net/2009/12/25/sharepoint-2010-development-using-bcs/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 02:15:28 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[a-and-then]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[customerid]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[Msdn]]></category>
		<category><![CDATA[posted-the-full]]></category>
		<category><![CDATA[sharepoint development]]></category>
		<category><![CDATA[web-service]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sharepoint-2010-development-using-bcs/</guid>
		<description><![CDATA[ One of the big features for SharePoint 2010 (and for building OBAs) is the Business Connectivity Services (BCS). I’ve written a few posts on this, but wanted to follow up on these early posts with some additional detail on how to create a solution leveraging web services]]></description>
			<content:encoded><![CDATA[<p> One of the big features for SharePoint 2010 (and for building OBAs) is the Business Connectivity Services (BCS). I’ve written a few posts on this, but wanted to follow up on these early posts with some additional detail on how to create a solution leveraging web services</p>
<p><img src="" /></p>
<p>Read more from the original source:<br />
<a target="_blank" href="http://blogs.msdn.com/steve_fox/archive/2009/12/26/sharepoint-2010-development-using-bcs.aspx" title="Sharepoint 2010 development using bcs">Sharepoint 2010 development using bcs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/12/25/sharepoint-2010-development-using-bcs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

