<?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: An overview of the SA Developer User Group meeting &#8211; aka I won! I won!</title>
	<atom:link href="http://blog.digitaltinder.net/2005/04/an-overview-of-the-sa-developer-user-group-meeting-aka-i-won-i-won/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.digitaltinder.net/2005/04/an-overview-of-the-sa-developer-user-group-meeting-aka-i-won-i-won/</link>
	<description>A chip off the old blog.</description>
	<lastBuildDate>Sun, 28 Jun 2009 16:20:07 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Craig Nicholson</title>
		<link>http://blog.digitaltinder.net/2005/04/an-overview-of-the-sa-developer-user-group-meeting-aka-i-won-i-won/comment-page-1/#comment-137</link>
		<dc:creator>Craig Nicholson</dc:creator>
		<pubDate>Sun, 24 Apr 2005 19:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://digitaltinder.com/blog/archive/2005/04/20/3070.aspx#comment-137</guid>
		<description>Hey Paul, I thought this blog entry (&lt;a target=&quot;_new&quot; href=&quot;http://www.codinghorror.com/blog/archives/000254.html&quot;&gt;http://www.codinghorror.com/blog/archives/000254.html&lt;/a&gt;) might be of some use to you in preparing for your session on Reflection. :)</description>
		<content:encoded><![CDATA[<p>Hey Paul, I thought this blog entry (<a target="_new" href="http://www.codinghorror.com/blog/archives/000254.html">http://www.codinghorror.com/blog/archives/000254.html</a>) might be of some use to you in preparing for your session on Reflection. <img src='http://blog.digitaltinder.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Sainsbury</title>
		<link>http://blog.digitaltinder.net/2005/04/an-overview-of-the-sa-developer-user-group-meeting-aka-i-won-i-won/comment-page-1/#comment-139</link>
		<dc:creator>Paul Sainsbury</dc:creator>
		<pubDate>Thu, 21 Apr 2005 11:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://digitaltinder.com/blog/archive/2005/04/20/3070.aspx#comment-139</guid>
		<description>Thanks for the comment...
&lt;br&gt;
&lt;br&gt;I&#039;d guessed that the screen size was due to some projector issue.  I just know that as a presenter my nerves would be far more at ease if I was used to seeing my code at that size.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment&#8230;</p>
<p>I&#8217;d guessed that the screen size was due to some projector issue.  I just know that as a presenter my nerves would be far more at ease if I was used to seeing my code at that size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaLio</title>
		<link>http://blog.digitaltinder.net/2005/04/an-overview-of-the-sa-developer-user-group-meeting-aka-i-won-i-won/comment-page-1/#comment-138</link>
		<dc:creator>MaLio</dc:creator>
		<pubDate>Thu, 21 Apr 2005 11:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://digitaltinder.com/blog/archive/2005/04/20/3070.aspx#comment-138</guid>
		<description>Hi
&lt;br&gt;
&lt;br&gt;Thanks for the feedback .... 
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;// one small comment ...
&lt;br&gt;/*
&lt;br&gt; (I&#039;m still not 100% sure why the XML Serialization created two identical objects in the one scenario when the Runtime/Binary Serialization didn&#039;t... well, I think I know why the XML did its thing, but I&#039;m so not sure why the Binary one didn&#039;t do it)
&lt;br&gt;*/
&lt;br&gt;
&lt;br&gt;The formatters in System.Runtime so recreate the original object graph, fixing up refereced objects, however the XML serializer does not (i.e. It [xml] will create two identical objects but object.RefernceEquals will return false ... i.e. two distinct objects will be created with identical [public] state) -- The XML serializer does not manage object references ... the other [runtime] does, using System.Runtime.Serialization.ObjectManager and Sytem.Runtime.ObjectIDGenerator
&lt;br&gt;
&lt;br&gt;// setup comment 
&lt;br&gt;font was enlarged because the projector did not project a perfectly clear image .. I thought rather a little code at a time that was readable than a whole lot of code that wasn&#039;t. 
&lt;br&gt;
&lt;br&gt;light above the podium was not functioning to factory specification (bring a spare light bulb just in case)
&lt;br&gt;
&lt;br&gt;You&#039;re welcome to a copy of the source code ... send me a mail via my blog and I&#039;ll reply 
&lt;br&gt;
&lt;br&gt;Again, thanks for coming along and the feedback 
&lt;br&gt;
&lt;br&gt;MaLio</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks for the feedback &#8230;. </p>
<p>// one small comment &#8230;<br />
<br />/*<br />
<br /> (I&#8217;m still not 100% sure why the XML Serialization created two identical objects in the one scenario when the Runtime/Binary Serialization didn&#8217;t&#8230; well, I think I know why the XML did its thing, but I&#8217;m so not sure why the Binary one didn&#8217;t do it)<br />
<br />*/</p>
<p>The formatters in System.Runtime so recreate the original object graph, fixing up refereced objects, however the XML serializer does not (i.e. It [xml] will create two identical objects but object.RefernceEquals will return false &#8230; i.e. two distinct objects will be created with identical [public] state) &#8212; The XML serializer does not manage object references &#8230; the other [runtime] does, using System.Runtime.Serialization.ObjectManager and Sytem.Runtime.ObjectIDGenerator</p>
<p>// setup comment<br />
<br />font was enlarged because the projector did not project a perfectly clear image .. I thought rather a little code at a time that was readable than a whole lot of code that wasn&#8217;t. </p>
<p>light above the podium was not functioning to factory specification (bring a spare light bulb just in case)</p>
<p>You&#8217;re welcome to a copy of the source code &#8230; send me a mail via my blog and I&#8217;ll reply </p>
<p>Again, thanks for coming along and the feedback </p>
<p>MaLio</p>
]]></content:encoded>
	</item>
</channel>
</rss>
