<?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>Zhenrong's Blog</title>
	<atom:link href="http://yangzhenrong.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yangzhenrong.wordpress.com</link>
	<description>Technical tips around .Net and Visual Studio Team System</description>
	<lastBuildDate>Thu, 09 Apr 2009 18:04:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yangzhenrong.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Zhenrong's Blog</title>
		<link>http://yangzhenrong.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yangzhenrong.wordpress.com/osd.xml" title="Zhenrong&#039;s Blog" />
	<atom:link rel='hub' href='http://yangzhenrong.wordpress.com/?pushpress=hub'/>
		<item>
		<title>TFS WorkItem lazy loading</title>
		<link>http://yangzhenrong.wordpress.com/2009/04/09/tfs-workitem-lazy-loading/</link>
		<comments>http://yangzhenrong.wordpress.com/2009/04/09/tfs-workitem-lazy-loading/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 18:02:36 +0000</pubDate>
		<dc:creator>xeroyang</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[Visual Studio Team System]]></category>
		<category><![CDATA[Work Item Tracking]]></category>

		<guid isPermaLink="false">http://yangzhenrong.wordpress.com/?p=21</guid>
		<description><![CDATA[This is going to be a short post. For performance improvement, TFS enables caching (as mentioned in previous post) and lazy loading in many places. These means reduce the amount of server calls as well as improves client-side UI rendering. Here is a note to those who are coding against TFS WIT OM. Assuming we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yangzhenrong.wordpress.com&amp;blog=7159097&amp;post=21&amp;subd=yangzhenrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yangzhenrong.wordpress.com/2009/04/09/tfs-workitem-lazy-loading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a66b485fe7f6b1781e8d68843e610ba2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xeroyang</media:title>
		</media:content>
	</item>
		<item>
		<title>WorkItemStore cache synchronization</title>
		<link>http://yangzhenrong.wordpress.com/2009/04/01/workitemstore-cache-synchronization/</link>
		<comments>http://yangzhenrong.wordpress.com/2009/04/01/workitemstore-cache-synchronization/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 04:19:56 +0000</pubDate>
		<dc:creator>xeroyang</dc:creator>
				<category><![CDATA[Work Item Tracking]]></category>
		<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[Visual Studio Team System]]></category>

		<guid isPermaLink="false">http://yangzhenrong.wordpress.com/?p=16</guid>
		<description><![CDATA[Eyes open &#8211; if you notice inconsistent data between various TFS (Team Foundation Server) Work Item Tracking utilities, first check if Work Item Store cache is sync-ed properly. Here is an example. Someone writes a small utility to export, edit, and import GL (Global List) with TFS WIT OM. To the simpliest, s/he may need to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yangzhenrong.wordpress.com&amp;blog=7159097&amp;post=16&amp;subd=yangzhenrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yangzhenrong.wordpress.com/2009/04/01/workitemstore-cache-synchronization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a66b485fe7f6b1781e8d68843e610ba2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xeroyang</media:title>
		</media:content>
	</item>
		<item>
		<title>From XSD to Object Model (OM)</title>
		<link>http://yangzhenrong.wordpress.com/2009/03/31/from-xsd-to-object-model-om/</link>
		<comments>http://yangzhenrong.wordpress.com/2009/03/31/from-xsd-to-object-model-om/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 05:34:53 +0000</pubDate>
		<dc:creator>xeroyang</dc:creator>
				<category><![CDATA[C# Programming]]></category>
		<category><![CDATA[.Net SDK]]></category>
		<category><![CDATA[C# XML Programming]]></category>
		<category><![CDATA[Object Model Design]]></category>
		<category><![CDATA[Visual Studio Team System]]></category>
		<category><![CDATA[XMS Schema XSD design]]></category>

		<guid isPermaLink="false">http://yangzhenrong.wordpress.com/?p=11</guid>
		<description><![CDATA[From time to time, I have to design xml schema (.xsd files) for specifying the syntax of the data transferred between my application components. Having some tools to visually create the schema and automatically generate code for the object model is probably preferred by every developer(?). Well, at least for someone like me who is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yangzhenrong.wordpress.com&amp;blog=7159097&amp;post=11&amp;subd=yangzhenrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yangzhenrong.wordpress.com/2009/03/31/from-xsd-to-object-model-om/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a66b485fe7f6b1781e8d68843e610ba2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xeroyang</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello World!</title>
		<link>http://yangzhenrong.wordpress.com/2009/03/31/hello-world/</link>
		<comments>http://yangzhenrong.wordpress.com/2009/03/31/hello-world/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 00:45:02 +0000</pubDate>
		<dc:creator>xeroyang</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yangzhenrong.wordpress.com/?p=9</guid>
		<description><![CDATA[Here I am &#8230; greeting all my blog readers from the front of my office PC&#8230; Posted in Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yangzhenrong.wordpress.com&amp;blog=7159097&amp;post=9&amp;subd=yangzhenrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://yangzhenrong.wordpress.com/2009/03/31/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a66b485fe7f6b1781e8d68843e610ba2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xeroyang</media:title>
		</media:content>
	</item>
	</channel>
</rss>
