Logic Error?

Posted by on March 9, 2009 · Comments Off on Logic Error?
Filed under: Uncategorized 

I was reviewing some code the other day and I came across an interesting section. The code is written in C#. public void DoSomething() { if( 1 == 1 ); { // Do Something; } } What might not be immediately obvious is that there is a semi-colon terminating the ...

Security Awareness

Posted by on March 9, 2009 · Comments Off on Security Awareness
Filed under: Security 

I have been working with application security for the past few years while doing my normal day to day development. I am very active in the security community and it always blows my mind how many developers are still uneducated about security. I believe that the trends of the hackers has moved from ...

Change in Scenery

Posted by on March 2, 2009 · Comments Off on Change in Scenery
Filed under: Uncategorized 

I recently started a new job after spending the last year doing consulting work for a local company.  Unfortunately, the recession has slowed work down a bit and I felt the best thing I could do for my family is to get a little stability into my career.  I guess it is difficult to really ...