Posted By Richard McCutchen on October 28, 2012
Two days ago I made the switch from Windows 7 to Windows 8, and thus far I must say I’m impressed with the new OS. I like the Start Screen, and how you can customize every aspect of it, and how you can pin/unpin items/applications from the Start Screen.
(more…)
Category: Windows 8 |
No Comments »
Tags: windows 8
Posted By Richard McCutchen on August 26, 2012

Today we’re going to be learning how to accomplish GeoLocation with C#. What is GeoLocation you ask, well according to Wikipedia it’s:
Geolocation is the identification of the real-world geographic location of an object, such as a radar, mobile phone or an Internet-connected computer terminal. Geolocation may refer to the practice of assessing the location, or to the actual assessed location.
(more…)
Category: C# |
1 Comment »
Tags: C#, geolocation, google api, reverse geocoding
Posted By Richard McCutchen on July 17, 2012
If you’re hiring a developer, in this case a C# developer, it can be a daunting task to tell if they’re as knowledgeable and good as they say they are. Here is a list of 10 interview questions that I think will help you decide if you’re interviewing the right (talented) person (well it should show if the candidate knows what he/she is talking about):
(more…)
Category: C#, General Rantings |
3 Comments »
Tags:
Posted By Richard McCutchen on July 6, 2012
It’s that time again, time for my Follow Friday list for July 6, 2012. For thos not acquanted with #FF this is where I give information about people you whould be following, so without further adieu here we go:
(more…)
Category: Follow Friday, General Rantings |
No Comments »
Tags:
Posted By Richard McCutchen on July 4, 2012

I’ve seen this question asked many times on different forums and thought I’d develop a solution for retrieving your Windows product key. It’s actually a little mnore indepth than I initially thought due to the fact that the key is encoded as a byte array in the registry, so we will have to decode it to get the actual key.
(more…)
Category: C# |
3 Comments »
Tags: C# 4.0