183 reputation
6
bio website stackoverflow.com/users/20133/…
location Oklahoma City, OK
age 30
visits member for 2 years, 6 months
seen Feb 19 at 14:50
stats profile views 21

I am a senior applications developer for Chesapeake Energy specializing in GIS applications. I specialize in C#.NET, WPF/Silverlight/MVVM, Oracle Spatial, and ESRI technologies.

In my free time I spend time with my wife and kids, study Koine Greek, and practice target shooting.


Feb
7
awarded  Teacher
Jan
31
comment Why are most browsers developed in C++
+10 - Other than raw performance, I think this is the REAL reason most browsers are in C++ with the exception of IE. Most browsers work on multiple platforms and there are few languages/frameworks that can perform at the same level AND be cross-platform compatible.
Dec
21
comment Key bindings war in my brain
ViEmu is by far the best VIM emulation is VS. I highly recommend it.
Nov
19
awarded  Supporter
Feb
9
comment When is it reasonable to create my own programming language?
I do have to mention that in "The Pragmatic Programmer" that writing smaller, domain-specific languages to aid in a task is incredibly helpful and encouraged. I wouldn't recommend writing a full-fledged general purpose language, but a metalanguage that generates code can be helpful at times.
Nov
25
answered Where do you declare variables? The top of a method or when you need them?