Make a short link

Discussion in 'C#' started by dzflip, Nov 26, 2009.

  1. #1
    Do you know algorithms to make short link like tinyurl, bit.ly.... ?

    Tinyurl or bit.ly have API, but I want to write it by myself for more control and maintain.

    Anybody help me, plz ?
     
    dzflip, Nov 26, 2009 IP
  2. makeitlive

    makeitlive Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    for each request you could simply generate a custom string based on date and time.

    you could also use guid (but that would not be very short).
     
    makeitlive, Dec 21, 2009 IP