Linda Lawton


About Linda Lawton

My name is Linda Lawton I have more than 20 years experience working as an application developer and a database expert. I have also been working with Google APIs since 2012 and I have been contributing to the Google .Net client library since 2013. In 2013 I became a a Google Developer Experts for Google Analytics.

WPF center message box on window 2

Do you have a messagebox in a WPF application? Are you having a problem with the centering of the the messagebox in .net? I was as well. For some reason when ever i called a messagebox it would center the messagebox on what ever screen my mouse was on. Centering […]


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 […]