HTML 5 Local and session storage simple example
Default1.aspx Default2.aspx Local Storage Session...
Server Sent Event Example of HTML 5
Demo.html Demo.aspx retry: 1000 data: Demo...
Deferred execution in LINQ
The Most of LINQ query operators do not execute immediately, their execution is deferred to a later time in the program execution. It means that the query does not execute when it is created, but when it is used or enumerated. Mean of Deferred execution is that the...
Image Rotation using Java Script Simple Example
Hi In this example I demonstrate that how we can rotate set of images using simple java script code. Download Source...