I have a strange problem when using Entity Framework code first.
When I return an object with dbContext.Users.Where... I don't get the User defined in my model, but User_{GUID}.
Is there anyone who knows this phenomenon and can help?
Regards, Ajit