Published Wednesday, April 19, 2006 7:48 AM by dotnetdev82

My First Public Assembly - Maharaja

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



Comments

 

Mike said:

It is a nice class library. Thank you for sharing it. BTW you may want to improve your generator of random alpha numeric strings.

Currently it may generate similar looking symbols (O and 0 or 1 and l). From my experience it may confuse users, as these symbols looks identical or very similar depending on what font your are using. It is better not to use these symbols at all.
April 19, 2006 5:08 PM
Anonymous comments are disabled