<?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 for Rob's Tech Blog</title>
	<atom:link href="http://www.robfe.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robfe.com</link>
	<description>A blog about coding by Rob Fonseca-Ensor</description>
	<lastBuildDate>Fri, 01 Feb 2013 23:42:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>Comment on Design-time Data in Expression Blend 3 by Martin</title>
		<link>http://www.robfe.com/2009/08/design-time-data-in-expression-blend-3/comment-page-1/#comment-559</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 01 Feb 2013 23:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=133#comment-559</guid>
		<description>Thanks for sharing this.  Really helped clear up some confusion in my mind about how to structure this sort of thing, and why/how Viewmodels should be used.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this.  Really helped clear up some confusion in my mind about how to structure this sort of thing, and why/how Viewmodels should be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use T4 code generation to add INotifyPropertyChanged to ADO.Net Data Services (Astoria) Entities by james klett</title>
		<link>http://www.robfe.com/2009/03/use-t4-code-generation-to-add-inotifypropertychanged-to-ado-net-data-services-astoria-entities/comment-page-1/#comment-558</link>
		<dc:creator>james klett</dc:creator>
		<pubDate>Mon, 28 Jan 2013 22:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=114#comment-558</guid>
		<description>I have been searching all over the web for all the answers to this problem and have found all kinds of solutions to this problem and not liked any of them becuase they are all just way to complex for such a simple thing.  I makes a guy very frustrated at MS for not at least providing an option like &quot;Generate PropertyChange Notification? yes/no&quot;

Anyway, this is EXACTLY what i was looking for. 

Also the funny thing is that i have been waiting for a good freason to use partial methiods but hjad not found one yet 

