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:
Comments
Post a Comment