<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by koistya</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/koistya/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by koistya</title>
		<link>http://channel9.msdn.com/Niners/koistya/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/koistya/Discussions</link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 21:45:56 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 21:45:56 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - C# Extension Properties?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">W3bbo said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">koistya said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>That's not the same thing, that's &quot;properties for properties&quot; which is just <em>
messed up</em> in my opinion.</p>
<p>&nbsp;</p>
<p>I'm perfectly happy with C# 2.0, I only rarely use C# 3.0 (and when I do, it's for Linq).</p>
<p>&nbsp;</p>
<p>Wait a sec... this isn't an official blog posting, you're not an employee or someone involved in the language design process. Is this just an example you're proposing or what?</p>
</div></blockquote>
<p><span id="ctl00_MainPlaceHolder_EntryList_ctl05_EntryTemplate_UsernameLabel"><a id="ctl00_MainPlaceHolder_EntryList_ctl05_EntryTemplate_UsernameLink" href="http://channel9.msdn.com/Niners/W3bbo/">W3bbo</a>, I am trying to make people think and be creative&nbsp;imagining
 the feature with me <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /></span></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257556-C-Extension-Properties/89e09ade29f94d74b6009dec00a8e8ae#89e09ade29f94d74b6009dec00a8e8ae</link>
		<pubDate>Thu, 09 Sep 2010 03:26:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257556-C-Extension-Properties/89e09ade29f94d74b6009dec00a8e8ae#89e09ade29f94d74b6009dec00a8e8ae</guid>
		<dc:creator>Koistya `Navin</dc:creator>
		<slash:comments>42</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/koistya/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - C# Extension Properties?</title>
		<description><![CDATA[<p><h4><strong><a href="http://www.fsguy.com/2010-09-09_property-extensions-in-csharp-5-0">Property extensions in C# 5.0</a></strong></h4>
<p></p>
<pre class="brush: csharp">// A product type in this sample has a property Name of type String
var product = new Product();

// This will print &quot;Product.Name.IsDirty: False&quot;
Console.WriteLine(&quot;Product.Name.IsDurty: {0}&quot;, product.Name.IsDirty);

// Now let's try to update product's Name property
product.Name = &quot;C# 4.0 in a Nutshell&quot;;

// And now this will print &quot;Product.Name.IsDirty: True&quot;
Console.WriteLine(&quot;Product.Name.IsDurty: {0}&quot;, product.Name.IsDirty);

// Then when you try to save this product in database, it will be easier for
// Store Repository detect which fields must be saved and which can be skipped
storeRepository.Add(product);
storeRepository.SubmitChanges();</pre>
<p></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257556-C-Extension-Properties/993cfb62e07b4af7a0369dec00a8e853#993cfb62e07b4af7a0369dec00a8e853</link>
		<pubDate>Thu, 09 Sep 2010 02:34:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257556-C-Extension-Properties/993cfb62e07b4af7a0369dec00a8e853#993cfb62e07b4af7a0369dec00a8e853</guid>
		<dc:creator>Koistya `Navin</dc:creator>
		<slash:comments>42</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/koistya/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>