<?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 Thomas Levesque&#039;s .NET blog</title>
	<atom:link href="http://www.thomaslevesque.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomaslevesque.com</link>
	<description>Tips, tricks and thoughts about .NET development</description>
	<lastBuildDate>Thu, 23 May 2013 15:00:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Using C# 5 caller info attributes when targeting earlier versions of the .NET framework by Akku</title>
		<link>http://www.thomaslevesque.com/2012/06/13/using-c-5-caller-info-attributes-when-targeting-earlier-versions-of-the-net-framework/#comment-32263</link>
		<dc:creator>Akku</dc:creator>
		<pubDate>Thu, 23 May 2013 15:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomaslevesque.com/?p=475#comment-32263</guid>
		<description>@Manish: I had the same problem, won&#039;&#039;t fix for me, used the workaround posted above.</description>
		<content:encoded><![CDATA[<p>@Manish: I had the same problem, won&#8221;t fix for me, used the workaround posted above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C# 5 caller info attributes when targeting earlier versions of the .NET framework by Thomas Levesque</title>
		<link>http://www.thomaslevesque.com/2012/06/13/using-c-5-caller-info-attributes-when-targeting-earlier-versions-of-the-net-framework/#comment-32260</link>
		<dc:creator>Thomas Levesque</dc:creator>
		<pubDate>Thu, 23 May 2013 14:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomaslevesque.com/?p=475#comment-32260</guid>
		<description>Yes, I tried it, and it works fine. I don&#039;&#039;t usually post something on my blog without testing it first ;)

Are you sure you declared the attributes in the correct namespace?</description>
		<content:encoded><![CDATA[<p>Yes, I tried it, and it works fine. I don&#8221;t usually post something on my blog without testing it first <img src='http://www.thomaslevesque.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Are you sure you declared the attributes in the correct namespace?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C# 5 caller info attributes when targeting earlier versions of the .NET framework by Manish</title>
		<link>http://www.thomaslevesque.com/2012/06/13/using-c-5-caller-info-attributes-when-targeting-earlier-versions-of-the-net-framework/#comment-32256</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Thu, 23 May 2013 12:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomaslevesque.com/?p=475#comment-32256</guid>
		<description>Do you tried it Frank coz its not working here mate.</description>
		<content:encoded><![CDATA[<p>Do you tried it Frank coz its not working here mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C# 5 caller info attributes when targeting earlier versions of the .NET framework by Manish</title>
		<link>http://www.thomaslevesque.com/2012/06/13/using-c-5-caller-info-attributes-when-targeting-earlier-versions-of-the-net-framework/#comment-32255</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Thu, 23 May 2013 12:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomaslevesque.com/?p=475#comment-32255</guid>
		<description>I tried it in VS2012 targeting framework 4.0 but all I get is empty file path,line as well as member Name.
Do I missing something?</description>
		<content:encoded><![CDATA[<p>I tried it in VS2012 targeting framework 4.0 but all I get is empty file path,line as well as member Name.<br />
Do I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [WPF] How to bind to data when the DataContext is not inherited by Arena</title>
		<link>http://www.thomaslevesque.com/2011/03/21/wpf-how-to-bind-to-data-when-the-datacontext-is-not-inherited/#comment-32226</link>
		<dc:creator>Arena</dc:creator>
		<pubDate>Wed, 22 May 2013 08:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://tomlev2.wordpress.com/?p=327#comment-32226</guid>
		<description>Ok...thank you Thomas...:)</description>
		<content:encoded><![CDATA[<p>Ok&#8230;thank you Thomas&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [WPF] How to bind to data when the DataContext is not inherited by Thomas Levesque</title>
		<link>http://www.thomaslevesque.com/2011/03/21/wpf-how-to-bind-to-data-when-the-datacontext-is-not-inherited/#comment-32224</link>
		<dc:creator>Thomas Levesque</dc:creator>
		<pubDate>Wed, 22 May 2013 08:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://tomlev2.wordpress.com/?p=327#comment-32224</guid>
		<description>Hi Arena,
I don&#039;&#039;t know why it isn&#039;&#039;t working for you, but it doesn&#039;&#039;t seem related to my blog post in any way... You should probably ask your question on Stack Overflow or some other forum.</description>
		<content:encoded><![CDATA[<p>Hi Arena,<br />
I don&#8221;t know why it isn&#8221;t working for you, but it doesn&#8221;t seem related to my blog post in any way&#8230; You should probably ask your question on Stack Overflow or some other forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [WPF] How to bind to data when the DataContext is not inherited by Arena</title>
		<link>http://www.thomaslevesque.com/2011/03/21/wpf-how-to-bind-to-data-when-the-datacontext-is-not-inherited/#comment-32223</link>
		<dc:creator>Arena</dc:creator>
		<pubDate>Wed, 22 May 2013 08:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://tomlev2.wordpress.com/?p=327#comment-32223</guid>
		<description>I had tried that but actual problem is when i resize column width on UI by mouse then width property in viewmodel is not getting updated...i dont know why...i am new to WPF...so please help me....</description>
		<content:encoded><![CDATA[<p>I had tried that but actual problem is when i resize column width on UI by mouse then width property in viewmodel is not getting updated&#8230;i dont know why&#8230;i am new to WPF&#8230;so please help me&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [WPF] How to bind to data when the DataContext is not inherited by Thomas Levesque</title>
		<link>http://www.thomaslevesque.com/2011/03/21/wpf-how-to-bind-to-data-when-the-datacontext-is-not-inherited/#comment-32222</link>
		<dc:creator>Thomas Levesque</dc:creator>
		<pubDate>Wed, 22 May 2013 07:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://tomlev2.wordpress.com/?p=327#comment-32222</guid>
		<description>Hi Arena,
What&#039;&#039;s causing you trouble exactly? You just need to do a two-way binding on your ViewModel property (Mode=TwoWay)</description>
		<content:encoded><![CDATA[<p>Hi Arena,<br />
What&#8221;s causing you trouble exactly? You just need to do a two-way binding on your ViewModel property (Mode=TwoWay)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [WPF] How to bind to data when the DataContext is not inherited by Arena</title>
		<link>http://www.thomaslevesque.com/2011/03/21/wpf-how-to-bind-to-data-when-the-datacontext-is-not-inherited/#comment-32218</link>
		<dc:creator>Arena</dc:creator>
		<pubDate>Wed, 22 May 2013 05:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://tomlev2.wordpress.com/?p=327#comment-32218</guid>
		<description>Hi,
It was very nice, but what i need is bind width property and when i resize a column in grid then i want to update the property in viewmodel...its not working..can you help....?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It was very nice, but what i need is bind width property and when i resize a column in grid then i want to update the property in viewmodel&#8230;its not working..can you help&#8230;.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C# 5 caller info attributes when targeting earlier versions of the .NET framework by Frank</title>
		<link>http://www.thomaslevesque.com/2012/06/13/using-c-5-caller-info-attributes-when-targeting-earlier-versions-of-the-net-framework/#comment-32017</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 15 May 2013 19:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomaslevesque.com/?p=475#comment-32017</guid>
		<description>Great work!</description>
		<content:encoded><![CDATA[<p>Great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
