<?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: Credit Card Validation in C#</title>
	<atom:link href="http://jlcoady.net/c-sharp/credit-card-validation-in-c-sharp/feed" rel="self" type="application/rss+xml" />
	<link>http://jlcoady.net/c-sharp/credit-card-validation-in-c-sharp</link>
	<description></description>
	<lastBuildDate>Tue, 01 Dec 2009 16:23:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Howzilla</title>
		<link>http://jlcoady.net/c-sharp/credit-card-validation-in-c-sharp/comment-page-1#comment-363</link>
		<dc:creator>Howzilla</dc:creator>
		<pubDate>Tue, 29 Sep 2009 02:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://jlcoady.net/?p=145#comment-363</guid>
		<description>Thanks for the code. You really saved me some time with this.</description>
		<content:encoded><![CDATA[<p>Thanks for the code. You really saved me some time with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mexicotom</title>
		<link>http://jlcoady.net/c-sharp/credit-card-validation-in-c-sharp/comment-page-1#comment-305</link>
		<dc:creator>mexicotom</dc:creator>
		<pubDate>Wed, 05 Aug 2009 02:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://jlcoady.net/?p=145#comment-305</guid>
		<description>Your Luhn algorithm is interesting, but according to my tests is 10x slower than this one:

http://orb-of-knowledge.blogspot.com/2009/08/extremely-fast-luhn-function-for-c.html

Also, line #23 is not compiling for me, as it complains that Byte.Parse cannot take a char, but must take a string. I then had to call .ToString() on the char value to make it work (which may account for some of the slowness mentioned above).</description>
		<content:encoded><![CDATA[<p>Your Luhn algorithm is interesting, but according to my tests is 10x slower than this one:</p>
<p><a href="http://orb-of-knowledge.blogspot.com/2009/08/extremely-fast-luhn-function-for-c.html" rel="nofollow">http://orb-of-knowledge.blogspot.com/2009/08/extremely-fast-luhn-function-for-c.html</a></p>
<p>Also, line #23 is not compiling for me, as it complains that Byte.Parse cannot take a char, but must take a string. I then had to call .ToString() on the char value to make it work (which may account for some of the slowness mentioned above).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Sawant</title>
		<link>http://jlcoady.net/c-sharp/credit-card-validation-in-c-sharp/comment-page-1#comment-265</link>
		<dc:creator>Nitin Sawant</dc:creator>
		<pubDate>Sat, 02 May 2009 15:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://jlcoady.net/?p=145#comment-265</guid>
		<description>can you provide C# code to generate valide credit cards??

regards,
Nitin Sawant</description>
		<content:encoded><![CDATA[<p>can you provide C# code to generate valide credit cards??</p>
<p>regards,<br />
Nitin Sawant</p>
]]></content:encoded>
	</item>
</channel>
</rss>
