<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Critical Development</title>
	<atom:link href="http://dvanderboom.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dvanderboom.wordpress.com</link>
	<description>Enterprise modeling, design, development, languages, and tools.</description>
	<lastBuildDate>Thu, 03 Dec 2009 20:42:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Hosted ADO.NET Data Services &amp; Silverlight by robertmccarter</title>
		<link>http://dvanderboom.wordpress.com/2009/01/07/hosted-adonet-data-services-silverlight/#comment-1045</link>
		<dc:creator>robertmccarter</dc:creator>
		<pubDate>Thu, 03 Dec 2009 20:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://dvanderboom.wordpress.com/2009/01/07/hosted-adonet-data-services-silverlight/#comment-1045</guid>
		<description>I&#039;ve got the &quot;IIS specified authentication schemes ‘Basic, Anonymous’, but the binding only supports specification of exactly one authentication scheme.&quot; problem right now.

Who&#039;s your web host that they allowed you to disable the Basic authentication?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the &#8220;IIS specified authentication schemes ‘Basic, Anonymous’, but the binding only supports specification of exactly one authentication scheme.&#8221; problem right now.</p>
<p>Who&#8217;s your web host that they allowed you to disable the Basic authentication?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tree&lt;T&gt;: Implementing a Non-Binary Tree in C# by Ceyhun Ciper</title>
		<link>http://dvanderboom.wordpress.com/2008/03/15/treet-implementing-a-non-binary-tree-in-c/#comment-1043</link>
		<dc:creator>Ceyhun Ciper</dc:creator>
		<pubDate>Tue, 01 Dec 2009 17:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://dvanderboom.wordpress.com/2008/03/15/tree-implementing-a-non-binary-tree-in-c/#comment-1043</guid>
		<description>This is awesome!

No, it is gorgeous!

I can&#039;t find enough superlatives for your effort.

And thanks for the very comprehensive and high-quality literature that you accompanied your technical endeavor with; I wish publishers were after your kind of writing and publish 100-page chef-d&#039;oeuvres instead of 1000-page useless screen-shots or whatever.

