Skip to content

Instantly share code, notes, and snippets.

@simple17
Created November 16, 2018 08:35
Show Gist options
  • Save simple17/31620ee7641992ab130ddc6fa703af35 to your computer and use it in GitHub Desktop.
Save simple17/31620ee7641992ab130ddc6fa703af35 to your computer and use it in GitHub Desktop.
[Unique IDs] #c#
@{
var uniqueId = string.Format("carousel-{0:N}", Guid.NewGuid());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment