<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: .NET &#8211; Remoting</title>
	<atom:link href="http://www.jaltiere.com/index.php/2006/12/11/net-remoting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaltiere.com/index.php/2006/12/11/net-remoting/</link>
	<description>.NET Software Development</description>
	<lastBuildDate>Mon, 14 Nov 2011 14:58:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jack Altiere</title>
		<link>http://www.jaltiere.com/index.php/2006/12/11/net-remoting/comment-page-1/#comment-60762</link>
		<dc:creator>Jack Altiere</dc:creator>
		<pubDate>Tue, 14 Jun 2011 19:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=11#comment-60762</guid>
		<description>No, unfortunately I don&#039;t.  I don&#039;t even have this example sitting around any more to be honest with you, lost a few hard drives between this post and now. :)

When you say that it didn&#039;t work....what exactly is happening?</description>
		<content:encoded><![CDATA[<p>No, unfortunately I don&#8217;t.  I don&#8217;t even have this example sitting around any more to be honest with you, lost a few hard drives between this post and now. <img src='http://www.jaltiere.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>When you say that it didn&#8217;t work&#8230;.what exactly is happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio</title>
		<link>http://www.jaltiere.com/index.php/2006/12/11/net-remoting/comment-page-1/#comment-60761</link>
		<dc:creator>Ignacio</dc:creator>
		<pubDate>Mon, 13 Jun 2011 19:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=11#comment-60761</guid>
		<description>do you have the same example as the Windows Service, but having a configuration file?? 
I do this question because I tried an example with a configuration file in the windows service and didn&#039;t work. But your example putting the tpcChannel and the port number in the &quot;OnStart&quot; function does work.
Thanks in advance</description>
		<content:encoded><![CDATA[<p>do you have the same example as the Windows Service, but having a configuration file??<br />
I do this question because I tried an example with a configuration file in the windows service and didn&#8217;t work. But your example putting the tpcChannel and the port number in the &#8220;OnStart&#8221; function does work.<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Member Blogs</title>
		<link>http://www.jaltiere.com/index.php/2006/12/11/net-remoting/comment-page-1/#comment-205</link>
		<dc:creator>Member Blogs</dc:creator>
		<pubDate>Sun, 14 Jan 2007 14:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=11#comment-205</guid>
		<description>&lt;strong&gt;Links (12/13/2006)...&lt;/strong&gt;

.NET, C#, VB.NET Interview with Rocky Lhotka A small and elegant bruteforcing class **** Implementing...</description>
		<content:encoded><![CDATA[<p><strong>Links (12/13/2006)&#8230;</strong></p>
<p>.NET, C#, VB.NET Interview with Rocky Lhotka A small and elegant bruteforcing class **** Implementing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Altiere</title>
		<link>http://www.jaltiere.com/index.php/2006/12/11/net-remoting/comment-page-1/#comment-180</link>
		<dc:creator>Jack Altiere</dc:creator>
		<pubDate>Wed, 13 Dec 2006 15:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=11#comment-180</guid>
		<description>You bring up a good point.  I&#039;m not sure I&#039;d go so far as to say remoting was obsolete just yet, but WCF does look to be the eventual replacement to remoting, as well as web services as we know them.  

Unfortunately, I haven&#039;t had much time to play with WCF yet, I&#039;m going to give it a spin as soon as I can. Maybe I&#039;ll post an article doing the same example in WCF to see the differences.</description>
		<content:encoded><![CDATA[<p>You bring up a good point.  I&#8217;m not sure I&#8217;d go so far as to say remoting was obsolete just yet, but WCF does look to be the eventual replacement to remoting, as well as web services as we know them.  </p>
<p>Unfortunately, I haven&#8217;t had much time to play with WCF yet, I&#8217;m going to give it a spin as soon as I can. Maybe I&#8217;ll post an article doing the same example in WCF to see the differences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.jaltiere.com/index.php/2006/12/11/net-remoting/comment-page-1/#comment-179</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 13 Dec 2006 15:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=11#comment-179</guid>
		<description>Doesn&#039;t the new windows communication framework (formerly indigo) known as WCF I thing, make this obsolete? I was under the impression that .Net 3.0 included an API that sort of deprecated all the old remoting stuff.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t the new windows communication framework (formerly indigo) known as WCF I thing, make this obsolete? I was under the impression that .Net 3.0 included an API that sort of deprecated all the old remoting stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetKicks.com</title>
		<link>http://www.jaltiere.com/index.php/2006/12/11/net-remoting/comment-page-1/#comment-172</link>
		<dc:creator>DotNetKicks.com</dc:creator>
		<pubDate>Tue, 12 Dec 2006 20:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=11#comment-172</guid>
		<description>&lt;strong&gt;.NEt - Remoting...&lt;/strong&gt;

You&#039;ve been kicked (a good thing) - Trackback from DotNetKicks.com...</description>
		<content:encoded><![CDATA[<p><strong>.NEt &#8211; Remoting&#8230;</strong></p>
<p>You&#8217;ve been kicked (a good thing) &#8211; Trackback from DotNetKicks.com&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

