l<%@
Page language="C#" debug="false" %>
l<%
lResponse.Write("Start
"+System.DateTime.Now.ToString()+"<br>");
lint
i;
llong
j=0,start;
lstart=System.DateTime.Now.Ticks;
lfor
(i=1;i<=1000000;i++) {j=j+i;}
lResponse.Write("Done
"+((System.DateTime.Now.Ticks-start)/10000000.0).ToString()+
l
"s "+j.ToString()+"<br>");
l%>
l
lOn
850 MHz PIII: 0.010 seconds (same as VB with no variant data types)