I am a bit confused on why I don't get linq.
context.Users.Include(x => x.Roles)
I can't do this I have to do context.Users.Include("Roles")
Seems like other people can do it.
EF Code first Eager loading and OrderBy problem
Do I need to import something? Has something changed in EF 6(rc1)?