thanks</description>
		<content:encoded><![CDATA[<p>I have been searching all over the web for all the answers to this problem and have found all kinds of solutions to this problem and not liked any of them becuase they are all just way to complex for such a simple thing.  I makes a guy very frustrated at MS for not at least providing an option like &#8220;Generate PropertyChange Notification? yes/no&#8221;</p>
<p>Anyway, this is EXACTLY what i was looking for. </p>
<p>Also the funny thing is that i have been waiting for a good freason to use partial methiods but hjad not found one yet </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating tiled backgrounds in Metro style XAML apps by Evgeny</title>
		<link>http://www.robfe.com/2012/07/creating-tiled-backgrounds-in-metro-style-xaml-apps/comment-page-1/#comment-545</link>
		<dc:creator>Evgeny</dc:creator>
		<pubDate>Fri, 16 Nov 2012 20:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=243#comment-545</guid>
		<description>Yes, please tell us how use it on a specific example

Thanks!</description>
		<content:encoded><![CDATA[<p>Yes, please tell us how use it on a specific example</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating tiled backgrounds in Metro style XAML apps by Farhan</title>
		<link>http://www.robfe.com/2012/07/creating-tiled-backgrounds-in-metro-style-xaml-apps/comment-page-1/#comment-542</link>
		<dc:creator>Farhan</dc:creator>
		<pubDate>Mon, 05 Nov 2012 06:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=243#comment-542</guid>
		<description>How can I give the tiled backgorund to Grid&#039;s backgound ? Grid&#039;s background can be set by ImageBrush, please help me.</description>
		<content:encoded><![CDATA[<p>How can I give the tiled backgorund to Grid&#8217;s backgound ? Grid&#8217;s background can be set by ImageBrush, please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Raising the right PropertyChanged with C# 5&#8242;s Caller Info Attributes by EvAlex</title>
		<link>http://www.robfe.com/2011/09/raising-the-right-propertychanged-with-c-5s-caller-info-attributes/comment-page-1/#comment-540</link>
		<dc:creator>EvAlex</dc:creator>
		<pubDate>Thu, 25 Oct 2012 06:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=208#comment-540</guid>
		<description>http://kindofmagic.codeplex.com/</description>
		<content:encoded><![CDATA[<p><a href="http://kindofmagic.codeplex.com/" rel="nofollow">http://kindofmagic.codeplex.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating tiled backgrounds in Metro style XAML apps by Dim</title>
		<link>http://www.robfe.com/2012/07/creating-tiled-backgrounds-in-metro-style-xaml-apps/comment-page-1/#comment-538</link>
		<dc:creator>Dim</dc:creator>
		<pubDate>Fri, 12 Oct 2012 10:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=243#comment-538</guid>
		<description>Awesome idea, thank you Rob!

Weird that Microsoft doesn&#039;t provide a built-in option for tiling backgrounds - nothing new to them

One thing a XAML Noob like myself has to remember - place this Canvas into a Grid Element along with the rest of your content.

My mistake was to put stuff INTO the Canvas, which of course didn&#039;t work due to the Children.Clear() call.

Thanks again and keep up the great work!

Cheers,
Dim</description>
		<content:encoded><![CDATA[<p>Awesome idea, thank you Rob!</p>
<p>Weird that Microsoft doesn&#8217;t provide a built-in option for tiling backgrounds &#8211; nothing new to them</p>
<p>One thing a XAML Noob like myself has to remember &#8211; place this Canvas into a Grid Element along with the rest of your content.</p>
<p>My mistake was to put stuff INTO the Canvas, which of course didn&#8217;t work due to the Children.Clear() call.</p>
<p>Thanks again and keep up the great work!</p>
<p>Cheers,<br />
Dim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating tiled backgrounds in Metro style XAML apps by Tim</title>
		<link>http://www.robfe.com/2012/07/creating-tiled-backgrounds-in-metro-style-xaml-apps/comment-page-1/#comment-537</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 25 Sep 2012 17:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=243#comment-537</guid>
		<description>Could you provide a line or two of how you reference/use this class from XAML? Thanks.</description>
		<content:encoded><![CDATA[<p>Could you provide a line or two of how you reference/use this class from XAML? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating tiled backgrounds in Metro style XAML apps by WinRT&#8211;Set an Image Source to an Asset via XAML / Set a tiled background : Blake&#039;s Application Development Blog</title>
		<link>http://www.robfe.com/2012/07/creating-tiled-backgrounds-in-metro-style-xaml-apps/comment-page-1/#comment-535</link>
		<dc:creator>WinRT&#8211;Set an Image Source to an Asset via XAML / Set a tiled background : Blake&#039;s Application Development Blog</dc:creator>
		<pubDate>Tue, 04 Sep 2012 16:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=243#comment-535</guid>
		<description>[...] had found a great blog post at http://www.robfe.com/2012/07/creating-tiled-backgrounds-in-metro-style-xaml-apps/#comments that gave an example of how to tile an image over the background in a WinRT application.&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] had found a great blog post at <a href="http://www.robfe.com/2012/07/creating-tiled-backgrounds-in-metro-style-xaml-apps/#comments" rel="nofollow">http://www.robfe.com/2012/07/creating-tiled-backgrounds-in-metro-style-xaml-apps/#comments</a> that gave an example of how to tile an image over the background in a WinRT application.&#160; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build yourself a portable Dependency Injection container by coordinate</title>
		<link>http://www.robfe.com/2008/09/build-yourself-a-portable-dependency-injection-container/comment-page-1/#comment-534</link>
		<dc:creator>coordinate</dc:creator>
		<pubDate>Sun, 02 Sep 2012 08:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=55#comment-534</guid>
		<description>I learn a lot  from your articles. There is a little alleged.

Why did you determine existence of &quot;typeof(S)&quot; and then rename &quot;serviceNames[typeof(S)]&quot; in &quot;Register(string name)&quot; function.

    public DependencyManager Register(string name) where C : S
    {
        if (!serviceNames.ContainsKey(typeof(S)))
        {
            serviceNames[typeof(S)] = name;
        }
        return new DependencyManager(this, name, typeof(C));
    }

If serviceNames contains &quot;typeof(S)&quot;, serviceNames[typeof(S)] will not be renamed. But new DependencyManager with different name will be returned.</description>
		<content:encoded><![CDATA[<p>I learn a lot  from your articles. There is a little alleged.</p>
<p>Why did you determine existence of &#8220;typeof(S)&#8221; and then rename &#8220;serviceNames[typeof(S)]&#8221; in &#8220;Register(string name)&#8221; function.</p>
<p>    public DependencyManager Register(string name) where C : S<br />
    {<br />
        if (!serviceNames.ContainsKey(typeof(S)))<br />
        {<br />
            serviceNames[typeof(S)] = name;<br />
        }<br />
        return new DependencyManager(this, name, typeof(C));<br />
    }</p>
<p>If serviceNames contains &#8220;typeof(S)&#8221;, serviceNames[typeof(S)] will not be renamed. But new DependencyManager with different name will be returned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Curious Case of the DesignData msbuild target by Design Time support in Windows 8 C# XAML &#124; Macca Blog</title>
		<link>http://www.robfe.com/2009/12/the-curious-case-of-the-designdata-msbuild-target/comment-page-1/#comment-533</link>
		<dc:creator>Design Time support in Windows 8 C# XAML &#124; Macca Blog</dc:creator>
		<pubDate>Fri, 31 Aug 2012 12:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=178#comment-533</guid>
		<description>[...] Rob Fonseca-Ensor &#8211; The Curious Case of the DesignData msbuild target [...]</description>
		<content:encoded><![CDATA[<p>[...] Rob Fonseca-Ensor &#8211; The Curious Case of the DesignData msbuild target [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
