My company has an older ASP site that looks like it's written using model-first EF pattern... Except there are no references to EntityFramework.dll anywhere. Talking to the original coder, it doesn't seem he actually knows how he got it to work. He though EF was in the System.Data.Entity namespace as it comes in the framework.
How is it that he was accessing a database (DB2) using models/entities but not actually referencing the EF anywhere ?