I've searched StackOverflow and on the web and haven't found any code samples for using the Google BigQuery C# API library
Within Visual Studio, I was successfully able to add the BigQuery NuGet Library:
PM> Install-Package Google.Apis.Bigquery.v2 -Pre
I have C# code to authenticate to the Google project ID using OAuth 2.0, and that is working. But it is not clear on how to proceed with the BigQuery API. My goal is to insert data into a BigQuery table.