c# - Is all the query in Entity framework 6 is already compiled? -


i want optimized queries in entity framework 6.1.3, need know whether queries compiledqueries or need write them manually compiledquery?

thanks in advance.

no, not. you'll need specify want use compiledquery.

that said, using compiled query provide 7% performance improvement. if tuning performance of ef major issue you, recommend reading following:

https://msdn.microsoft.com/en-us/data/hh949853


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -