I', using
Google .NET Client Library
Stable Release '1.6.0-beta' (Wednesday, October 23, 2013)
But the samples it contains, any one refers to bigquery.
the examples I found, refer to the Google.Apis.Bigquery.v2.dll which I found somewhere else and other dlls, that are not in the client library... I have them all already! But I still cant make the sample work!...
both examples in this question
Google BigQuery with .NET documentation/ samples
have methods that are not valid now. like "Fetch", or some classes not compatible or different!
¿Can any of you, share me a small project, just to make a query to a table?
I already have the table on the paid service, I can query it from the webpage!... I just need to do it from a c# simple console connecting server to server, in order to start using it in my web application.
thanks in advance.