0
kicks
Output caching with ASP.NET MVC Razor
Caching data greatly increase the website performance as its not going to do server round trip. I have already mentioned how you can use Output caching in web forms in earlier blog post here . Let’s see how we can do same thing with asp.net mvc...