I\'d like to make some simple calls to Yahoo Query Language (YQL). Has anyone implemented this in .NET?
Here is the query I\'d like to make from .NET:
se
To access the YQL Web Service, a Web application can call HTTP GET, passing the YQL statement as a URL parameter...
Then WebRequest would be your friend. You can find tons of information how to make GET calls to a webservice on the net.
Or are you talking about a LINQ-Provider?