How do Entity Framework pre-compiled views get loaded
问题 I've discovered I can increase performance of my application by pre-compiling my views using the EdmGen.exe tool. This is all well and good, but neither me or my colleges can work out how the generated .cs file is actually used by the project. There doesnt seem to be any references to the class that was generated anywhere, so how is it getting included? Can anyone shed any light on this as its really rather frustrating not knowing how it works! EDIT We've acertained that the