Very, very rarely did we have a performance issue that ended up being a LINQ issue.I would really like to see this code that is supposedly 282,993% slower in LINQ. I have a feeling that there is a different underlying issue there than just LINQ.Now, that said, if I optimized my code and determined that a particular line of LINQ was running unacceptably slow, would I de-normalize it?