| bio | website | |
|---|---|---|
| location | Midwest | |
| age | ||
| visits | member for | 11 months |
| seen | Mar 26 at 14:41 | |
| stats | profile views | 21 |
I've been working with Microsoft's .NET technology since I graduated from Utah State University with a degree in MIS way back in December of 2003. To put it in perspective, when I was first hired out of college my co-workers were talking about upgrading to .NET 1.1. My career has taken me through several industries, advertising, publishing, telemarketing, and most recently the oil industry. This has allowed me to work on several different aspects of the .NET framework from simple WinForms applications, to ASP.NET applications, windows services, WCF services, web services, and even good old command line programs (gotta love those!). I originally cut my teeth on VB.NET but now work in C#. The primary database I now connect to is Oracle, but my previous jobs had me working in SQL Server 2000/2005/2008/2008 R2.
|
Aug 15 |
awarded | Nice Answer |
|
Aug 5 |
answered | As a professional developer, is it acceptable to not write unit tests? |
|
Jul 24 |
awarded | Critic |
|
Jul 23 |
revised |
Every SQL statement has to be reviewed by a DBA — common? Added a piece about first job |
|
Jul 23 |
awarded | Nice Answer |
|
Jul 23 |
answered | Every SQL statement has to be reviewed by a DBA — common? |
|
Jul 23 |
answered | How does it matter if a character is 8 bit or 16 bit or 32 bit |
|
Jul 20 |
answered | Starting a career in programming after working in non-tech field |
|
Jul 19 |
answered | Why all classes in .NET globally inherits from Object class? |
|
Jul 19 |
comment |
What is the logic behind filtering/sanitizing input? If I had to venture a guess it is probably because they want something like that locked down by default, to prevent less experienced developers from causing huge security problems. I think back to the developer I was at the very start of my career and chances are I would have made a mistake like that. Framework makers have to sometimes write for the lowest common denominator, which causes some headaches for the more experienced developers. |
|
Jul 18 |
answered | How to motivate co-workers to write unit-tests? |
|
Jul 18 |
answered | What is the logic behind filtering/sanitizing input? |
|
Jul 17 |
answered | Post-hoc testing in TDD recommended? |
|
Jul 15 |
answered | Visual Studio extension to highlight code reuse? |
|
Jul 13 |
answered | Domain integrity check in application |
|
Jul 12 |
answered | How should I encapsulate database access? |
|
Jul 12 |
awarded | Enthusiast |
|
Jul 11 |
comment |
Storing IEnumerable as instance variable - is it a code smell to expect it to change? Returning the list as IEnumerable is separating code through interfaces, which is always a big plus for me. |
|
Jul 10 |
revised |
What if globals make sense? added 20 characters in body |
|
Jul 10 |
revised |
What if globals make sense? added 1317 characters in body |