October 25, 2006 – 6:37 am
I have read really good article regarding dotnet framework introduction from wikipedia, read it here. This gives idea of CLR, CLI, JIT, MSIL. ITs good article.
http://en.wikipedia.org/wiki/.NET_Framework
dotnet framework introduction which includes CLR, CLI, JIT etc
October 18, 2006 – 7:39 am
http://en.wikipedia.org/wiki/XmlHttpRequest
XMLHttpRequest
From Wikipedia, the free encyclopedia
Jump to: navigation, search
XMLHttpRequest (XHR) is an API that can be used by JavaScript, JScript, VBScript and other web browser scripting languages to transfer and manipulate XML data to and from a web server using HTTP, establishing an independent connection channel between a web page’s Client-Side and Server-Side.
The data returned from [...]
October 13, 2006 – 4:18 am
http://www.akadia.com/services/sqlsrv_data_structure.html
Pages and Extent
The actual data in your table is stored in Pages, except BLOB data. If a column contain BLOB data then a 16 byte pointer is used to reference the BLOB page. The Page is the smallest unit of data storage in Microsoft SQL Server. A page [...]