<?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/"
		>
<channel>
	<title>Comments on: How to generate random password (VB.Net/C#[ASP.Net]/PHP)</title>
	<atom:link href="http://felixker.com/net/how-to-generate-random-password-vbnetcaspnetphp/feed/" rel="self" type="application/rss+xml" />
	<link>http://felixker.com/technology/net/how-to-generate-random-password-vbnetcaspnetphp/</link>
	<description>Codes, Life, Love, Media, Money, Tips &#38; Tricks, Web 2.0 &#38; all</description>
	<lastBuildDate>Wed, 23 May 2012 09:45:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Adi</title>
		<link>http://felixker.com/technology/net/how-to-generate-random-password-vbnetcaspnetphp/comment-page-1/#comment-112250</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Fri, 27 Aug 2010 03:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://felixker.com/net/how-to-generate-random-password-vbnetcaspnetphp/#comment-112250</guid>
		<description>it is very good and simple.
Thanks man.</description>
		<content:encoded><![CDATA[<p>it is very good and simple.<br />
Thanks man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://felixker.com/technology/net/how-to-generate-random-password-vbnetcaspnetphp/comment-page-1/#comment-110849</link>
		<dc:creator>G</dc:creator>
		<pubDate>Fri, 12 Mar 2010 23:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://felixker.com/net/how-to-generate-random-password-vbnetcaspnetphp/#comment-110849</guid>
		<description>Thanks man - its simple and does the job..</description>
		<content:encoded><![CDATA[<p>Thanks man &#8211; its simple and does the job..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Jecha (MVP)</title>
		<link>http://felixker.com/technology/net/how-to-generate-random-password-vbnetcaspnetphp/comment-page-1/#comment-110457</link>
		<dc:creator>Tomas Jecha (MVP)</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://felixker.com/net/how-to-generate-random-password-vbnetcaspnetphp/#comment-110457</guid>
		<description>Use:
&lt;code&gt;
Dim strGuid as String = System.Guid.NewGuid().ToString(&quot;N&quot;)
&lt;/code&gt;
Instead of:
&lt;code&gt;
Dim strGuid as String = System.Guid.NewGuid().ToString()
strGuid= strGuid.Replace(“-”, String.Empty)
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Use:<br />
<code><br />
Dim strGuid as String = System.Guid.NewGuid().ToString("N")<br />
</code><br />
Instead of:<br />
<code><br />
Dim strGuid as String = System.Guid.NewGuid().ToString()<br />
strGuid= strGuid.Replace(“-”, String.Empty)<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terrence</title>
		<link>http://felixker.com/technology/net/how-to-generate-random-password-vbnetcaspnetphp/comment-page-1/#comment-102944</link>
		<dc:creator>Terrence</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://felixker.com/net/how-to-generate-random-password-vbnetcaspnetphp/#comment-102944</guid>
		<description>amazing!! short enough and excellent!</description>
		<content:encoded><![CDATA[<p>amazing!! short enough and excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://felixker.com/technology/net/how-to-generate-random-password-vbnetcaspnetphp/comment-page-1/#comment-102263</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 11 Jun 2009 09:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://felixker.com/net/how-to-generate-random-password-vbnetcaspnetphp/#comment-102263</guid>
		<description>Thank you very much for your code - such an easy way to generate a random password and works really well.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your code &#8211; such an easy way to generate a random password and works really well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 3/10 queries in 0.007 seconds using memcached
Object Caching 480/480 objects using apc
Content Delivery Network via a.felixker.com

Served from: felixker.com @ 2012-05-23 18:15:13 -->
