Hi,
I need some advice from experienced .net programmers.
I have written a few little applications that interact with the internet, I have been mainly using the webbrowser control for this, however I keep coming across posts on various forums that claim that it is far better to use httpwebrequest class when dealing with the internet.

Is this true and if yes, why?

Thanks