A while back I wrote a little sample of a web crawler. It was not terribly sophisticated but has been the biggest draw to this blog through search engines for some time. This is likely because it ranks very high (why I am not sure) in Google's rankings. For example, my crawler sample page ranks #1 in Google for "c# web crawl" and #3 for "c# web crawler". Neat.

So the other day I dusted it off and started reworking it. It was such a simple sample and I thought some improvements could be made. Lo and behold, I just got an email about a different web crawler written in c#, which you can find here. I haven't downloaded and looked at the source yet, but I figured I would point it out.

Filed Under: .NET

Comments: 1

Comments

Saturday 5/2/2009 6:06 AM

I was trying to devise a method to crawl over the website like Yahoo mail by filling in the authentication details, never been much of a 'web' developer. The code helped me a lot to understand the details and see the 'Big Picture'.

Thanks!

Something To Say?

Name: (optional)
Email: (optional, and will not be displayed)
Website: (optional)
Comment:

You can use html tags like <b>, <a>, and <p>. Actually, you can use just about anything. If you want to see what it will look like, click the preview comment button below.