Hi,
I'm having a very very frustrating experience with the .NET. I've a simple
crawler console application.
The main objective of the crawler is to read a list of URLs and make HTTP
calls to a web server and save
the html files locally.
I had setup perfmon to monitor the memory usage of th...
more >>
Hi all,
From the performance perspective, which of the following
is better? please give brief explaination.
Thanks
Simon
********************************************************
Q1 if(string.indexOf(1, ".aspx") != -1)...
verse
if(string.indexOf(1, ".aspx") > -1)...
*...
more >>