<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>Talk 2 Solve</title>
		<link>http://chatwithchirag.forumotion.com/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Sat, 20 Oct 2007 11:45:25 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Talk 2 Solve</title>
			<url>http://illiweb.com/fa/prosilver_grey/site_logo.gif</url>
			<link>http://chatwithchirag.forumotion.com/feed/?</link>
		</image>
		<item>
			<title>GetMIMEType simple and reusable</title>
			<link>http://chatwithchirag.forumotion.com/code-library-f4/getmimetype-simple-and-reusable-t5.htm</link>
			<dc:creator>justchirag</dc:creator>
			<description>public static string GetMIMEType(FileInfo f)

        {

            RegistryPermission regPermission = new RegistryPermission(RegistryPermissionAccess.Read, &quot;\\HKEY_CLASSES_ROOT&quot;);

            RegistryKey classRoot = Registry.ClassesRoot;

            //FileInfo f = new FileInfo(filePath);

            string extension = f.Extension.ToLower();

            RegistryKey typeKey = classRoot.OpenSubKey(@&quot;MIME\Database\Content Type&quot;);

            string mimeType = string.Empty;

  ...</description>
			<category>Code Library</category>
			<pubDate>Sat, 20 Oct 2007 11:45:25 GMT</pubDate>
			<comments>http://chatwithchirag.forumotion.com/code-library-f4/getmimetype-simple-and-reusable-t5.htm#5</comments>
			<guid>http://chatwithchirag.forumotion.com/code-library-f4/getmimetype-simple-and-reusable-t5.htm</guid>
		</item>
		<item>
			<title>Speed up string comparison</title>
			<link>http://chatwithchirag.forumotion.com/tip-of-the-day-f1/speed-up-string-comparison-t4.htm</link>
			<dc:creator>justchirag</dc:creator>
			<description>The Compare method compares strings in a local-aware fashion, so it has to convert the Unicode code of each character into a numeric value that reflects its position in the current culture's alphabet. For example, the Compare method considers the &quot;b&quot; lowercase character to come immediately after the &quot;A&quot; uppercase char and before the &quot;B&quot; uppercase char, even though the &quot;A&quot; and &quot;B&quot; characters are contiguous in the Unicode character set. This conversion  ...</description>
			<category>Tip of the Day !</category>
			<pubDate>Fri, 19 Oct 2007 11:58:35 GMT</pubDate>
			<comments>http://chatwithchirag.forumotion.com/tip-of-the-day-f1/speed-up-string-comparison-t4.htm#4</comments>
			<guid>http://chatwithchirag.forumotion.com/tip-of-the-day-f1/speed-up-string-comparison-t4.htm</guid>
		</item>
		<item>
			<title>Welcome to this new Forum</title>
			<link>http://chatwithchirag.forumotion.com/promact-f3/welcome-to-this-new-forum-t3.htm</link>
			<dc:creator>justchirag</dc:creator>
			<description>enjoy chatting internally,...</description>
			<category>Promact</category>
			<pubDate>Fri, 19 Oct 2007 08:47:42 GMT</pubDate>
			<comments>http://chatwithchirag.forumotion.com/promact-f3/welcome-to-this-new-forum-t3.htm#3</comments>
			<guid>http://chatwithchirag.forumotion.com/promact-f3/welcome-to-this-new-forum-t3.htm</guid>
		</item>
	</channel>
</rss>