<?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/"
	>

<channel>
	<title>IT Farmer的博客 &#187; api</title>
	<atom:link href="http://www.it-farmer.com/tag/api/feed" rel="self" type="application/rss+xml" />
	<link>http://www.it-farmer.com</link>
	<description>关于软件, 技术, 生活的点滴记录</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:50:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows Core Audio APIs</title>
		<link>http://www.it-farmer.com/windows-core-audio-apis.html</link>
		<comments>http://www.it-farmer.com/windows-core-audio-apis.html#comments</comments>
		<pubDate>Thu, 03 Jul 2008 09:15:49 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=211</guid>
		<description><![CDATA[值得关注的是Windows Vista支持多种Audio API, http://msdn.microsoft.com/en-us/library/ms678518(VS.85).aspx  Windows Vista, a new set of user-mode audio components provides client applications with improved audio capabilities. These capabilities include the following: Low-latency, glitch-resilient audio streaming. Improved reliability (many audio functions have moved from kernel mode to user mode). Improved security (processing of protected audio content takes place in a secure, lower-privilege process). [...]]]></description>
		<wfw:commentRss>http://www.it-farmer.com/windows-core-audio-apis.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何使用.Net Trace API</title>
		<link>http://www.it-farmer.com/how-to-use-net-trace-api.html</link>
		<comments>http://www.it-farmer.com/how-to-use-net-trace-api.html#comments</comments>
		<pubDate>Tue, 11 Mar 2008 03:06:10 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/how-to-use-net-trace-api.html</guid>
		<description><![CDATA[.Net 2.0提供了较完善的Logging和Trace API。在程序中使用十分简单： &#160; namespace ConsoleApplicatio2 {     class Program     {         static TraceSource trace = new TraceSource(&#8220;SourceTwo&#8221;); &#160;         static void Main(string[] args)         {               trace.TraceInformation(&#8220;information&#8221;);             trace.TraceEvent(TraceEventType.Critical, 0,  &#8220;critical&#8221;);             trace.TraceEvent(TraceEventType.Error, 0, &#8220;Error&#8221;);             trace.TraceEvent(TraceEventType.Warning, 0, &#8220;Warning&#8221;);             trace.TraceEvent(TraceEventType.Information, 0, &#8220;Information&#8221;);             trace.TraceEvent(TraceEventType.Verbose, 0, &#8220;Verbose&#8221;);        }     } }  [...]]]></description>
		<wfw:commentRss>http://www.it-farmer.com/how-to-use-net-trace-api.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
