When using the Entity Framework, does ESQL perform better than Linq to Entities?...I'd prefer to use Linq to Entities (mainly because of the strong-type checking), but some of my other team members are citing performance as a reason to use ESQL. I would l...