<?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>Add-in Express Blogs &#187; RTD servers</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/tag/rtd-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.add-in-express.com/creating-addins-blog</link>
	<description>All about developing COM add-ins, smart tags and RTD servers in Visual Studio .NET, VSTO and Delphi + Add-in Express</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:25:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to use Evaluate to invoke an Excel UDF programmatically</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/10/03/invoke-excel-udf-programmatically/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/10/03/invoke-excel-udf-programmatically/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 16:24:44 +0000</pubDate>
		<dc:creator>Andrei Smolin</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office object model]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=4495</guid>
		<description><![CDATA[Whether your UDF is a VBA macro or an Excel Automation add-in or even an XLL add-in, you can invoke any method it provides to the user. To do this, you need to get or create an Excel.Application object and invoke ExcelApp.Evaluate() supplying it with the correct syntax for your method and its parameters.]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/10/03/invoke-excel-udf-programmatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Building an Excel RTD server</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/09/08/excel-rtd-video/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/09/08/excel-rtd-video/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 12:56:08 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[RTD servers]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=4187</guid>
		<description><![CDATA[Using Add-in Express you have the tools you need to rapidly start building a Real-Time Data (RTD) Server for Excel.  This video shows you to use ADX to build a simple RTD]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/09/08/excel-rtd-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating integrated Office solutions with Add-in Express</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/06/07/integrated-office-solution-outlook-excel-word/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/06/07/integrated-office-solution-outlook-excel-word/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 13:25:49 +0000</pubDate>
		<dc:creator>Pieter van der Westhuizen</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3559</guid>
		<description><![CDATA[Add-in Express enables you as a developer to quickly and easily create, not just MS Office add-ins but also Excel XLL add-ins, Excel Real-time data (RTD) servers and smart tags. In this post I'll demonstrate how you could include all this functionality in one Visual Studio project. Start by creating a new ADX COM Add-in project in Visual Studio]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/06/07/integrated-office-solution-outlook-excel-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redeploying Office extensions via ClickTwice</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/03/01/redeploying-office-extensions-clicktwice/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/03/01/redeploying-office-extensions-clicktwice/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 10:43:13 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3151</guid>
		<description><![CDATA[This is the final part of the series that describes all possible ways of deploying your Add-in Express-based Office extensions. I recommend that you begin from the very beginning: Step-by-step deployment of Office extensions: Overview. Or, if you are interested only in ClickTwice :) deployment, you can start right away with Deploying Office extensions via ClickTwice :)]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/03/01/redeploying-office-extensions-clicktwice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Office extensions via ClickTwice</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/28/deploying-office-extensions-clicktwice/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/28/deploying-office-extensions-clicktwice/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 17:29:17 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3142</guid>
		<description><![CDATA[Part 7 of the deployment series explains how you can use your favorite installer software to deploy your Office extensions over the web; this is the essence of ClickTwice :). If you didn’t read the previous parts of the series, I'd advise that you start with Part 1 - a brief overview of the available deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/28/deploying-office-extensions-clicktwice/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deploying per-user Office extensions via Group Policy</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/25/deploying-peruser-office-extensions-group-policy/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/25/deploying-peruser-office-extensions-group-policy/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 14:27:48 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3108</guid>
		<description><![CDATA[This is part 6 of the deployment series that targets corporate deployment techniques and provides step-by-step instructions for deploying your per-machine Office extensions via Group Policy. I recommend that you start with reading Part 1 that gives a brief overview of all deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/25/deploying-peruser-office-extensions-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redeploying per-user Office extensions via ClickOnce</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/24/redeploying-peruser-office-extensions-clickonce/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/24/redeploying-peruser-office-extensions-clickonce/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 13:15:07 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3069</guid>
		<description><![CDATA[This is part 5 of the series of articles which describes all possible ways of deploying your Office extensions based on Add-in Express. I recommend you starting from the very beginning: Step-by-step deployment of Office extensions]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/24/redeploying-peruser-office-extensions-clickonce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying per-user Office extensions via ClickOnce</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/24/deploying-peruser-office-extensions-clickonce/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/24/deploying-peruser-office-extensions-clickonce/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 13:09:46 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3064</guid>
		<description><![CDATA[In part 4 of the deployment series I will show you how to deploy your per-user Office extension using ClickOnce. Before we proceed, I recommend that you read Part 1 for a brief overview of all deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/24/deploying-peruser-office-extensions-clickonce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying per-machine Office extensions via an MSI installer</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-permachine-office-extensions-msi-installer/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-permachine-office-extensions-msi-installer/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 17:45:42 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3045</guid>
		<description><![CDATA[This is part 3 of the deployment series that provides step-by-step instructions for deploying your per-machine Office extensions via an MSI installer. I recommend that you start with reading Part 1 that gives a brief overview of all deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-permachine-office-extensions-msi-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying per-user Office extensions via an MSI installer</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-peruser-office-extension-msi-installer/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-peruser-office-extension-msi-installer/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 17:36:02 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3008</guid>
		<description><![CDATA[This is part 2 of the series that covers all possible ways of deploying Add-in Express based Office extensions. Part 1 provided a brief overview of the available deployment technologies and now we are going to have a close look into deploying per-user Office extensions via an MSI installer]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-peruser-office-extension-msi-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

