<?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; a-very-smart</title>
	<atom:link href="http://officedeveloper.net/tag/a-very-smart/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>32bit Visual Studio and 64bit Office (Christin Boyd)</title>
		<link>http://officedeveloper.net/2009/06/11/32bit-visual-studio-and-64bit-office-christin-boyd/</link>
		<comments>http://officedeveloper.net/2009/06/11/32bit-visual-studio-and-64bit-office-christin-boyd/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 20:44:05 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[a-32bit-version]]></category>
		<category><![CDATA[a-very-smart]]></category>
		<category><![CDATA[microsoft-share]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[visual studio 2010]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/32bit-visual-studio-and-64bit-office-christin-boyd/</guid>
		<description><![CDATA[ Visual Studio 2010 will ship with a 32bit version, and no 64bit version.  My team built a very smart layer into Visual Studio 2010 to enable designers and debuggers that work with 64bit Office 2010 and 64bit SharePoint Server 2010.  For a good explanation of why the Visual Studio team chose to only build a 32bit version for the next release, you can find a blog post by Rico Mariani titled “ Visual Studio: Why is there no 64 bit version? (yet) ” SharePoint Server 2010 will be 64-bit only.  You can learn more about the requirements of Microsoft SharePoint Server 2010 on the SharePoint Team Blog entry “ Announcing SharePoint Server 2010 Preliminary System Requirements ”  If you plan to build solutions for the next generation of SharePoint Server, then I recommend budgeting to purchase 64bit hardware. ]]></description>
			<content:encoded><![CDATA[<p> Visual Studio 2010 will ship with a 32bit version, and no 64bit version.  My team built a very smart layer into Visual Studio 2010 to enable designers and debuggers that work with 64bit Office 2010 and 64bit SharePoint Server 2010.  For a good explanation of why the Visual Studio team chose to only build a 32bit version for the next release, you can find a blog post by Rico Mariani titled “ Visual Studio: Why is there no 64 bit version? (yet) ” SharePoint Server 2010 will be 64-bit only.  You can learn more about the requirements of Microsoft SharePoint Server 2010 on the SharePoint Team Blog entry “ Announcing SharePoint Server 2010 Preliminary System Requirements ”  If you plan to build solutions for the next generation of SharePoint Server, then I recommend budgeting to purchase 64bit hardware. </p>
<p>See original here: <br />
<a target="_blank" href="http://blogs.msdn.com/vsto/archive/2009/06/11/32bit-visual-studio-and-64bit-office-christin-boyd.aspx" title="32bit Visual Studio and 64bit Office (Christin Boyd)">32bit Visual Studio and 64bit Office (Christin Boyd)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/06/11/32bit-visual-studio-and-64bit-office-christin-boyd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Office Customization with Beta 1 – Excel Add-in with Custom Task Pane</title>
		<link>http://officedeveloper.net/2009/06/02/another-office-customization-with-beta-1-%e2%80%93-excel-add-in-with-custom-task-pane/</link>
		<comments>http://officedeveloper.net/2009/06/02/another-office-customization-with-beta-1-%e2%80%93-excel-add-in-with-custom-task-pane/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 00:07:45 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[a-very-smart]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Msdn]]></category>
		<category><![CDATA[oba platform]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/another-office-customization-with-beta-1-%e2%80%93-excel-add-in-with-custom-task-pane/</guid>
		<description><![CDATA[ I recently downloaded the Visual Studio 2010 Beta 1 and have been playing around with the different features for Office Business Application development. For the public Beta 1, you’ll be limited to the 2007-centric templates (e.g. Excel 2007 Add-in, Word 2007 Document, etc.), but the nice thing is that if you’re familiar with these templates when future Betas are released you’ll already have had a chance to get experience with the Beta 1]]></description>
			<content:encoded><![CDATA[<p> I recently downloaded the Visual Studio 2010 Beta 1 and have been playing around with the different features for Office Business Application development. For the public Beta 1, you’ll be limited to the 2007-centric templates (e.g. Excel 2007 Add-in, Word 2007 Document, etc.), but the nice thing is that if you’re familiar with these templates when future Betas are released you’ll already have had a chance to get experience with the Beta 1</p>
<p><img src="" /></p>
<p>See the original post here: <br />
<a target="_blank" href="http://blogs.msdn.com/steve_fox/archive/2009/06/03/another-office-customization-with-beta-1-excel-add-in-with-custom-task-pane.aspx" title="Another Office Customization with Beta 1 – Excel Add-in with Custom Task Pane">Another Office Customization with Beta 1 – Excel Add-in with Custom Task Pane</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/06/02/another-office-customization-with-beta-1-%e2%80%93-excel-add-in-with-custom-task-pane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 Beta 1 &amp; OBAs: Actions Pane, Word Content Controls &amp; SharePoint List Integration</title>
		<link>http://officedeveloper.net/2009/05/31/visual-studio-2010-beta-1-obas-actions-pane-word-content-controls-sharepoint-list-integration/</link>
		<comments>http://officedeveloper.net/2009/05/31/visual-studio-2010-beta-1-obas-actions-pane-word-content-controls-sharepoint-list-integration/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 01:58:37 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OBA]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[a-very-smart]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/visual-studio-2010-beta-1-obas-actions-pane-word-content-controls-sharepoint-list-integration/</guid>
		<description><![CDATA[ Last week, the Visual Studio (VS) 2010 Beta 1 was released to the public. I’m personally very excited about the VS 2010 release because of the additional support for Office and SharePoint development. While you won’t see the SharePoint 2010 project templates in the Beta 1 release, you’ll find the legacy templates (remember VS Tools for Office 3.0?) that have persisted forward to this release which are present in the Beta 1 drop. ]]></description>
			<content:encoded><![CDATA[<p> Last week, the Visual Studio (VS) 2010 Beta 1 was released to the public. I’m personally very excited about the VS 2010 release because of the additional support for Office and SharePoint development. While you won’t see the SharePoint 2010 project templates in the Beta 1 release, you’ll find the legacy templates (remember VS Tools for Office 3.0?) that have persisted forward to this release which are present in the Beta 1 drop. </p>
<p><img src="" /></p>
<p>Read more:<br />
<a target="_blank" href="http://blogs.msdn.com/steve_fox/archive/2009/06/01/visual-studio-2010-beta-1-obas-actions-pane-word-content-controls-sharepoint-list-integration.aspx" title="Visual Studio 2010 Beta 1 &amp; OBAs: Actions Pane, Word Content Controls &amp; SharePoint List Integration">Visual Studio 2010 Beta 1 &amp; OBAs: Actions Pane, Word Content Controls &amp; SharePoint List Integration</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/05/31/visual-studio-2010-beta-1-obas-actions-pane-word-content-controls-sharepoint-list-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

