C#


Google Developers

Google .net – FileDatastore demystified 12

The Google .net client library comes with FileDataStore as a default datastore. File data store (FileDataStore.cs) that implements IDataStore. This store creates a different file for each combination of type and key. This file data store stores a JSON format of the specified object. I have had a number of […]


Google spead sheets

Google Sheets with C# 21

Accessing Google Sheets with C# after the Google client login shut down is not as easy as you might think.    The problem is that the Google Sheets is part of the old Gdata api and becouse of that you have to use the Gdata library to access it.   […]