Introduction I use Entity Framework... what do I care about SQL Performance? It seems all too often that the answer to dealing with SQL is now to use an Object-Relational Mapping (ORM) tool to avoid SQL like the plague when talking to .Net developers. Some of the reasons for this are that SQL contains black [...]