I am encountering some performance problems with my Entity Framework Code-First queries and I believe that precompilation may be the answer. If I were using \"normal\" Entit
As from the official announecment:
"No compiled query support from DbContext Unfortunately due to some technical limitations in the compiled query functionality we shipped in .NET Framework 4.0 we are unable to support compiled queries via the DbContext API. We realize this is a painful limitation and will work to enable this for the next release. "
Link.
This will be probably solved in EFv4.2 EF vNext (currently in the very first CTP) by auto-compiled LINQ queries.