I was having a discussion with a colleague of mine. We use Linq to Sql at work and I am kind of new at the job so I asked him why we are not using Linq to Entities? He made a few arguments and one of them was "Because Linq to Entities is slower than linq to Sql". I'm kinda skeptical about this, I do know that Linq to Entities is more complex and has additional features but I don't see why it is slower.
Is Linq to Entities slower? What would be a good response to such an argument?