<?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>Aizikovich Evgeni</title>
	<atom:link href="http://evgenya.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://evgenya.wordpress.com</link>
	<description>Professional .NET Developer (MCP)</description>
	<lastBuildDate>Mon, 19 Jan 2009 14:45:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='evgenya.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/41b4eb391d85b29a91257b56ae9781a6?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Aizikovich Evgeni</title>
		<link>http://evgenya.wordpress.com</link>
	</image>
			<item>
		<title>WCF performance comparison</title>
		<link>http://evgenya.wordpress.com/2009/01/19/wcf-performance-comparison/</link>
		<comments>http://evgenya.wordpress.com/2009/01/19/wcf-performance-comparison/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 14:45:35 +0000</pubDate>
		<dc:creator>Aizikovich Evgeni</dc:creator>
				<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://evgenya.wordpress.com/?p=62</guid>
		<description><![CDATA[There is a great article comparing performance of different bindings and serializers. Check this out!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=evgenya.wordpress.com&blog=2350286&post=62&subd=evgenya&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://evgenya.wordpress.com/2009/01/19/wcf-performance-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3015f24185b319ada44a436641d900fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aizikovich Evgeni</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM ClearCase and the Visual Studio 2008 integration: the case is not clear</title>
		<link>http://evgenya.wordpress.com/2009/01/13/ibm-clearcase-and-the-visual-studio-2008-integration-the-case-is-not-clear/</link>
		<comments>http://evgenya.wordpress.com/2009/01/13/ibm-clearcase-and-the-visual-studio-2008-integration-the-case-is-not-clear/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 18:45:49 +0000</pubDate>
		<dc:creator>Aizikovich Evgeni</dc:creator>
				<category><![CDATA[General Programming]]></category>

		<guid isPermaLink="false">http://evgenya.wordpress.com/?p=60</guid>
		<description><![CDATA[Introduction
When the previous version of the Visual Studio was released (VS 2005), IBM released a CC integration package for it, which job was to integrate VS and CC. The integration package dlls by default located at &#8220;Program Files\Common Files\Rational\ClearCase\CCVSI&#8221; folder (just for the record &#8211; CCVSI stands for ClearCase Visual Studio Integration). Later, when the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=evgenya.wordpress.com&blog=2350286&post=60&subd=evgenya&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://evgenya.wordpress.com/2009/01/13/ibm-clearcase-and-the-visual-studio-2008-integration-the-case-is-not-clear/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3015f24185b319ada44a436641d900fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aizikovich Evgeni</media:title>
		</media:content>
	</item>
		<item>
		<title>Passing value types by reference (a ref keyword) to the managed C++ (CLI)</title>
		<link>http://evgenya.wordpress.com/2008/11/26/passing-value-types-by-reference-a-ref-keyword-to-the-managed-c-cli/</link>
		<comments>http://evgenya.wordpress.com/2008/11/26/passing-value-types-by-reference-a-ref-keyword-to-the-managed-c-cli/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 12:55:04 +0000</pubDate>
		<dc:creator>Aizikovich Evgeni</dc:creator>
				<category><![CDATA[From 2003 to 2008]]></category>
		<category><![CDATA[General Programming]]></category>

		<guid isPermaLink="false">http://evgenya.wordpress.com/?p=58</guid>
		<description><![CDATA[Hi, after a little research I did to accomplish this task, I thought it would be nice to share the solution with my readers, so here it is: in the CLI method you should use a &#8220;%&#8221; keyword, it is the same as &#8220;ref&#8221; in the C#.
Example: (passing integer by ref from C# to CLI)
declaring method in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=evgenya.wordpress.com&blog=2350286&post=58&subd=evgenya&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://evgenya.wordpress.com/2008/11/26/passing-value-types-by-reference-a-ref-keyword-to-the-managed-c-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3015f24185b319ada44a436641d900fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aizikovich Evgeni</media:title>
		</media:content>
	</item>
		<item>
		<title>Debugging mixed code: solving &#8220;not loaded symbols&#8221;</title>
		<link>http://evgenya.wordpress.com/2008/10/12/debugging-mixed-code-solving-not-loaded-symbols/</link>
		<comments>http://evgenya.wordpress.com/2008/10/12/debugging-mixed-code-solving-not-loaded-symbols/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 16:14:55 +0000</pubDate>
		<dc:creator>Aizikovich Evgeni</dc:creator>
				<category><![CDATA[General Programming]]></category>
		<category><![CDATA[debugging]]></category>

		<guid isPermaLink="false">http://evgenya.wordpress.com/?p=56</guid>
		<description><![CDATA[Today, while debugging mixed code (calling c# code from unmanaged c++ via COM). I noticed some strange behavior: the application was running, but I was unable to hit any breakpoint inside the c# code. Usually this can be result of &#8220;dll hell &#8221; or something like this, maybe pdb files from different version. However, I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=evgenya.wordpress.com&blog=2350286&post=56&subd=evgenya&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://evgenya.wordpress.com/2008/10/12/debugging-mixed-code-solving-not-loaded-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3015f24185b319ada44a436641d900fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aizikovich Evgeni</media:title>
		</media:content>
	</item>
		<item>
		<title>Improving application performance: Object Pool (C#) with automatic object collection</title>
		<link>http://evgenya.wordpress.com/2008/10/08/improving-application-performance-object-pool-c-with-automatic-object-collection/</link>
		<comments>http://evgenya.wordpress.com/2008/10/08/improving-application-performance-object-pool-c-with-automatic-object-collection/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 10:17:04 +0000</pubDate>
		<dc:creator>Aizikovich Evgeni</dc:creator>
				<category><![CDATA[General C#]]></category>
		<category><![CDATA[General Programming]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://evgenya.wordpress.com/?p=51</guid>
		<description><![CDATA[Introduction:
As you know, creating and destroying objects is a costly operation, in terms of performance. In C++ the allocation of objects is not cheap (first the application looking for available memory, validating it and only then allocating). In .NET the allocation of objects is actually very fast, due to GC memory optimizations in each collection [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=evgenya.wordpress.com&blog=2350286&post=51&subd=evgenya&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://evgenya.wordpress.com/2008/10/08/improving-application-performance-object-pool-c-with-automatic-object-collection/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3015f24185b319ada44a436641d900fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aizikovich Evgeni</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixed link of the &#8220;Fast Drawing&#8221; demo!</title>
		<link>http://evgenya.wordpress.com/2008/10/08/fixed-link-of-the-fast-drawing-demo/</link>
		<comments>http://evgenya.wordpress.com/2008/10/08/fixed-link-of-the-fast-drawing-demo/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 10:03:46 +0000</pubDate>
		<dc:creator>Aizikovich Evgeni</dc:creator>
				<category><![CDATA[General C#]]></category>

		<guid isPermaLink="false">http://evgenya.wordpress.com/?p=49</guid>
		<description><![CDATA[Hi friends! As you know, after my previous hosting service deleted that demo, I received lots of requests from you to recover it somehow. Lucky for all us, couple days ago I found it on my old memory stick! So here it is &#8211; hosted by RapidShare (I updated demo link inside the post also). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=evgenya.wordpress.com&blog=2350286&post=49&subd=evgenya&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://evgenya.wordpress.com/2008/10/08/fixed-link-of-the-fast-drawing-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3015f24185b319ada44a436641d900fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aizikovich Evgeni</media:title>
		</media:content>
	</item>
		<item>
		<title>DateTime and CTime cooperation</title>
		<link>http://evgenya.wordpress.com/2008/07/03/datetime-and-ctime-cooperation/</link>
		<comments>http://evgenya.wordpress.com/2008/07/03/datetime-and-ctime-cooperation/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 11:53:50 +0000</pubDate>
		<dc:creator>Aizikovich Evgeni</dc:creator>
				<category><![CDATA[General C#]]></category>
		<category><![CDATA[General MFC]]></category>
		<category><![CDATA[CTime; DateTime]]></category>

		<guid isPermaLink="false">http://evgenya.wordpress.com/?p=46</guid>
		<description><![CDATA[Sometimes you might want to pass a current time from managed application to unmanaged and vice versa. The one way to pass time from C# to, lets say, MFC is to calculate total number of seconds from 1.1.70 until current time. Then you will marshal this long value to MFC (probably using COM or network, depends on what [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=evgenya.wordpress.com&blog=2350286&post=46&subd=evgenya&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://evgenya.wordpress.com/2008/07/03/datetime-and-ctime-cooperation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3015f24185b319ada44a436641d900fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aizikovich Evgeni</media:title>
		</media:content>
	</item>
		<item>
		<title>WoW addon &#8211; Russian Translit</title>
		<link>http://evgenya.wordpress.com/2008/06/02/wow-addon-russian-translit/</link>
		<comments>http://evgenya.wordpress.com/2008/06/02/wow-addon-russian-translit/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 18:18:31 +0000</pubDate>
		<dc:creator>Aizikovich Evgeni</dc:creator>
				<category><![CDATA[Game Programming]]></category>
		<category><![CDATA[World of Warcraft; Addon]]></category>

		<guid isPermaLink="false">http://evgenya.wordpress.com/?p=45</guid>
		<description><![CDATA[         During my playing in World of Warcraft, many times I have to communicate with Russian speaking players (especially now, when I in Russian guild). For me, typing Russian is a challenge: as for one who was grown in Israel, typing speed in Russian is about a word per minute. This is when I got [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=evgenya.wordpress.com&blog=2350286&post=45&subd=evgenya&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://evgenya.wordpress.com/2008/06/02/wow-addon-russian-translit/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3015f24185b319ada44a436641d900fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aizikovich Evgeni</media:title>
		</media:content>
	</item>
		<item>
		<title>The c# lock free library project &#8211; first public preview</title>
		<link>http://evgenya.wordpress.com/2008/05/30/the-c-lock-free-library-project-first-public-preview/</link>
		<comments>http://evgenya.wordpress.com/2008/05/30/the-c-lock-free-library-project-first-public-preview/#comments</comments>
		<pubDate>Fri, 30 May 2008 12:15:29 +0000</pubDate>
		<dc:creator>Aizikovich Evgeni</dc:creator>
				<category><![CDATA[General C#]]></category>
		<category><![CDATA[multithreading; lock free]]></category>

		<guid isPermaLink="false">http://evgenya.wordpress.com/?p=44</guid>
		<description><![CDATA[     Right now, I finished to port from Java lock free hash table and queue. You can get it from here. The good news, is it seems to work. The bad news, traditional implementation using locks performs faster in tests I did (I tested on 2 and 4 core machines). However, this is contradictive to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=evgenya.wordpress.com&blog=2350286&post=44&subd=evgenya&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://evgenya.wordpress.com/2008/05/30/the-c-lock-free-library-project-first-public-preview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3015f24185b319ada44a436641d900fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aizikovich Evgeni</media:title>
		</media:content>
	</item>
		<item>
		<title>Important: Dead Links</title>
		<link>http://evgenya.wordpress.com/2008/05/30/important-dead-links/</link>
		<comments>http://evgenya.wordpress.com/2008/05/30/important-dead-links/#comments</comments>
		<pubDate>Fri, 30 May 2008 11:48:22 +0000</pubDate>
		<dc:creator>Aizikovich Evgeni</dc:creator>
				<category><![CDATA[General Programming]]></category>

		<guid isPermaLink="false">http://evgenya.wordpress.com/?p=43</guid>
		<description><![CDATA[Hi folks. As you probably noticed, I using free host for my blog (the wordpress). One of the drawbacks of that is I don&#8217;t have any space to host my demo applications. As a result, I have to store my staff on public storage services. The one I used in past is SendSpace service. Unfortunately, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=evgenya.wordpress.com&blog=2350286&post=43&subd=evgenya&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://evgenya.wordpress.com/2008/05/30/important-dead-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3015f24185b319ada44a436641d900fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Aizikovich Evgeni</media:title>
		</media:content>
	</item>
	</channel>
</rss>