Skip to content

Instantly share code, notes, and snippets.

View Ephasme's full-sized avatar

Loup Ephasme

  • Foxintelligence
  • France
View GitHub Profile
@Ephasme
Ephasme / PredicatableGuid.cs
Last active December 5, 2017 12:38 — forked from ChrisMcKee/PredicatableGuid.cs
Namespaced Deterministic Guid - RFC 4122 dotnetcore
using System;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Text;
namespace Utility
{
public static class GuidUtility
{
private static Guid Url { get; } = new Guid("6ba7b811-9dad-11d1-80b4-00c04fd430c8");