Generating Unique Keys in .Net






3.74/5 (64 votes)
Jun 10, 2006
3 min read

440093

10202
I need to create some unique IDs. GUIDs are great as they give Globally Unique identifier but they are big. I mean if you want to issue unique number in your application which you want to give as Booking Number or any reference number then GUIDs is obviously not a solution.