<?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>kavachai</title>
	<atom:link href="http://kavachai.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kavachai.com</link>
	<description>Software is like sushi, it always has to be fresh</description>
	<lastBuildDate>Fri, 16 Sep 2011 13:34:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kavachai.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>kavachai</title>
		<link>http://kavachai.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kavachai.com/osd.xml" title="kavachai" />
	<atom:link rel='hub' href='http://kavachai.com/?pushpress=hub'/>
		<item>
		<title>Recording Video Demo of Application</title>
		<link>http://kavachai.com/2011/05/10/recording-video-demo-of-application/</link>
		<comments>http://kavachai.com/2011/05/10/recording-video-demo-of-application/#comments</comments>
		<pubDate>Tue, 10 May 2011 13:07:05 +0000</pubDate>
		<dc:creator>Andrew Khymenko</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[window phone 7]]></category>

		<guid isPermaLink="false">http://kavachai.com/?p=477</guid>
		<description><![CDATA[What I Wanted I was searching for good video capturing software to create a demo video for the game I&#8217;ll release soon. Looking for some simple functionality to capture on-screen video and place it to YouTube I thought it will take no more then an hour. The Reality However I ended with about three hours spent [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kavachai.com&amp;blog=10075514&amp;post=477&amp;subd=kavachai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kavachai.com/2011/05/10/recording-video-demo-of-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6478227b950d5cbc1f7fb46051087663?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">andreware</media:title>
		</media:content>
	</item>
		<item>
		<title>Implicit and Explicit Implementation of Interface</title>
		<link>http://kavachai.com/2011/01/26/implicit-and-explicit-implementation-of-interface/</link>
		<comments>http://kavachai.com/2011/01/26/implicit-and-explicit-implementation-of-interface/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 10:08:56 +0000</pubDate>
		<dc:creator>Andrew Khymenko</dc:creator>
				<category><![CDATA[Sharp C#]]></category>
		<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://kavachai.com/?p=465</guid>
		<description><![CDATA[Difference Between Explicit and Implicit Implementation Usually we implement interfaces implicitly. This has an advantage when we need to call method defined in interface: it can be called from variable either of type interface or class. In the same time explicitly implemented method cannot be called from variable of type class. This is demonstrated by the code [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kavachai.com&amp;blog=10075514&amp;post=465&amp;subd=kavachai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kavachai.com/2011/01/26/implicit-and-explicit-implementation-of-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6478227b950d5cbc1f7fb46051087663?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">andreware</media:title>
		</media:content>
	</item>
		<item>
		<title>How To: Read String Line by Line</title>
		<link>http://kavachai.com/2011/01/19/how-to-read-string-line-by-line/</link>
		<comments>http://kavachai.com/2011/01/19/how-to-read-string-line-by-line/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 15:50:36 +0000</pubDate>
		<dc:creator>Andrew Khymenko</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://kavachai.com/?p=461</guid>
		<description><![CDATA[Breaking a string containing multi-line text to a list of lines can be easily done using StringReader. Here is a method that does this and small test program: &#160; Filed under: Development, How To Tagged: .net, string<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kavachai.com&amp;blog=10075514&amp;post=461&amp;subd=kavachai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kavachai.com/2011/01/19/how-to-read-string-line-by-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6478227b950d5cbc1f7fb46051087663?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">andreware</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;throw;&#8221; vs &#8220;throw ex;&#8221;</title>
		<link>http://kavachai.com/2010/12/28/throw-vs-throw-ex/</link>
		<comments>http://kavachai.com/2010/12/28/throw-vs-throw-ex/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 15:28:16 +0000</pubDate>
		<dc:creator>Andrew Khymenko</dc:creator>
				<category><![CDATA[Sharp C#]]></category>
		<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://kavachai.com/?p=448</guid>
		<description><![CDATA[Sometimes exception gets caught to make some logging and rethrow it upper (i.e. log exception in library and then throw it to client code). In this case it&#8217;s important to understand that &#8220;throw ex;&#8221; will cut stack trace. So when caught in calling code exception will contain StackTrace and TargetSite starting from the method that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kavachai.com&amp;blog=10075514&amp;post=448&amp;subd=kavachai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kavachai.com/2010/12/28/throw-vs-throw-ex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6478227b950d5cbc1f7fb46051087663?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">andreware</media:title>
		</media:content>
	</item>
		<item>
		<title>Assertion Classes in MSTest Framework</title>
		<link>http://kavachai.com/2010/10/08/assertion-classes-in-mstest-framework/</link>
		<comments>http://kavachai.com/2010/10/08/assertion-classes-in-mstest-framework/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 19:24:34 +0000</pubDate>
		<dc:creator>Andrew Khymenko</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://kavachai.com/?p=443</guid>
		<description><![CDATA[For the last couple of months I&#8217;ve been doing a lot of unit tests using MSTest framework. Although it is good to have special assertion classes to simplify verification of strings and collections names picked my framework developers are not very good as for me. These classes are named StringAssert and CollectionAssert. Looks good at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kavachai.com&amp;blog=10075514&amp;post=443&amp;subd=kavachai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kavachai.com/2010/10/08/assertion-classes-in-mstest-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6478227b950d5cbc1f7fb46051087663?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">andreware</media:title>
		</media:content>
	</item>
		<item>
		<title>Lady Java Video</title>
		<link>http://kavachai.com/2010/08/26/lady-java-video/</link>
		<comments>http://kavachai.com/2010/08/26/lady-java-video/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 16:31:46 +0000</pubDate>
		<dc:creator>Andrew Khymenko</dc:creator>
				<category><![CDATA[Buzz]]></category>

		<guid isPermaLink="false">http://kavachai.com/?p=438</guid>
		<description><![CDATA[Filed under: Buzz<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kavachai.com&amp;blog=10075514&amp;post=438&amp;subd=kavachai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kavachai.com/2010/08/26/lady-java-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6478227b950d5cbc1f7fb46051087663?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">andreware</media:title>
		</media:content>
	</item>
		<item>
		<title>We Love Windows Phone from Windows Phone Design Day</title>
		<link>http://kavachai.com/2010/08/17/we-love-windows-phone-from-windows-phone-design-day/</link>
		<comments>http://kavachai.com/2010/08/17/we-love-windows-phone-from-windows-phone-design-day/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 05:57:34 +0000</pubDate>
		<dc:creator>Andrew Khymenko</dc:creator>
				<category><![CDATA[Buzz]]></category>
		<category><![CDATA[window phone 7]]></category>

		<guid isPermaLink="false">http://kavachai.com/?p=435</guid>
		<description><![CDATA[Metthew Bennett used a great way to explain his passion to WP7 in his presentation on Windows Phone Design Day (Making Audio Sing): Filed under: Buzz Tagged: window phone 7<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kavachai.com&amp;blog=10075514&amp;post=435&amp;subd=kavachai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kavachai.com/2010/08/17/we-love-windows-phone-from-windows-phone-design-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6478227b950d5cbc1f7fb46051087663?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">andreware</media:title>
		</media:content>

		<media:content url="http://kavachai.files.wordpress.com/2010/08/welovewindowsphone.png" medium="image">
			<media:title type="html">We Love Windows Phone</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixing TortoiseCVS Icon Overlay in Windows 7</title>
		<link>http://kavachai.com/2010/07/28/fixing-tortoisecvs-icon-overlay-in-windows-7/</link>
		<comments>http://kavachai.com/2010/07/28/fixing-tortoisecvs-icon-overlay-in-windows-7/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 16:47:36 +0000</pubDate>
		<dc:creator>Andrew Khymenko</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://kavachai.com/?p=428</guid>
		<description><![CDATA[After installing TortoiseCVS on Windows 7 icons of folders and files that are under CVS control didn&#8217;t change. Which clearly dispappointed me. Some Web browsing and several tries lead me to the proper solution. To fix the issue you need to rename subkeys  under &#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\ShellIconOverlayIdentifiers&#8221; starting with &#8220;Groove&#8221; to something that will move them to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kavachai.com&amp;blog=10075514&amp;post=428&amp;subd=kavachai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kavachai.com/2010/07/28/fixing-tortoisecvs-icon-overlay-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6478227b950d5cbc1f7fb46051087663?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">andreware</media:title>
		</media:content>

		<media:content url="http://kavachai.files.wordpress.com/2010/07/tortoisecvsfixonwindows7.png" medium="image">
			<media:title type="html">TortoiseCVSFixOnWindows7</media:title>
		</media:content>
	</item>
		<item>
		<title>How To: Perform column-based selection in Visual Studio</title>
		<link>http://kavachai.com/2010/07/22/how-to-perform-column-based-selection-in-visual-studio/</link>
		<comments>http://kavachai.com/2010/07/22/how-to-perform-column-based-selection-in-visual-studio/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 10:13:21 +0000</pubDate>
		<dc:creator>Andrew Khymenko</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://kavachai.com/?p=418</guid>
		<description><![CDATA[Sometimes is is needed to copy some information from source code in a column-based style (parts of several lines starting from some position inside the line). It turned out that there is very easy way to achieve that. Just need to use Shift + Alt during selecting area with the mouse. Filed under: Development, How [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kavachai.com&amp;blog=10075514&amp;post=418&amp;subd=kavachai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kavachai.com/2010/07/22/how-to-perform-column-based-selection-in-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6478227b950d5cbc1f7fb46051087663?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">andreware</media:title>
		</media:content>

		<media:content url="http://kavachai.files.wordpress.com/2010/07/column-based-selection.png" medium="image">
			<media:title type="html">Column-based selection</media:title>
		</media:content>
	</item>
		<item>
		<title>How To: Convert String to InputStream</title>
		<link>http://kavachai.com/2010/06/13/how-to-convert-string-to-inputstream/</link>
		<comments>http://kavachai.com/2010/06/13/how-to-convert-string-to-inputstream/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 05:45:43 +0000</pubDate>
		<dc:creator>Andrew Khymenko</dc:creator>
				<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://kavachai.com/?p=413</guid>
		<description><![CDATA[Here is a method that does convertion: Filed under: Mobile Development Tagged: android, java<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kavachai.com&amp;blog=10075514&amp;post=413&amp;subd=kavachai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kavachai.com/2010/06/13/how-to-convert-string-to-inputstream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6478227b950d5cbc1f7fb46051087663?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">andreware</media:title>
		</media:content>
	</item>
	</channel>
</rss>
