<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments for Syed Faraz Mahmood</title>
	<atom:link href="http://farazmahmood.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://farazmahmood.wordpress.com</link>
	<description>scattered outbound thoughts</description>
	<lastBuildDate>Sun, 21 Apr 2013 11:28:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Prince Of Persia Warrior Within tips abt Life Upgrade 2 by Qazi Nafay</title>
		<link>http://farazmahmood.wordpress.com/2005/05/09/prince-of-persia-warrior-within-tips-abt-life-upgrade-2/#comment-11765</link>
		<dc:creator><![CDATA[Qazi Nafay]]></dc:creator>
		<pubDate>Sun, 21 Apr 2013 11:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/2005/05/09/prince-of-persia-warrior-within-tips-abt-life-upgrade-2/#comment-11765</guid>
		<description><![CDATA[muje sb k sb life btao muje 8 mil gaye hain lakin 1 ni mil raha.]]></description>
		<content:encoded><![CDATA[<p>muje sb k sb life btao muje 8 mil gaye hain lakin 1 ni mil raha.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MD5 Implementation in C# by pooja</title>
		<link>http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-10988</link>
		<dc:creator><![CDATA[pooja]]></dc:creator>
		<pubDate>Fri, 30 Mar 2012 20:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-10988</guid>
		<description><![CDATA[thanku so much......
its really helpful for me]]></description>
		<content:encoded><![CDATA[<p>thanku so much&#8230;&#8230;<br />
its really helpful for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MD5 Implementation in C# by arun</title>
		<link>http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-10909</link>
		<dc:creator><![CDATA[arun]]></dc:creator>
		<pubDate>Wed, 18 Jan 2012 15:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-10909</guid>
		<description><![CDATA[I &#039;m in need of the code for my final year project. thanks for the code , bt can i get a simplified code .. either in c# or vb.net]]></description>
		<content:encoded><![CDATA[<p>I &#8216;m in need of the code for my final year project. thanks for the code , bt can i get a simplified code .. either in c# or vb.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MD5 Implementation in C# by Sachin</title>
		<link>http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-10842</link>
		<dc:creator><![CDATA[Sachin]]></dc:creator>
		<pubDate>Tue, 29 Nov 2011 15:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-10842</guid>
		<description><![CDATA[I need to write the MD5 implementation in Silverlight 3, which namespace do I use to get the required classes.

Thanks
Sachin]]></description>
		<content:encoded><![CDATA[<p>I need to write the MD5 implementation in Silverlight 3, which namespace do I use to get the required classes.</p>
<p>Thanks<br />
Sachin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Type.GetType(string) by Randy Burden</title>
		<link>http://farazmahmood.wordpress.com/2007/03/21/typegettypestring/#comment-10811</link>
		<dc:creator><![CDATA[Randy Burden]]></dc:creator>
		<pubDate>Sat, 05 Nov 2011 20:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/2007/03/21/typegettypestring/#comment-10811</guid>
		<description><![CDATA[Thanks for the article. I too was getting back null so after I obtained my type in string format, I prepended the assembly qualified name to my type name like so:

string stringType = &quot;Customer&quot;;

string assemblyQualifiedName = &quot;MySampleApplication.Entities.&quot; + stringType;

Type type = Type.GetType(assemblyQualifiedName, false, true);]]></description>
		<content:encoded><![CDATA[<p>Thanks for the article. I too was getting back null so after I obtained my type in string format, I prepended the assembly qualified name to my type name like so:</p>
<p>string stringType = &#8220;Customer&#8221;;</p>
<p>string assemblyQualifiedName = &#8220;MySampleApplication.Entities.&#8221; + stringType;</p>
<p>Type type = Type.GetType(assemblyQualifiedName, false, true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MD5 Implementation in C# by Eric</title>
		<link>http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-10800</link>
		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Sat, 22 Oct 2011 17:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-10800</guid>
		<description><![CDATA[Thanks, I&#039;m using this in my Silverlight project and it works perfectly!]]></description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;m using this in my Silverlight project and it works perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MD5 Implementation in C# by Vincent</title>
		<link>http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-10762</link>
		<dc:creator><![CDATA[Vincent]]></dc:creator>
		<pubDate>Wed, 28 Sep 2011 13:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-10762</guid>
		<description><![CDATA[Hi Mr. Mahmood,
i need a MD5 implementation for a silverlight project and found your code.
Under what kind of license did you publish this code - can it be used in a compiled commercial application?
thank you for more info]]></description>
		<content:encoded><![CDATA[<p>Hi Mr. Mahmood,<br />
i need a MD5 implementation for a silverlight project and found your code.<br />
Under what kind of license did you publish this code &#8211; can it be used in a compiled commercial application?<br />
thank you for more info</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on bored by daniyal</title>
		<link>http://farazmahmood.wordpress.com/2010/09/06/bored/#comment-10708</link>
		<dc:creator><![CDATA[daniyal]]></dc:creator>
		<pubDate>Mon, 11 Jul 2011 17:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/?p=343#comment-10708</guid>
		<description><![CDATA[ya your theme is looking nice and cool gud work]]></description>
		<content:encoded><![CDATA[<p>ya your theme is looking nice and cool gud work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Default ThreadPool size in .net 2.0 SP1 by C#: BeginInvoke &#171; Tutorien</title>
		<link>http://farazmahmood.wordpress.com/2007/06/30/default-threadpool-size-in-net-20-sp1/#comment-10452</link>
		<dc:creator><![CDATA[C#: BeginInvoke &#171; Tutorien]]></dc:creator>
		<pubDate>Tue, 04 Jan 2011 16:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/2007/06/30/default-threadpool-size-in-net-20-sp1/#comment-10452</guid>
		<description><![CDATA[[...] ist der Pool nicht geeignet, da es lediglich (als standard) zwischen 25 und 250 Threads (pro CPU) (je nach .net Framework Version) in diesem Pool [...]]]></description>
		<content:encoded><![CDATA[<p>[...] ist der Pool nicht geeignet, da es lediglich (als standard) zwischen 25 und 250 Threads (pro CPU) (je nach .net Framework Version) in diesem Pool [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by choclate</title>
		<link>http://farazmahmood.wordpress.com/about/#comment-10357</link>
		<dc:creator><![CDATA[choclate]]></dc:creator>
		<pubDate>Wed, 27 Oct 2010 16:47:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-10357</guid>
		<description><![CDATA[Assalam o allikum faraz bhai...
i m choclate..hehe...nice to see ur website..mere to maze ho gye.:)]]></description>
		<content:encoded><![CDATA[<p>Assalam o allikum faraz bhai&#8230;<br />
i m choclate..hehe&#8230;nice to see ur website..mere to maze ho gye.:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
