Wednesday, May 4, 2011

Best Javascript & jQuery websites/blogs References


Best Javascript & jQuery websites/blogs References


Learning Advanced JavaScript: 
By John Resig from jQuery


JavaScript Language Specification(ECMA-262), HTML Version

PDF version 






What is ashx in ASP.NET

What is ashx ? HTTP Generic handler
A handler is responsible for requests from a browser.  It is a class that implements the IHttpHandler interface.
A webforms page, aspx file,  is a another class with IHttpHandler interface.
namespace System.Web.UI
{
    public class Page : TemplateControlIHttpHandler

Handler can be called by by file extension or directly.
Only one handler can be called per request.

Reference:
Call ASP.NET Handler (ASHX) by JavaScript




jQuery 1.6 Released with Microsoft CDN

jQuery: » jQuery 1.6 Released

Microsoft: http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.min.js

ASP.NET MVC 3 Tools Update with Built-in data scaffolding support

http://weblogs.asp.net/scottgu/archive/2011/05/03/asp-net-mvc-3-tools-update.aspx