<?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: Multi-process C# app like Google Chrome</title>
	<atom:link href="http://wyday.com/blog/2010/multi-process-c-sharp-application-like-google-chrome-using-named-pipes/feed/" rel="self" type="application/rss+xml" />
	<link>http://wyday.com/blog/2010/multi-process-c-sharp-application-like-google-chrome-using-named-pipes/</link>
	<description>Design articles to make your users deliriously happy</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:05:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Wyatt O&#039;Day</title>
		<link>http://wyday.com/blog/2010/multi-process-c-sharp-application-like-google-chrome-using-named-pipes/comment-page-1/#comment-36930</link>
		<dc:creator>Wyatt O&#039;Day</dc:creator>
		<pubDate>Wed, 25 Jan 2012 03:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://wyday.com/blog/?p=140#comment-36930</guid>
		<description>You can serialize using whatever method you want. We prefer using a custom serialization that we can &quot;de-serialize&quot; from other languages and platforms.</description>
		<content:encoded><![CDATA[<p>You can serialize using whatever method you want. We prefer using a custom serialization that we can &#8220;de-serialize&#8221; from other languages and platforms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper</title>
		<link>http://wyday.com/blog/2010/multi-process-c-sharp-application-like-google-chrome-using-named-pipes/comment-page-1/#comment-36896</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Tue, 24 Jan 2012 08:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://wyday.com/blog/?p=140#comment-36896</guid>
		<description>To serialize/deserialize we can use MemoryStream instead of ASCIIEncoding, isn&#039;t it? That way we can communicate custom objects too and not only strings.

I need to communicate with different processes, I tried with WCF but Dynamic objects are not supported in .Net 3.0. ObjectResolver is supported only in .Net 4.0. I need to use .Net 3.0 hence i was searching for a simple implementation of the named pipe. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>To serialize/deserialize we can use MemoryStream instead of ASCIIEncoding, isn&#8217;t it? That way we can communicate custom objects too and not only strings.</p>
<p>I need to communicate with different processes, I tried with WCF but Dynamic objects are not supported in .Net 3.0. ObjectResolver is supported only in .Net 4.0. I need to use .Net 3.0 hence i was searching for a simple implementation of the named pipe. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Wallace</title>
		<link>http://wyday.com/blog/2010/multi-process-c-sharp-application-like-google-chrome-using-named-pipes/comment-page-1/#comment-33546</link>
		<dc:creator>Michael Wallace</dc:creator>
		<pubDate>Sat, 03 Dec 2011 05:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://wyday.com/blog/?p=140#comment-33546</guid>
		<description>Your blog has really inspired me to really rethink the way I run my site. I want to let you know I appreciate your hard work.</description>
		<content:encoded><![CDATA[<p>Your blog has really inspired me to really rethink the way I run my site. I want to let you know I appreciate your hard work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
