<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Solomon</title>
	<link>http://www.ms.oyangudi.com/blog</link>
	<description>from Oyangudi...</description>
	<lastBuildDate>Tue, 18 Oct 2011 02:38:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.3.1" -->

	<item>
		<title>Android Internals</title>
		<description><![CDATA[]]></description>
		<link>http://www.ms.oyangudi.com/blog/video-tutorials/android-internals/</link>
			</item>
	<item>
		<title>Android Application Development</title>
		<description><![CDATA[&#160;]]></description>
		<link>http://www.ms.oyangudi.com/blog/video-tutorials/android-application-development/</link>
			</item>
	<item>
		<title>Android Application Development &#8211; Publishing to Android Market</title>
		<description><![CDATA[]]></description>
		<link>http://www.ms.oyangudi.com/blog/video-tutorials/android-application-development-publishing-to-android-market/</link>
			</item>
	<item>
		<title>Android Builders Summit</title>
		<description><![CDATA[]]></description>
		<link>http://www.ms.oyangudi.com/blog/video-tutorials/android-builders-summit/</link>
			</item>
	<item>
		<title>Android for Java Developers</title>
		<description><![CDATA[]]></description>
		<link>http://www.ms.oyangudi.com/blog/video-tutorials/android-for-java-developers/</link>
			</item>
	<item>
		<title>Not enough storage is available to complete this operation</title>
		<description><![CDATA[http://msdn.microsoft.com/en-us/library/ms681382%28VS.85%29.aspx ERROR_OUTOFMEMORY 14 (0xE) &#8211; Not enough storage is available to complete this operation. http://stackoverflow.com/questions/2881419/not-enough-storage-is-available-to-complete-this-operation-program-or-storage-m http://social.msdn.microsoft.com/Forums/en/sqlce/thread/06f90b9c-9c19-499e-b016-c161949251bc http://msdn.microsoft.com/en-us/library/aa454885.aspx#effective_memory_storage_power_mgmt_wm5_topic2 http://support.microsoft.com/kb/326164 &#160;]]></description>
		<link>http://www.ms.oyangudi.com/blog/net-compact-framework/not-enough-storage-is-available-to-complete-this-operation/</link>
			</item>
	<item>
		<title>Consider using System.IO.Path.Combine() instead of string concatenation</title>
		<description><![CDATA[http://dotnettipoftheday.org/tips/SystemIOPathCombine.aspx Let&#8217;s review the following code for creating a file path: This code is prone to error. For example, when you set the folder setting, you have to remember to make sure it ends with a slash. To avoid such problems use Path.Combine() method which will ensure that the folder has ending slash:]]></description>
		<link>http://www.ms.oyangudi.com/blog/csharp/consider-using-system-io-path-combine-instead-of-string-concatenation/</link>
			</item>
	<item>
		<title>Use Path.GetRandomFileName() or Path.GetTempFileName() when working with temp files</title>
		<description><![CDATA[http://dotnettipoftheday.org/tips/PathGetRandomFileName.aspx &#160; Do not reinvent function for generating unique name for temporary files. Use one of the existing methods: System.IO.Path.GetTempFileName() &#8211; use this method if you want to create temporary file in user&#8217;s temp folder. System.IO.Path.GetRandomFileName() &#8211; use this method if you just want to generate unique file name.]]></description>
		<link>http://www.ms.oyangudi.com/blog/net/use-path-getrandomfilename-or-path-gettempfilename-when-working-with-temp-files/</link>
			</item>
	<item>
		<title>?? operator (C#)</title>
		<description><![CDATA[http://dotnettipoftheday.org/tips/double_question_mark_operator_cs.aspx &#160; The ?? operator returns the left-hand operand if it is not null, or else it returns the right operand. For example: The ?? operator also works with reference types:]]></description>
		<link>http://www.ms.oyangudi.com/blog/csharp/operator-c/</link>
			</item>
	<item>
		<title>Speed testing in .NET &#8211; System.Diagnostics.Stopwatch</title>
		<description><![CDATA[http://dotnettipoftheday.org/tips/system_diagnostics_stopwatch.aspx System.Diagnostics.Stopwatch is a replacement for what most people probably do to identify the time spent on excecuting a method. The process usually goes something like: create a DateTime.Now value at the start and then subtract the ending DateTime.Now to get the TimeDuration value that elapsed. As an alternative, the Stopwatch class was built using [...]]]></description>
		<link>http://www.ms.oyangudi.com/blog/net/speed-testing-in-net-system-diagnostics-stopwatch/</link>
			</item>
</channel>
</rss>

