<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Igor Yalovoy&#039;s Weblog</title>
	<atom:link href="http://iyalovoi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iyalovoi.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 14 Sep 2011 14:21:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='iyalovoi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Igor Yalovoy&#039;s Weblog</title>
		<link>http://iyalovoi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://iyalovoi.wordpress.com/osd.xml" title="Igor Yalovoy&#039;s Weblog" />
	<atom:link rel='hub' href='http://iyalovoi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to copy object properties to another instance of the same class in C#</title>
		<link>http://iyalovoi.wordpress.com/2010/03/03/how-to-copy-object-properties-to-another-instance-of-the-same-class-in-c/</link>
		<comments>http://iyalovoi.wordpress.com/2010/03/03/how-to-copy-object-properties-to-another-instance-of-the-same-class-in-c/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 21:39:25 +0000</pubDate>
		<dc:creator>iyalovoi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Copy constructor]]></category>
		<category><![CDATA[IEditableObject]]></category>
		<category><![CDATA[INotifyPropertyChanged]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[ViewModel]]></category>

		<guid isPermaLink="false">http://blog.yalovoi.net/?p=53</guid>
		<description><![CDATA[Copy constructor does exist in C++, but not in C#. There is a great artilce by John Conners dedicated to this issue. It helped me to solve my issue, when i was working on implemention of IEditableObject interface in my ViewModel. Here is the issue. Interface IEditableObject suppose that you will create internal copy of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iyalovoi.wordpress.com&amp;blog=2308208&amp;post=53&amp;subd=iyalovoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://iyalovoi.wordpress.com/2010/03/03/how-to-copy-object-properties-to-another-instance-of-the-same-class-in-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">iyalovoi</media:title>
		</media:content>
	</item>
		<item>
		<title>WPF DataGrid: Tabbing from cell to cell does not set focus on control</title>
		<link>http://iyalovoi.wordpress.com/2009/08/21/wpf-datagrid-tabbing-from-cell-to-cell-does-not-set-focus-on-control/</link>
		<comments>http://iyalovoi.wordpress.com/2009/08/21/wpf-datagrid-tabbing-from-cell-to-cell-does-not-set-focus-on-control/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 19:23:09 +0000</pubDate>
		<dc:creator>iyalovoi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Attacher]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Cell]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[Focus]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://blog.yalovoi.net/?p=38</guid>
		<description><![CDATA[When DataGrid was introduced  into WPF, I was happy. I really lack this control. As many other developers I found one drawback of new control. When you use DataGridTemplateColumn, it doesn&#8217;t set focus automatically on control inside DataGridTemplateColumn.CellEditingTemplate. This requires from you to click 3 times to edit the cell or press tab twice. It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iyalovoi.wordpress.com&amp;blog=2308208&amp;post=38&amp;subd=iyalovoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://iyalovoi.wordpress.com/2009/08/21/wpf-datagrid-tabbing-from-cell-to-cell-does-not-set-focus-on-control/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">iyalovoi</media:title>
		</media:content>
	</item>
		<item>
		<title>Change Property Command</title>
		<link>http://iyalovoi.wordpress.com/2009/02/11/change-property-command/</link>
		<comments>http://iyalovoi.wordpress.com/2009/02/11/change-property-command/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 00:44:50 +0000</pubDate>
		<dc:creator>iyalovoi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Reflection]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://blog.yalovoi.net/?p=31</guid>
		<description><![CDATA[This articles shows usefull command class to support undo/redo operations.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iyalovoi.wordpress.com&amp;blog=2308208&amp;post=31&amp;subd=iyalovoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://iyalovoi.wordpress.com/2009/02/11/change-property-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">iyalovoi</media:title>
		</media:content>
	</item>
		<item>
		<title>GreyableTextBlock</title>
		<link>http://iyalovoi.wordpress.com/2008/11/27/greyabletextblock/</link>
		<comments>http://iyalovoi.wordpress.com/2008/11/27/greyabletextblock/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 21:59:48 +0000</pubDate>
		<dc:creator>iyalovoi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://iyalovoi.wordpress.com/?p=29</guid>
		<description><![CDATA[This article show you advanced TextBlock — GreyableTextBlock which support disable state.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iyalovoi.wordpress.com&amp;blog=2308208&amp;post=29&amp;subd=iyalovoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://iyalovoi.wordpress.com/2008/11/27/greyabletextblock/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">iyalovoi</media:title>
		</media:content>
	</item>
		<item>
		<title>Inserting Flash content to chm files using Html Help Workshop</title>
		<link>http://iyalovoi.wordpress.com/2008/10/28/inserting-flash-content-to-chm-files-using-html-help-workshop/</link>
		<comments>http://iyalovoi.wordpress.com/2008/10/28/inserting-flash-content-to-chm-files-using-html-help-workshop/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 18:52:47 +0000</pubDate>
		<dc:creator>iyalovoi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[trick;html help workshop;]]></category>

		<guid isPermaLink="false">http://iyalovoi.wordpress.com/?p=22</guid>
		<description><![CDATA[This post shows how to insert flash movies to chm file using html help workshop<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iyalovoi.wordpress.com&amp;blog=2308208&amp;post=22&amp;subd=iyalovoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://iyalovoi.wordpress.com/2008/10/28/inserting-flash-content-to-chm-files-using-html-help-workshop/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">iyalovoi</media:title>
		</media:content>

		<media:content url="http://iyalovoi.files.wordpress.com/2008/10/chmstructure.png" medium="image">
			<media:title type="html">Chm Structure</media:title>
		</media:content>
	</item>
		<item>
		<title>Color Reduction in WPF</title>
		<link>http://iyalovoi.wordpress.com/2008/09/27/color-reduction-in-wpf/</link>
		<comments>http://iyalovoi.wordpress.com/2008/09/27/color-reduction-in-wpf/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 18:58:03 +0000</pubDate>
		<dc:creator>iyalovoi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Color Reduction]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://iyalovoi.wordpress.com/?p=17</guid>
		<description><![CDATA[Sometimes we need to reduce colors in image by some reasons. WPF has built-in ability to reduce colors of the image. FormatConvertedBitmap class was design to perform such operations. Let&#8217;s take a look on the following code, which is part of demo available to download: There are two important moments here. First, As you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iyalovoi.wordpress.com&amp;blog=2308208&amp;post=17&amp;subd=iyalovoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://iyalovoi.wordpress.com/2008/09/27/color-reduction-in-wpf/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">iyalovoi</media:title>
		</media:content>

		<media:content url="http://iyalovoi.files.wordpress.com/2008/09/colorreduction.jpg?w=300" medium="image">
			<media:title type="html">colorreduction</media:title>
		</media:content>
	</item>
		<item>
		<title>WPF Clipboard Viewer</title>
		<link>http://iyalovoi.wordpress.com/2008/04/30/wpf-clipboard-viewer/</link>
		<comments>http://iyalovoi.wordpress.com/2008/04/30/wpf-clipboard-viewer/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 22:28:06 +0000</pubDate>
		<dc:creator>iyalovoi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Interop]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://iyalovoi.wordpress.com/?p=16</guid>
		<description><![CDATA[One of the common tasks is to monitor clipboard and perform some actions, when it changes. I encountered such task in WPF. WPF as well as .NET doesn&#8217;t have any built in components to solve this task. After some googling i found a great article, which describes how to monitor clipboard in windows form. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iyalovoi.wordpress.com&amp;blog=2308208&amp;post=16&amp;subd=iyalovoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://iyalovoi.wordpress.com/2008/04/30/wpf-clipboard-viewer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">iyalovoi</media:title>
		</media:content>
	</item>
		<item>
		<title>Copyright Date in ASP.NET</title>
		<link>http://iyalovoi.wordpress.com/2008/03/15/copyright-date-in-aspnet/</link>
		<comments>http://iyalovoi.wordpress.com/2008/03/15/copyright-date-in-aspnet/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 22:15:41 +0000</pubDate>
		<dc:creator>iyalovoi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://iyalovoi.wordpress.com/?p=15</guid>
		<description><![CDATA[Almost any developer encounter a task, where he need to make copyright string like that: &#8221;© 2003—2008 Somecompany&#8221;. It is obviously, that you can manually code it annually. But there is more simple solution: This code will produce result like &#8221;© 2003—xxxx Somecompany&#8221;, where xxxx is the server&#8217;s year. Make sure, that server time is ok.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iyalovoi.wordpress.com&amp;blog=2308208&amp;post=15&amp;subd=iyalovoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://iyalovoi.wordpress.com/2008/03/15/copyright-date-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">iyalovoi</media:title>
		</media:content>
	</item>
		<item>
		<title>How to write a simple chat Skype Bot using C#</title>
		<link>http://iyalovoi.wordpress.com/2008/02/10/how-to-write-a-simple-chat-skype-bot-using-c/</link>
		<comments>http://iyalovoi.wordpress.com/2008/02/10/how-to-write-a-simple-chat-skype-bot-using-c/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 17:31:57 +0000</pubDate>
		<dc:creator>iyalovoi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Bot]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://blog.yalovoi.net/?p=3</guid>
		<description><![CDATA[Introduction The purpose of this article is to show how to write simple chat bot using C#. Bot will simply answer on any received messages, like that: User: Hi Skype Bot: User said: Hi After that you can improve logic of your bot is much as needed, for example, i wrote bot, which helps me and my friends to play [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iyalovoi.wordpress.com&amp;blog=2308208&amp;post=3&amp;subd=iyalovoi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://iyalovoi.wordpress.com/2008/02/10/how-to-write-a-simple-chat-skype-bot-using-c/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">iyalovoi</media:title>
		</media:content>

		<media:content url="http://iyalovoi.files.wordpress.com/2008/02/create-project-simple-skype-chat-bot.thumbnail.jpg" medium="image">
			<media:title type="html">Create project “simple skype chat bot”</media:title>
		</media:content>

		<media:content url="http://iyalovoi.files.wordpress.com/2008/02/add-reference-skype4com.thumbnail.jpg" medium="image">
			<media:title type="html">Add Reference Skype4COM</media:title>
		</media:content>

		<media:content url="http://iyalovoi.files.wordpress.com/2008/02/object-browser-skype4com.thumbnail.jpg" medium="image">
			<media:title type="html">Object Browser Skype4COM</media:title>
		</media:content>

		<media:content url="http://iyalovoi.files.wordpress.com/2008/02/subscribing-to-skype-events.thumbnail.jpg" medium="image">
			<media:title type="html">Subscribing to Skyep events</media:title>
		</media:content>

		<media:content url="http://iyalovoi.files.wordpress.com/2008/02/attaching-to-skype.thumbnail.jpg" medium="image">
			<media:title type="html">Attaching to skype</media:title>
		</media:content>

		<media:content url="http://iyalovoi.files.wordpress.com/2008/02/answering-messages.thumbnail.jpg" medium="image">
			<media:title type="html">Answering messages</media:title>
		</media:content>

		<media:content url="http://iyalovoi.files.wordpress.com/2008/02/chating-wit-bot.thumbnail.jpg" medium="image">
			<media:title type="html">Chating with bot</media:title>
		</media:content>
	</item>
	</channel>
</rss>
