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()
        {
        }

15 jQuery Code Snippets for Developers

http://codegeekz.com/15-jquery-code-snippets-for-developers/