<?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; the-code</title>
	<atom:link href="http://officedeveloper.net/tag/the-code/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>Sample: Creating and Publishing Excel 2010 Documents with Custom SharePoint 2010 Workflows</title>
		<link>http://officedeveloper.net/2010/11/01/sample-creating-and-publishing-excel-2010-documents-with-custom-sharepoint-2010-workflows/</link>
		<comments>http://officedeveloper.net/2010/11/01/sample-creating-and-publishing-excel-2010-documents-with-custom-sharepoint-2010-workflows/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code gallery]]></category>
		<category><![CDATA[explore-the-code]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[sharepoint server]]></category>
		<category><![CDATA[the-code]]></category>
		<category><![CDATA[version 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[workflows-and]]></category>
		<category><![CDATA[you-learn]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/uncategorized/sample-creating-and-publishing-excel-2010-documents-with-custom-sharepoint-2010-workflows/</guid>
		<description><![CDATA[Explore the code as you learn to generate Excel spreadsheets inside SharePoint workflows and publish them to SharePoint sites.]]></description>
			<content:encoded><![CDATA[<p>Explore the code as you learn to generate Excel spreadsheets inside SharePoint workflows and publish them to SharePoint sites.</p>
<p>Go here to see the original: <br />
<a target="_blank" href="http://code.msdn.microsoft.com/odcsp14ta/Release/ProjectReleases.aspx?ReleaseId=5130" title="Sample: Creating and Publishing Excel 2010 Documents with Custom SharePoint 2010 Workflows">Sample: Creating and Publishing Excel 2010 Documents with Custom SharePoint 2010 Workflows</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/11/01/sample-creating-and-publishing-excel-2010-documents-with-custom-sharepoint-2010-workflows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the New Expression Builder to Build If-Then Statements in Access 2010 Applications (Visual How To)</title>
		<link>http://officedeveloper.net/2010/09/28/using-the-new-expression-builder-to-build-if-then-statements-in-access-2010-applications-visual-how-to/</link>
		<comments>http://officedeveloper.net/2010/09/28/using-the-new-expression-builder-to-build-if-then-statements-in-access-2010-applications-visual-how-to/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[a-query-using]]></category>
		<category><![CDATA[and-explore]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[explore-the-code]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[function-call]]></category>
		<category><![CDATA[mcw technologies, llc.]]></category>
		<category><![CDATA[mvp]]></category>
		<category><![CDATA[the-code]]></category>
		<category><![CDATA[the-new]]></category>
		<category><![CDATA[using-the-new]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[watch-the-video]]></category>
		<category><![CDATA[you-learn]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/using-the-new-expression-builder-to-build-if-then-statements-in-access-2010-applications-visual-how-to/</guid>
		<description><![CDATA[Watch the video and explore the code as you learn to create a nested IIf function call when you design a query using the new Access 2010 Expression Builder. Author: Ken Getz (MVP)]]></description>
			<content:encoded><![CDATA[<p>Watch the video and explore the code as you learn to create a nested IIf function call when you design a query using the new Access 2010 Expression Builder. Author: Ken Getz (MVP)</p>
<p>Read more from the original source:<br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/library/gg241307(Office.14).aspx" title="Using the New Expression Builder to Build If-Then Statements in Access 2010 Applications (Visual How To)">Using the New Expression Builder to Build If-Then Statements in Access 2010 Applications (Visual How To)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/09/28/using-the-new-expression-builder-to-build-if-then-statements-in-access-2010-applications-visual-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample: Retrieving Lists of Hidden Rows or Columns in Excel 2010 Workbooks by Using the Open XML SDK 2.0</title>
		<link>http://officedeveloper.net/2010/08/31/sample-retrieving-lists-of-hidden-rows-or-columns-in-excel-2010-workbooks-by-using-the-open-xml-sdk-2-0/</link>
		<comments>http://officedeveloper.net/2010/08/31/sample-retrieving-lists-of-hidden-rows-or-columns-in-excel-2010-workbooks-by-using-the-open-xml-sdk-2-0/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[article-as-you]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[File Formats]]></category>
		<category><![CDATA[how-to-article]]></category>
		<category><![CDATA[rows-and]]></category>
		<category><![CDATA[the-code]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[you-learn]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sample-retrieving-lists-of-hidden-rows-or-columns-in-excel-2010-workbooks-by-using-the-open-xml-sdk-2-0/</guid>
		<description><![CDATA[Explore the code in this visual how-to article as you learn to use Open XML file formats to retrieve information about hidden rows and columns in an Excel worksheet. Author: Ken Getz (MVP)]]></description>
			<content:encoded><![CDATA[<p>Explore the code in this visual how-to article as you learn to use Open XML file formats to retrieve information about hidden rows and columns in an Excel worksheet. Author: Ken Getz (MVP)</p>
<p>Here is the original: <br />
<a target="_blank" href="http://code.msdn.microsoft.com/odcoffice14h2/Release/ProjectReleases.aspx?ReleaseId=4800" title="Sample: Retrieving Lists of Hidden Rows or Columns in Excel 2010 Workbooks by Using the Open XML SDK 2.0">Sample: Retrieving Lists of Hidden Rows or Columns in Excel 2010 Workbooks by Using the Open XML SDK 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/08/31/sample-retrieving-lists-of-hidden-rows-or-columns-in-excel-2010-workbooks-by-using-the-open-xml-sdk-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample: Deploying Multiple Office 2010 Projects in One Package</title>
		<link>http://officedeveloper.net/2010/08/24/sample-deploying-multiple-office-2010-projects-in-one-package/</link>
		<comments>http://officedeveloper.net/2010/08/24/sample-deploying-multiple-office-2010-projects-in-one-package/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[article-as-you]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code sample]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[the-code]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[you-learn]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sample-deploying-multiple-office-2010-projects-in-one-package/</guid>
		<description><![CDATA[Explore the code in this visual how-to article as you learn to deploy an Office solution that uses ClickOnce deployment.]]></description>
			<content:encoded><![CDATA[<p>Explore the code in this visual how-to article as you learn to deploy an Office solution that uses ClickOnce deployment.</p>
<p>See more here:<br />
<a target="_blank" href="http://code.msdn.microsoft.com/odcoffice14h2/Release/ProjectReleases.aspx?ReleaseId=4763" title="Sample: Deploying Multiple Office 2010 Projects in One Package">Sample: Deploying Multiple Office 2010 Projects in One Package</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/08/24/sample-deploying-multiple-office-2010-projects-in-one-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample: Adding Custom Commands and Changing the Visibility of Controls in the Office 2010 Backstage View</title>
		<link>http://officedeveloper.net/2010/04/27/sample-adding-custom-commands-and-changing-the-visibility-of-controls-in-the-office-2010-backstage-view/</link>
		<comments>http://officedeveloper.net/2010/04/27/sample-adding-custom-commands-and-changing-the-visibility-of-controls-in-the-office-2010-backstage-view/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[article-as-you]]></category>
		<category><![CDATA[backstage]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Command Buttons]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[explore-the-code]]></category>
		<category><![CDATA[how-to-article]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[the-code]]></category>
		<category><![CDATA[the-new]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sample-adding-custom-commands-and-changing-the-visibility-of-controls-in-the-office-2010-backstage-view/</guid>
		<description><![CDATA[Explore the code in this visual how-to article as you learn to create fast command buttons in the new Office 2010 Backstage view and set the format of controls when the Backstage view is displayed.]]></description>
			<content:encoded><![CDATA[<p>Explore the code in this visual how-to article as you learn to create fast command buttons in the new Office 2010 Backstage view and set the format of controls when the Backstage view is displayed.</p>
<p>Read the original here:<br />
<a target="_blank" href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=odcoffice14h2&amp;ReleaseId=4017" title="Sample: Adding Custom Commands and Changing the Visibility of Controls in the Office 2010 Backstage View">Sample: Adding Custom Commands and Changing the Visibility of Controls in the Office 2010 Backstage View</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/04/27/sample-adding-custom-commands-and-changing-the-visibility-of-controls-in-the-office-2010-backstage-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample: Connecting to a .NET Framework Source Using Business Connectivity Services in Office 2010</title>
		<link>http://officedeveloper.net/2010/02/09/sample-connecting-to-a-net-framework-source-using-business-connectivity-services-in-office-2010/</link>
		<comments>http://officedeveloper.net/2010/02/09/sample-connecting-to-a-net-framework-source-using-business-connectivity-services-in-office-2010/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 06:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Bcs]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[explore-the-code]]></category>
		<category><![CDATA[how-to-article]]></category>
		<category><![CDATA[isoftstone, inc.]]></category>
		<category><![CDATA[krist]]></category>
		<category><![CDATA[the-code]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sample-connecting-to-a-net-framework-source-using-business-connectivity-services-in-office-2010/</guid>
		<description><![CDATA[Explore the code in this visual how-to article as you learn to learn how to use Visual Studio 2010 to create a BCS external content type. Author: Joel Krist (Other)]]></description>
			<content:encoded><![CDATA[<p>Explore the code in this visual how-to article as you learn to learn how to use Visual Studio 2010 to create a BCS external content type. Author: Joel Krist (Other)</p>
<p>Original post:<br />
<a target="_blank" href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=odcoffice14h2&amp;ReleaseId=3902" title="Sample: Connecting to a .NET Framework Source Using Business Connectivity Services in Office 2010">Sample: Connecting to a .NET Framework Source Using Business Connectivity Services in Office 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/02/09/sample-connecting-to-a-net-framework-source-using-business-connectivity-services-in-office-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

