I am new to EF so here goes.I have a class which contains the following
public class EmailTemplate { public Guid Id { get; set; } [MaxLength(2000)]
You can also set Default Value of ID as NewID() in Sql Server itself and pass the GUID as null
I used to do it in SSMS.