Hi Preet,
I don’t know of any libraries that handle this, but I do have a question for you. Why are you validating credit card info? I ask this because if you are validating card info then you are handling/processing card info. Any business handling credit card information should have PCI-DSS compliance. Personally, I find it is much easier to use external providers (eway, paypal et al) to handle the whole payment process, meaning your code never needs to touch a credit card number and you never have to worry about compliance, *security etc. Just a another random thought, YMMV. *Security of the card information Ed. From: [email protected] <[email protected]> On Behalf Of Preet Sangha Sent: Wednesday, 18 December 2019 2:41 PM To: ozDotNet <[email protected]> Subject: Would anyone know of any credit card validation/detection or similar libraries that we may be able incorporate into our .net framework code (preferably in nuget form) in order to eliminate our own hand coded regexs please? Regards Preet
