<?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; .net</title>
	<atom:link href="http://officedeveloper.net/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://officedeveloper.net</link>
	<description></description>
	<lastBuildDate>Sat, 12 May 2012 09:40:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Leveraging Windows Azure WCF Services to Connect BCS with SharePoint Online</title>
		<link>http://officedeveloper.net/2011/11/12/leveraging-windows-azure-wcf-services-connect-bcs-sharepoint-online/</link>
		<comments>http://officedeveloper.net/2011/11/12/leveraging-windows-azure-wcf-services-connect-bcs-sharepoint-online/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 06:53:25 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[img-title]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[sharepoint online]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[system-]]></category>
		<category><![CDATA[vba]]></category>
		<category><![CDATA[wcf]]></category>
		<category><![CDATA[windows-azure]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/2011/11/12/leveraging-windows-azure-wcf-services-connect-bcs-sharepoint-online/</guid>
		<description><![CDATA[ Introduction You might have read an earlier post of mine where I discussed the new Business Connectivity Services (BCS) functionality in SharePoint Online (SP-O) and walked through how you can leverage jQuery and JavaScript to interact with an external list in SharePoint Online. This blog post assumed that you had created an external list in the first place and provided you with some code snippets to create a view of an external list. Since that time, a great post from Christian Glessner popped up that shows you how you can walk through creating an external list using SQL Azure. ]]></description>
			<content:encoded><![CDATA[<p> Introduction You might have read an earlier post of mine where I discussed the new Business Connectivity Services (BCS) functionality in SharePoint Online (SP-O) and walked through how you can leverage jQuery and JavaScript to interact with an external list in SharePoint Online. This blog post assumed that you had created an external list in the first place and provided you with some code snippets to create a view of an external list. Since that time, a great post from Christian Glessner popped up that shows you how you can walk through creating an external list using SQL Azure. </p>
<p><img src="" /></p>
<p>See original here: <br />
<a target="_blank" href="http://blogs.msdn.com/b/steve_fox/archive/2011/11/12/leveraging-wcf-services-to-connect-bcs-with-sharepoint-online.aspx" title="Leveraging Windows Azure WCF Services to Connect BCS with SharePoint Online">Leveraging Windows Azure WCF Services to Connect BCS with SharePoint Online</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2011/11/12/leveraging-windows-azure-wcf-services-connect-bcs-sharepoint-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing Documents in Bulk Using SharePoint 2010 and Open XML 2.0</title>
		<link>http://officedeveloper.net/2011/04/26/processing-documents-bulk-using-sharepoint-open-xml/</link>
		<comments>http://officedeveloper.net/2011/04/26/processing-documents-bulk-using-sharepoint-open-xml/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 06:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[sharepoint foundation]]></category>
		<category><![CDATA[Third Party]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[word automation services]]></category>
		<category><![CDATA[xps]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/processing-documents-bulk-using-sharepoint-open-xml</guid>
		<description><![CDATA[Learn to use the Open XML SDK 2.0 to generate specific documents, SharePoint 2010 to store those documents, Word Automation Services to convert them to XPS files to print, and .NET Framework code to send them to the printer.]]></description>
			<content:encoded><![CDATA[<p>Learn to use the Open XML SDK 2.0 to generate specific documents, SharePoint 2010 to store those documents, Word Automation Services to convert them to XPS files to print, and .NET Framework code to send them to the printer.</p>
<p>View original post here:<br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/library/hh125914.aspx" title="Processing Documents in Bulk Using SharePoint 2010 and Open XML 2.0">Processing Documents in Bulk Using SharePoint 2010 and Open XML 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2011/04/26/processing-documents-bulk-using-sharepoint-open-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample: Processing Documents in Bulk Using SharePoint 2010 and Open XML 2.0</title>
		<link>http://officedeveloper.net/2011/04/26/sample-processing-documents-bulk-using-sharepoint-open-xml/</link>
		<comments>http://officedeveloper.net/2011/04/26/sample-processing-documents-bulk-using-sharepoint-open-xml/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 06:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[2010-calendar-]]></category>
		<category><![CDATA[code sample]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[Third Party]]></category>
		<category><![CDATA[version 2010]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sample-processing-documents-bulk-using-sharepoint-open-xml</guid>
		<description><![CDATA[Explore code that uses the Open XML SDK 2.0, SharePoint 2010, Word Automation Services, and .NET Framework code to process documents in bulk.]]></description>
			<content:encoded><![CDATA[<p>Explore code that uses the Open XML SDK 2.0, SharePoint 2010, Word Automation Services, and .NET Framework code to process documents in bulk.</p>
<p>Originally posted here:<br />
<a target="_blank" href="http://code.msdn.microsoft.com/SharePoint-2010-Processing-e034e9e6" title="Sample: Processing Documents in Bulk Using SharePoint 2010 and Open XML 2.0">Sample: Processing Documents in Bulk Using SharePoint 2010 and Open XML 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2011/04/26/sample-processing-documents-bulk-using-sharepoint-open-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Code Metrics PowerTool 10.0</title>
		<link>http://officedeveloper.net/2011/01/27/visual-studio-code-metrics-powertool-10-0/</link>
		<comments>http://officedeveloper.net/2011/01/27/visual-studio-code-metrics-powertool-10-0/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 21:11:48 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[calculate-code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Code Excerpt]]></category>
		<category><![CDATA[Code Metrics]]></category>
		<category><![CDATA[Excerpt From]]></category>
		<category><![CDATA[line-utility]]></category>
		<category><![CDATA[metrics-for]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/uncategorized/visual-studio-code-metrics-powertool-10-0/</guid>
		<description><![CDATA[Command line utility to calculate code metrics for your .NET code. ]]></description>
			<content:encoded><![CDATA[<p>Command line utility to calculate code metrics for your .NET code. </p>
<p>Excerpt from: <br />
<a target="_blank" href="http://feedproxy.google.com/~r/MicrosoftDownloadCenter/~3/3fP8xZAvZT0/details.aspx" title="Visual Studio Code Metrics PowerTool 10.0">Visual Studio Code Metrics PowerTool 10.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2011/01/27/visual-studio-code-metrics-powertool-10-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Accessing SharePoint Data with the .NET Client Object Model</title>
		<link>http://officedeveloper.net/2010/10/05/video-accessing-sharepoint-data-with-the-net-client-object-model/</link>
		<comments>http://officedeveloper.net/2010/10/05/video-accessing-sharepoint-data-with-the-net-client-object-model/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[2010-managed]]></category>
		<category><![CDATA[Demonstration]]></category>
		<category><![CDATA[sharepoint server]]></category>
		<category><![CDATA[version 2010]]></category>
		<category><![CDATA[VSTO]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/video-accessing-sharepoint-data-with-the-net-client-object-model/</guid>
		<description><![CDATA[Watch this visual how-to video and learn to use the SharePoint 2010 managed client object model to read and write data in SharePoint sites from Microsoft .NET Framework–based applications.]]></description>
			<content:encoded><![CDATA[<p>Watch this visual how-to video and learn to use the SharePoint 2010 managed client object model to read and write data in SharePoint sites from Microsoft .NET Framework–based applications.</p>
<p>Go here to read the rest:<br />
<a target="_blank" href="http://www.microsoft.com/resources/msdn/en-us/office/media/video/sharepoint.html?uuid=b87c1841-e8f1-4304-a689-9cb79f09d5acamp;from=mscomsharepoint" title="Video: Accessing SharePoint Data with the .NET Client Object Model">Video: Accessing SharePoint Data with the .NET Client Object Model</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/10/05/video-accessing-sharepoint-data-with-the-net-client-object-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Retargeting a Word 2007 Add-In that uses Smart Tags from .NET 3.5 to .NET 4.0</title>
		<link>http://officedeveloper.net/2010/08/18/video-retargeting-a-word-2007-add-in-that-uses-smart-tags-from-net-3-5-to-net-4-0/</link>
		<comments>http://officedeveloper.net/2010/08/18/video-retargeting-a-word-2007-add-in-that-uses-smart-tags-from-net-3-5-to-net-4-0/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[change-the]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[how-to-video]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[sharepoint server]]></category>
		<category><![CDATA[version 2007]]></category>
		<category><![CDATA[version 2010]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[you-learn]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/video-retargeting-a-word-2007-add-in-that-uses-smart-tags-from-net-3-5-to-net-4-0/</guid>
		<description><![CDATA[Watch this visual how-to video as you learn to change the target version from .NET Framework 3.5 to .NET Framework 4.]]></description>
			<content:encoded><![CDATA[<p>Watch this visual how-to video as you learn to change the target version from .NET Framework 3.5 to .NET Framework 4.</p>
<p>Read more: <br />
<a target="_blank" href="http://www.microsoft.com/resources/msdn/en-us/office/media/video/office.html?uuid=d2527e5f-6e84-4591-9282-252dbca475cd&amp;amp;from=mscomoffice" title="Video: Retargeting a Word 2007 Add-In that uses Smart Tags from .NET 3.5 to .NET 4.0">Video: Retargeting a Word 2007 Add-In that uses Smart Tags from .NET 3.5 to .NET 4.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/08/18/video-retargeting-a-word-2007-add-in-that-uses-smart-tags-from-net-3-5-to-net-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample: Deploying an Office 2007 .NET 3.5 project and an Office 2010 NET 4.0 Project</title>
		<link>http://officedeveloper.net/2010/08/18/sample-deploying-an-office-2007-net-3-5-project-and-an-office-2010-net-4-0-project/</link>
		<comments>http://officedeveloper.net/2010/08/18/sample-deploying-an-office-2007-net-3-5-project-and-an-office-2010-net-4-0-project/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[3-5-and]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code sample]]></category>
		<category><![CDATA[how-to-article]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[you-learn]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sample-deploying-an-office-2007-net-3-5-project-and-an-office-2010-net-4-0-project/</guid>
		<description><![CDATA[Explore the code in this visual how-to article as you learn to build solutions that target both .NET Framework 3.5 and .NET Framework 4.]]></description>
			<content:encoded><![CDATA[<p>Explore the code in this visual how-to article as you learn to build solutions that target both .NET Framework 3.5 and .NET Framework 4.</p>
<p>Read more from the original source:<br />
<a target="_blank" href="http://code.msdn.microsoft.com/odcoffice14h2/Release/ProjectReleases.aspx?ReleaseId=4762" title="Sample: Deploying an Office 2007 .NET 3.5 project and an Office 2010 NET 4.0 Project">Sample: Deploying an Office 2007 .NET 3.5 project and an Office 2010 NET 4.0 Project</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/08/18/sample-deploying-an-office-2007-net-3-5-project-and-an-office-2010-net-4-0-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample: Retargeting a Word 2007 Add-In that uses Smart Tags from .NET 3.5 to .NET 4.0</title>
		<link>http://officedeveloper.net/2010/08/18/sample-retargeting-a-word-2007-add-in-that-uses-smart-tags-from-net-3-5-to-net-4-0/</link>
		<comments>http://officedeveloper.net/2010/08/18/sample-retargeting-a-word-2007-add-in-that-uses-smart-tags-from-net-3-5-to-net-4-0/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 02:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[article-as-you]]></category>
		<category><![CDATA[change-the]]></category>
		<category><![CDATA[code sample]]></category>
		<category><![CDATA[how-to-article]]></category>
		<category><![CDATA[target-version]]></category>
		<category><![CDATA[version 2007]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/sample-retargeting-a-word-2007-add-in-that-uses-smart-tags-from-net-3-5-to-net-4-0/</guid>
		<description><![CDATA[Explore the code in this visual how-to article as you learn to change the target version from .NET Framework 3.5 to .NET Framework 4.]]></description>
			<content:encoded><![CDATA[<p>Explore the code in this visual how-to article as you learn to change the target version from .NET Framework 3.5 to .NET Framework 4.</p>
<p>View original post here: <br />
<a target="_blank" href="http://code.msdn.microsoft.com/odcwd14h2/Release/ProjectReleases.aspx?ReleaseId=4761" title="Sample: Retargeting a Word 2007 Add-In that uses Smart Tags from .NET 3.5 to .NET 4.0">Sample: Retargeting a Word 2007 Add-In that uses Smart Tags from .NET 3.5 to .NET 4.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/08/18/sample-retargeting-a-word-2007-add-in-that-uses-smart-tags-from-net-3-5-to-net-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 Keyboard Shortcuts</title>
		<link>http://officedeveloper.net/2010/07/29/visual-studio-2010-keyboard-shortcuts/</link>
		<comments>http://officedeveloper.net/2010/07/29/visual-studio-2010-keyboard-shortcuts/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 14:51:51 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[community news]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[Posters]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[week]]></category>
		<category><![CDATA[week-the-visual]]></category>
		<category><![CDATA[will]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/visual-studio-2010-keyboard-shortcuts/</guid>
		<description><![CDATA[ Earlier this week the Visual Studio team released updated VS 2010 Keyboard Shortcut Posters .  These posters are print-ready documents (that now support standard paper sizes), and provide nice “cheat sheet” tables that can help you quickly lookup (and eventually memorize) common keystroke commands within Visual Studio. This week’s updated posters incorporate a number of improvements: Letter-sized (8.5”x11”) print ready versions are now available A4-sized (210x297mm) print ready versions are now available The goofy people pictures on them are gone (thank goodness) The posters are in PDF format – enabling you to easily download and print them using whichever paper size is in your printer. Download the Posters You can download the VS 2010 Keybinding posters in PDF format here . ]]></description>
			<content:encoded><![CDATA[<p> Earlier this week the Visual Studio team released updated VS 2010 Keyboard Shortcut Posters .  These posters are print-ready documents (that now support standard paper sizes), and provide nice “cheat sheet” tables that can help you quickly lookup (and eventually memorize) common keystroke commands within Visual Studio. This week’s updated posters incorporate a number of improvements: Letter-sized (8.5”x11”) print ready versions are now available A4-sized (210x297mm) print ready versions are now available The goofy people pictures on them are gone (thank goodness) The posters are in PDF format – enabling you to easily download and print them using whichever paper size is in your printer. Download the Posters You can download the VS 2010 Keybinding posters in PDF format here . </p>
<p><img src="http://officedeveloper.net/wp-content/uploads/2010/08/4588c5db5aimage_07FDAB6F-150x98.png" /></p>
<p>Read more from the original source:<br />
<a target="_blank" href="http://weblogs.asp.net/scottgu/archive/2010/07/29/visual-studio-2010-keyboard-shortcuts.aspx" title="Visual Studio 2010 Keyboard Shortcuts">Visual Studio 2010 Keyboard Shortcuts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2010/07/29/visual-studio-2010-keyboard-shortcuts/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>
	</channel>
</rss>

