Learning C# and wanting to automate a browser to navigate several sites at once....what should I learn from this point to start this project up? Is there some sort of C# scripting language or something. Thanks
C# is an OO programming language and there is no watered down scripting version. What do you really mean by "automate the browse"? You can easily use .Net to create an application to crawl websites but what are you trying to achieve?
automation wise... c# is very very good.. you simply get the domdocument and manipulate the elements within it..