I\'m developing an ASP .Net MVC application. One of my actions requires id as a parameter. For example:
id
public actionresult Detail(Guid id){
You can clean the GUID of -s and convert the HEX to Base32 (A-Z,0-5) which will shorten it to 16 characters.