I need a c# code to output xml results for google search results.
Please help!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
“Code” will depend on the XML returned and what you need to extract from that data equally “output” is a very vague term so you can’t get a specific answer to the question as asked.
In C# there are various tools that you might apply address elements of this problem:
But above all of this you need to break the problem down into manageable stages and identify and implement solutions to each stage – and in terms of Stackoverflow (just being a good programmer!) I think one should be looking for tools, patterns, approaches and methods rather than “code”.