Thursday, July 18, 2013
How to add System.Web.Extensions reference in Console project?
In Visual Studio, project property page
Change Target Framework from Client profile to the full framework
How to make ASP.NET MVC action no caching?
[OutputCache(Duration = 0, VaryByParam = "None")]
public ActionResult ActionName()
{
}
Subscribe to:
Posts (Atom)