I', approaching to EF6. I have understood that, if I want a single record, I can use the ...First()... method (usable also like a "get", I think)....But what if I want a collection of records from my table? I mean, if the result of query can have a cardin...