|
Kevin’s Code Generator is an asp.net Class Library Component used to generate unique
codes. Instead of using identity column as primary key, there are many circumstances
where we need to generate unique integer sequence numbers, alpha numeric codes,
random codes, etc,. Kevin’s Code Generator helps us to achieve this. Ease of use
and flexibility makes Kevin’s Code Generator more prominent. Through this component
you can create four types of codes to be used in your application. You can create
unique integer codes, alpha-numeric codes and one step further this component provides
a method to create random codes (beta). |