Card Checker

Languages used: C# with .NET and WPF

A program that uses the Luhn Mod 10 Algorithm to validate credit card numbers. It checks the validity of the number, and returns with the type and the bank name.

Currently capable of finding Visa and MasterCard and has nearly 650 different worldwide banks, which can easily be extended

Used to help understand the C# language.

Code can be found here