If you don't want the overhead or complexity of a government-standard encryption technique, there is a simple solution.
Articles Written by Karl Moore
Quick Visual Studio .NET Tips
Still getting used to Visual Studio .NET? Here are a handful of little-known Visual Studio tips sure to make your life easier...
Generate Memorable Passwords, Automatically!
Generating automatic passwords for your users is a common programming scenario. However, due to the techniques typically employed, most autogenerated passwords end up looking like YPSWW9441—which, although highly secure, also end up completely unmemorable.
Calculating the Years Between Dates
Business applications often find it useful to calculate the number of years between two particular dates, such as the date a customer first ordered and the present date, perhaps to see whether they apply for a "loyalty" discount or a free gift.
Figuring Out Quarters in .NET
Calculating the opening and closing quarter dates for a particular date is a common task for programmers. So, to save you from figuring out how to write that code, here are some ready-to-run functions that do it all for you.
Calculating the Next Working Day in .NET
Sometimes you don't just want to add a certain number of days to a date; you want to take working days into account.
