Web Site Review: Dream.In.Code (DIC for short)

Posted by Jiltin     Tags: 13 June, 2009    720 views    (0) Comment

Dream.In.Code (DIC for short) is a leading online community for programmers and web developers. There are currently 234,725 registered members. Over 400 new members register each day. Members have free access to thousands of programming tutorials, code snippets, forum topics, and more! Over the past 8 years, Dream.In.Code has gained a reputation for providing expert help for students and professionals in a friendly and timely manner. Our members are passionate about sharing their knowledge Read Full Article (Click here)...

Categories : Reviews, Web & Scripts, Web Blog! Tags :

LUHN Algorithm in C# (Validate Credit Card)

Posted by Jiltin     Tags: , , , 18 November, 2008    6,292 views    (4) Comment

The Luhn algorithm or Luhn formula, also known as the “modulus 10″ or “mod 10″ algorithm, is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers and Canadian Social Insurance Numbers. The formula verifies a number against its included check digit, which is usually appended to a partial account number to generate the full account number. This account number must pass the following test: 1. Counting from Read Full Article (Click here)...

Categories : Web & Scripts Tags : , , ,