Published
Wednesday, April 19, 2006 7:48 AM
by
dotnetdev82
I have created a small class called Maharaja that will help devlopers do various functions. This is my first ever public class, so forgive me if it is not commented correctly. I would appericiate your feedback.
- DataHelper class to do various functions to do database related functions.
- Cryptography class to encrypt/decrypt text
- A SQL Class that has a function to take care of apostrophes from an INSERT & UPDATE statements.
- Web ErrorLog to write an exception to a file.
- Windows Login Control
- Random Numbers to create random numbers and random alpha numerics strings.
- A Validate function to verify email address format, isNumeric, and isDate
These are just few very basic functions. As I get feedback I will continue to improve this class.
Source: http://www.bhandu.com/dotnetdev82/Maharaja.zip
Assembly: http://www.bhandu.com/dotnetdev82/Maharaja.dll