create guid in model c# code example Example: generate guid c# Guid g = Guid.NewGuid(); string guid = Guid.NewGuid().ToString();