visual studio 2010 - MVC3 EF5 query plan caching -
i have mvc3 project target framework 4.0. developing under vs2010. have .net 4.5 installed of machine.
i read ef4 , dbcontext not support compiled query , query plan caching.
so changed referenced library ef4 ef5, because version caches query default , still using mvc3 , vs2010.
in vs2010 cannot set target framework 4.5 web project.
so question is:
how can determine, if ef5 in mvc3 caches linq queries? there static class, contains these queries or?
answer is, .net 4.0 ef4.4 not support autocompiled queries.
visit msdn forum post
Comments
Post a Comment