Hello, the other day I stumbled on a problem I had a while back with EF and Include method calls and decided this was it and I was going to blog about it… This would sort of to pin it inside my head and maybe help others too ! So I was using DBContext and wanted to query a DBSet and include some of it’s associations and in the end, do a projection to get a list of Ids… At first it seems easy… Query your DBSet, call Include right afterward, then code the rest of your statement with the appropriate ......