<?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: VS2005 &#8216;prop&#8217; C# Code Snippet in VS2008</title>
	<atom:link href="http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://john-sheehan.com/blog/vs2005-prop-c-code-snippet-in-vs2008/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 17:46:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Anthony Bouch</title>
		<link>http://john-sheehan.com/blog/vs2005-prop-c-code-snippet-in-vs2008/comment-page-1/#comment-14913</link>
		<dc:creator>Anthony Bouch</dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/#comment-14913</guid>
		<description>Thanks :-)</description>
		<content:encoded><![CDATA[<p>Thanks :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paolo</title>
		<link>http://john-sheehan.com/blog/vs2005-prop-c-code-snippet-in-vs2008/comment-page-1/#comment-14866</link>
		<dc:creator>paolo</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/#comment-14866</guid>
		<description>thank you for this!</description>
		<content:encoded><![CDATA[<p>thank you for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paolo</title>
		<link>http://john-sheehan.com/blog/vs2005-prop-c-code-snippet-in-vs2008/comment-page-1/#comment-14714</link>
		<dc:creator>paolo</dc:creator>
		<pubDate>Thu, 25 Jun 2009 14:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/#comment-14714</guid>
		<description>thank you for this!</description>
		<content:encoded><![CDATA[<p>thank you for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper Eiby</title>
		<link>http://john-sheehan.com/blog/vs2005-prop-c-code-snippet-in-vs2008/comment-page-1/#comment-14653</link>
		<dc:creator>Jesper Eiby</dc:creator>
		<pubDate>Tue, 10 Mar 2009 20:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/#comment-14653</guid>
		<description>Hello, I just want to thank you for the code snippet.&lt;br&gt;&lt;br&gt;I find the new way is breaking my code routine, because it&#039;s hard to make a property that&#039;s readonly.</description>
		<content:encoded><![CDATA[<p>Hello, I just want to thank you for the code snippet.</p>
<p>I find the new way is breaking my code routine, because it&#39;s hard to make a property that&#39;s readonly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mizan</title>
		<link>http://john-sheehan.com/blog/vs2005-prop-c-code-snippet-in-vs2008/comment-page-1/#comment-14608</link>
		<dc:creator>Mizan</dc:creator>
		<pubDate>Thu, 01 Jan 2009 00:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/#comment-14608</guid>
		<description>You can do it by setting an attribute&lt;br&gt;&lt;br&gt;        [DefaultValue(false)]&lt;br&gt;        public bool SomeProperty&lt;br&gt;        {&lt;br&gt;            get;&lt;br&gt;            set;&lt;br&gt;        }</description>
		<content:encoded><![CDATA[<p>You can do it by setting an attribute</p>
<p>        [DefaultValue(false)]<br />        public bool SomeProperty<br />        {<br />            get;<br />            set;<br />        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason b</title>
		<link>http://john-sheehan.com/blog/vs2005-prop-c-code-snippet-in-vs2008/comment-page-1/#comment-14528</link>
		<dc:creator>jason b</dc:creator>
		<pubDate>Tue, 09 Sep 2008 14:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/#comment-14528</guid>
		<description>Not really on topic, but I love the contrast settings you have in that screen shot...the background is black with some of the key words in orange and so forth. Can you export your settings to a file or make it available here? By the end of the day my eyes are dead tired from staring at white screens. I&#039;ve tried playing with the settings, but I&#039;m graphically challenged I guess you could say.</description>
		<content:encoded><![CDATA[<p>Not really on topic, but I love the contrast settings you have in that screen shot&#8230;the background is black with some of the key words in orange and so forth. Can you export your settings to a file or make it available here? By the end of the day my eyes are dead tired from staring at white screens. I&#39;ve tried playing with the settings, but I&#39;m graphically challenged I guess you could say.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://john-sheehan.com/blog/vs2005-prop-c-code-snippet-in-vs2008/comment-page-1/#comment-13243</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 04 Aug 2008 14:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/#comment-13243</guid>
		<description>Best I can tell from the C# Code Snippet docs, you cannot transform the backing field name into the property name (or vice versa). There&#039;s very basic support for functions, and none of them cover this case.</description>
		<content:encoded><![CDATA[<p>Best I can tell from the C# Code Snippet docs, you cannot transform the backing field name into the property name (or vice versa). There&#8217;s very basic support for functions, and none of them cover this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitri</title>
		<link>http://john-sheehan.com/blog/vs2005-prop-c-code-snippet-in-vs2008/comment-page-1/#comment-13226</link>
		<dc:creator>Dmitri</dc:creator>
		<pubDate>Mon, 04 Aug 2008 06:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/#comment-13226</guid>
		<description>Why do you have to type the name of backing field and property? Surely it is possible to have one derived from another?</description>
		<content:encoded><![CDATA[<p>Why do you have to type the name of backing field and property? Surely it is possible to have one derived from another?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabrina</title>
		<link>http://john-sheehan.com/blog/vs2005-prop-c-code-snippet-in-vs2008/comment-page-1/#comment-8480</link>
		<dc:creator>Sabrina</dc:creator>
		<pubDate>Mon, 31 Mar 2008 07:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/#comment-8480</guid>
		<description>As A comment to the post, I add that the old prop snippet is a must when you are not yet using the new Framework but still use Framework 2.0 as I do.

And I ask you a hint if you can:

I dont&#039; know if it&#039;s a problem in my installation of Visual Studio But today I used for the first time a snippet and When I pressed tab instead of going from the first placeholder to the second it simply inserted a tab in the placeholder variabile
such it happened in Visual Basic 2005.
Have you ever had such behaviour? Could it be generated from some crazy default setting?

Sabrina</description>
		<content:encoded><![CDATA[<p>As A comment to the post, I add that the old prop snippet is a must when you are not yet using the new Framework but still use Framework 2.0 as I do.</p>
<p>And I ask you a hint if you can:</p>
<p>I dont&#8217; know if it&#8217;s a problem in my installation of Visual Studio But today I used for the first time a snippet and When I pressed tab instead of going from the first placeholder to the second it simply inserted a tab in the placeholder variabile<br />
such it happened in Visual Basic 2005.<br />
Have you ever had such behaviour? Could it be generated from some crazy default setting?</p>
<p>Sabrina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Duveau</title>
		<link>http://john-sheehan.com/blog/vs2005-prop-c-code-snippet-in-vs2008/comment-page-1/#comment-8262</link>
		<dc:creator>Laurent Duveau</dc:creator>
		<pubDate>Sun, 23 Mar 2008 15:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/index.php/vs2005-prop-c-code-snippet-in-vs2008/#comment-8262</guid>
		<description>Nice one!

For your information I submitted this bug on Connect some time ago:
http://weblogs.asp.net/lduveau/archive/2008/03/22/code-snippets-not-versioned-according-to-vs2008-multi-targeting.aspx</description>
		<content:encoded><![CDATA[<p>Nice one!</p>
<p>For your information I submitted this bug on Connect some time ago:<br />
<a href="http://weblogs.asp.net/lduveau/archive/2008/03/22/code-snippets-not-versioned-according-to-vs2008-multi-targeting.aspx" rel="nofollow">http://weblogs.asp.net/lduveau/archive/2008/03/22/code-snippets-not-versioned-according-to-vs2008-multi-targeting.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
