<?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; Serialization</title>
	<atom:link href="http://www.jaltiere.com/index.php/2006/08/09/net-serialization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaltiere.com/index.php/2006/08/09/net-serialization/</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/08/09/net-serialization/comment-page-1/#comment-13816</link>
		<dc:creator>Jack Altiere</dc:creator>
		<pubDate>Sat, 13 Oct 2007 16:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=9#comment-13816</guid>
		<description>A binary formatter just serializes something into a byte array....what you do with it at that point is up to you.  You could certainly store binary data in a database if that&#039;s what you want.  Using a binary formatter to transmit objects over a network is useful because of the compression.  Keep in mind though, when you use a binary formatter, the object is only accessible through .NET code!</description>
		<content:encoded><![CDATA[<p>A binary formatter just serializes something into a byte array&#8230;.what you do with it at that point is up to you.  You could certainly store binary data in a database if that&#8217;s what you want.  Using a binary formatter to transmit objects over a network is useful because of the compression.  Keep in mind though, when you use a binary formatter, the object is only accessible through .NET code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.jaltiere.com/index.php/2006/08/09/net-serialization/comment-page-1/#comment-13806</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 13 Oct 2007 12:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=9#comment-13806</guid>
		<description>I&#039;m confused! When do you choose to use a binary formatter as opposed to a SQL Server database. 
My sense is that you use a bf  for transmitting objects over the net in small numbers, or objects built on ddmand, and SQL for larger numbers.  BTW thanks for your work.</description>
		<content:encoded><![CDATA[<p>I&#8217;m confused! When do you choose to use a binary formatter as opposed to a SQL Server database.<br />
My sense is that you use a bf  for transmitting objects over the net in small numbers, or objects built on ddmand, and SQL for larger numbers.  BTW thanks for your work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

