caching in mvc or output caching in mvc

caching in mvc 4
output caching in mvc 4

[OutputCache(Duration = 1000, VaryByParam = "OutputCash")]
public ActionResult MyMatters()

{
 
      MyMatterListClass matter = new MyMatterListClass();
        var getMatter = from s in matter.GetMatterList()
                      select s;
      return View(getMatter);

}
  
 
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

caching in mvc or output caching in mvc caching in mvc  or output caching in mvc Reviewed by Unknown on 6:23 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^