Best Regards,
Ciper</description>
		<content:encoded><![CDATA[<p>This is awesome!</p>
<p>No, it is gorgeous!</p>
<p>I can&#8217;t find enough superlatives for your effort.</p>
<p>And thanks for the very comprehensive and high-quality literature that you accompanied your technical endeavor with; I wish publishers were after your kind of writing and publish 100-page chef-d&#8217;oeuvres instead of 1000-page useless screen-shots or whatever.</p>
<p>Best Regards,<br />
Ciper</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tree&lt;T&gt;: Implementing a Non-Binary Tree in C# by Dan Vanderboom</title>
		<link>http://dvanderboom.wordpress.com/2008/03/15/treet-implementing-a-non-binary-tree-in-c/#comment-1036</link>
		<dc:creator>Dan Vanderboom</dc:creator>
		<pubDate>Sun, 22 Nov 2009 18:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://dvanderboom.wordpress.com/2008/03/15/tree-implementing-a-non-binary-tree-in-c/#comment-1036</guid>
		<description>SirAsad,

Yes, I created variables for specific nodes for the purpose of example, but that need not be the case.  In an application I&#039;m currently building, I also am loading nodes from the database.  What I recommend is creating a variable for your root node, point it to the object you instantiate from your database, and let all of the other nodes be referenced from the root.  If you need to manipulate a non-root node, you can navigate through Children or perform some kind of search to obtain that node to work with, set a temporary variable to that discovered node, and work with it that way.

Does that make sense?</description>
		<content:encoded><![CDATA[<p>SirAsad,</p>
<p>Yes, I created variables for specific nodes for the purpose of example, but that need not be the case.  In an application I&#8217;m currently building, I also am loading nodes from the database.  What I recommend is creating a variable for your root node, point it to the object you instantiate from your database, and let all of the other nodes be referenced from the root.  If you need to manipulate a non-root node, you can navigate through Children or perform some kind of search to obtain that node to work with, set a temporary variable to that discovered node, and work with it that way.</p>
<p>Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problems with RIA Services (Feedback for July 2009 CTP) by Lou G.</title>
		<link>http://dvanderboom.wordpress.com/2009/11/09/problems-with-ria-services-feedback-for-july-2009-ctp/#comment-1035</link>
		<dc:creator>Lou G.</dc:creator>
		<pubDate>Sat, 21 Nov 2009 10:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://dvanderboom.wordpress.com/2009/11/09/problems-with-ria-services-feedback-for-july-2009-ctp/#comment-1035</guid>
		<description>Well said! I&#039;m starting out on a Silverlight-RIA projects and had some odd instinctive feeling that something wasn&#039;t right.  You&#039;ve put your finger right on it for me.  Thanks for this.

I hope Brad and the RIA team see this!</description>
		<content:encoded><![CDATA[<p>Well said! I&#8217;m starting out on a Silverlight-RIA projects and had some odd instinctive feeling that something wasn&#8217;t right.  You&#8217;ve put your finger right on it for me.  Thanks for this.</p>
<p>I hope Brad and the RIA team see this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tree&lt;T&gt;: Implementing a Non-Binary Tree in C# by SirAsad</title>
		<link>http://dvanderboom.wordpress.com/2008/03/15/treet-implementing-a-non-binary-tree-in-c/#comment-1034</link>
		<dc:creator>SirAsad</dc:creator>
		<pubDate>Fri, 20 Nov 2009 09:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://dvanderboom.wordpress.com/2008/03/15/tree-implementing-a-non-binary-tree-in-c/#comment-1034</guid>
		<description>Hi Dan ,

Thanks For Greate Article ,

I want Use your Sample Application in My Project but we have a little Problem. You Use Names For Every Node in Declaration of TreeNodes . EX : 

Task Root= new Task(&quot;I am Root&quot;); 
OR
Task Child1 = Root.Children.Add(new Task(&quot;I am Child Lvl 1&quot;));

You Instancing From Task by Root And Child1.
This is my problem that my Node &#039;s name is not given at first and i load nodes datas from database at Runtime So my Tree Build in Runtime . You Worked with Given Datas but for un-given datas what we do? 

Thanks Lot;</description>
		<content:encoded><![CDATA[<p>Hi Dan ,</p>
<p>Thanks For Greate Article ,</p>
<p>I want Use your Sample Application in My Project but we have a little Problem. You Use Names For Every Node in Declaration of TreeNodes . EX : </p>
<p>Task Root= new Task(&#8220;I am Root&#8221;);<br />
OR<br />
Task Child1 = Root.Children.Add(new Task(&#8220;I am Child Lvl 1&#8243;));</p>
<p>You Instancing From Task by Root And Child1.<br />
This is my problem that my Node &#8217;s name is not given at first and i load nodes datas from database at Runtime So my Tree Build in Runtime . You Worked with Given Datas but for un-given datas what we do? </p>
<p>Thanks Lot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tree&lt;T&gt;: Implementing a Non-Binary Tree in C# by Hank</title>
		<link>http://dvanderboom.wordpress.com/2008/03/15/treet-implementing-a-non-binary-tree-in-c/#comment-1033</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Fri, 20 Nov 2009 01:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://dvanderboom.wordpress.com/2008/03/15/tree-implementing-a-non-binary-tree-in-c/#comment-1033</guid>
		<description>Never mind, I found the link...</description>
		<content:encoded><![CDATA[<p>Never mind, I found the link&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tree&lt;T&gt;: Implementing a Non-Binary Tree in C# by Hank</title>
		<link>http://dvanderboom.wordpress.com/2008/03/15/treet-implementing-a-non-binary-tree-in-c/#comment-1032</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Fri, 20 Nov 2009 01:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://dvanderboom.wordpress.com/2008/03/15/tree-implementing-a-non-binary-tree-in-c/#comment-1032</guid>
		<description>Thank a lot for this great post! but where is the download link?</description>
		<content:encoded><![CDATA[<p>Thank a lot for this great post! but where is the download link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced Customization of a Silverlight ListBox by Dan Vanderboom</title>
		<link>http://dvanderboom.wordpress.com/2009/04/13/advanced-customization-of-a-silverlight-listbox/#comment-1029</link>
		<dc:creator>Dan Vanderboom</dc:creator>
		<pubDate>Sun, 15 Nov 2009 00:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://dvanderboom.wordpress.com/2009/04/13/advanced-customization-of-a-silverlight-listbox/#comment-1029</guid>
		<description>Yeah, there are definitely some weak spots in Silverlight and WPF.  Hopefully v4 will expose control parts, brushes, and other components in a more granular way.  Even just navigating through the XAML files gets laborious with all the templates and styles you end up with, especially when you consider that you typically want to change just one or two small things.</description>
		<content:encoded><![CDATA[<p>Yeah, there are definitely some weak spots in Silverlight and WPF.  Hopefully v4 will expose control parts, brushes, and other components in a more granular way.  Even just navigating through the XAML files gets laborious with all the templates and styles you end up with, especially when you consider that you typically want to change just one or two small things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced Customization of a Silverlight ListBox by Helen W</title>
		<link>http://dvanderboom.wordpress.com/2009/04/13/advanced-customization-of-a-silverlight-listbox/#comment-1028</link>
		<dc:creator>Helen W</dc:creator>
		<pubDate>Sun, 15 Nov 2009 00:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://dvanderboom.wordpress.com/2009/04/13/advanced-customization-of-a-silverlight-listbox/#comment-1028</guid>
		<description>Thank you for a most illuminating article.

I can&#039;t say how frustrating I find it that the standard controls do not expose their components (e.g. their scrollbars) forcing us to subclass them all if we want to use our own templates for these components. While they are at it, they could also expose the various brushes that are used under the covers, for the same reason.</description>
		<content:encoded><![CDATA[<p>Thank you for a most illuminating article.</p>
<p>I can&#8217;t say how frustrating I find it that the standard controls do not expose their components (e.g. their scrollbars) forcing us to subclass them all if we want to use our own templates for these components. While they are at it, they could also expose the various brushes that are used under the covers, for the same reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tree&lt;T&gt;: Implementing a Non-Binary Tree in C# by Dan Vanderboom</title>
		<link>http://dvanderboom.wordpress.com/2008/03/15/treet-implementing-a-non-binary-tree-in-c/#comment-1027</link>
		<dc:creator>Dan Vanderboom</dc:creator>
		<pubDate>Fri, 13 Nov 2009 23:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://dvanderboom.wordpress.com/2008/03/15/tree-implementing-a-non-binary-tree-in-c/#comment-1027</guid>
		<description>Hi Ali,

What I&#039;d do is define a DomNode class that contains all the information you want to store about each node, and then create a Tree collection.  Additionally, if you want the DomNode to be aware of its place in the tree (including that node&#039;s child nodes for a count), then implement the ITreeNodeAware interface.  Like this (replace parentheses with angle brackets where it makes sense):



public class DomNode : ITreeNodeAware (DomNode)
{
    public string Html;
    public int Position;
    public int ChildrenCount { get { return Node.Children.Count; } }

    private TreeNode(DomNode) _Node;
    public TreeNode(DomNode) Node
    {
        get { return _Node; }
        set { _Node = value; }
    }
}



... and then somewhere else:

private Tree(DomNode); // this var points to the root of the tree</description>
		<content:encoded><![CDATA[<p>Hi Ali,</p>
<p>What I&#8217;d do is define a DomNode class that contains all the information you want to store about each node, and then create a Tree collection.  Additionally, if you want the DomNode to be aware of its place in the tree (including that node&#8217;s child nodes for a count), then implement the ITreeNodeAware interface.  Like this (replace parentheses with angle brackets where it makes sense):</p>
<p>public class DomNode : ITreeNodeAware (DomNode)<br />
{<br />
    public string Html;<br />
    public int Position;<br />
    public int ChildrenCount { get { return Node.Children.Count; } }</p>
<p>    private TreeNode(DomNode) _Node;<br />
    public TreeNode(DomNode) Node<br />
    {<br />
        get { return _Node; }<br />
        set { _Node = value; }<br />
    }<br />
}</p>
<p>&#8230; and then somewhere else:</p>
<p>private Tree(DomNode); // this var points to the root of the tree</p>
]]></content:encoded>
	</item>
</channel>
</rss>
