Extension methods with C# 2

I recently had the need of a method that could take the first letter of a word and change it to uppercase. While creating a method to do this wasn’t hard, I began to think that creating an extension method for string might be a better way to go. So […]


Google Analytics

IS_MOBILE and IS_TABLET deprecated final Warning.

As you probably know on November 5, 2014 IS_MOBILE and IS_TABLET where deprecated in favor of DEVICE_CATEGORY.    IS_MOBILE and IS_TABLET where dimensions originally found under Platform or device in the meta data API. The Dimension you should now be using is called DEVICE_CATEGORY  which simply returns desktop, tablet or […]


Google Developers

Google Public API access Key Expiration. 2

I recently ran across a very intersting question on Stack OverFlow. Stack Overflow is a language-independent collaboratively edited question and answer site for programmers, which I spend a lot of time on.  The question was quite simple How long is the Google API key Valid? . The person who posted […]


Google Analytics

Google Analytics APIs affected by the Oauth1 Shutdown.

Dear Developer, Parts of the Google Account Authentication APIs were officially deprecated on April 20, 2012 and will be shut down on April 20, 2015. If you use any of the deprecated APIs and do not take action before April 20,2015 your app will not work. What to do for […]


Google .net Samples

Error: Unauthorized client or scope in request 7

I have had a few emails recently about a strange error from the Google .net Client library. Last night was the first time I saw it on one of my projects personally. I am not sure what is causing the problem exactly. But I can tell you how to fix […]


Visual studio WPF

WPF Browse Usercontrol

Over the last few weeks I have been working with WPF,  I have worked with Visual studios forms projects for more then 10 years.    This was my first chance to really sit down and get into Windows presentation foundation and learn what it was all about.      It […]


Google Calendar

How to add week Numbers to your Google Calendar 4

Have you ever wanted to see the week numbers in Google Calendar?   The ISO week date system is used (mainly) in government and business for fiscal years, as well as in timekeeping.    Week one is contains the first week of the year and the last week of the year being […]


The New Geo Network Dimensions in Google Analytics 1

Google Analytics Location dimension past limitations As you know it is possible to extract your Google Analytics data out of Google Analytics by using the Google Analytics APIs. There are several Google Analytics APIs that you can use but today we are going to talk about the Core Reporting API. […]


Google Analytics

Google Analytics – Daily Upload Deprecated

[wp_ad_camp_5] You may or may not know it but the Management API – Daily Upload was deprecated on June 18, 2014.      Normally we are given at least 6 months notice before they shut something down. Daily Uploads has been Deprecated as of June 18, 2014. It will continue to work for a […]


Google Calendar

Google Calendar API Authentication with C# 125

Have you been trying to connect your website or application to Google Calendar? Would you like to be able to show your users a Google Calendar for your website?   If you are you trying to work with the Google Calendar API in C# .net I might be able to […]