开发者

The best way for caching data in MVC 3 and EF 4

开发者 https://www.devze.com 2023-03-18 07:56 出处:网络
Which is the best way to caching data and page\'s output (both) in ASP.NET MVC 3 and EF 4? Is there any framewor开发者_JS百科k|library to this?

Which is the best way to caching data and page's output (both) in ASP.NET MVC 3 and EF 4? Is there any framewor开发者_JS百科k|library to this? Thanks to all;


ASP.NET MVC already provides output caching - check OutputCacheAttribute action filter. EF4 itself doesn't have any caching available but you can check caching wrapper to add caching of query results.

0

精彩评论

暂无评论...
验证码 换一张
取 消