I am looking for a way to validate worldwide postal codes in my .NET project, and I don't really want to come up and maintain regular expressions for the whole world.
Preferably I would want to pull in a dependency to a library or in the worst case use some web based service (but that would really be a last resort).