Consider that I have an Instructor class:
Instructor
public class Instructor { public InstructorTypesEnum Type { get; set; } public virtual ICollectio
What's more - you shouldn't use GUID as entity ID. It hurts performance.
public Guid InstructorId { get; set; }
Try to replace it with for example int.