News

Create an empty GUID in C# 8 Since Guid is a struct, it is a value type and hence you cannot set it to null. To create empty Guids you can write the following code.