I had the great opportunity to attend the Microsoft Management Summit this year. Unlike last year, this year I’m staying at the Venetian, rather than the MGM. My experience with this kind of event comes…
Category: Development
Automating x86 and x64 Builds.
Before attending the ALT.NET Houston Open Spaces Conference, I really didn’t know what to expect besides learning something. What did I want to learn? I had absolutely no idea. I just heard read good things…
Ruby Update Part 1.
I’m walking myself through the Ruby Course, by Brian Schroder, and using SciTE as my temporary IDE. Here are a few things that made me scratch me head. Single and double quotation marks matter a…
Learning Again.
Do you ever find yourself learning only what you need to learn for work? About a week ago, I found myself at the point where I’m not learning anything new. Don’t get me wrong though:…
Code Review FUN!
Legacy code can be fun!How many wrongs make a right? The more the merrier? //VB.NETPublic Function ConvertSDToStringSD(ByVal securityDescriptor() As Byte, ByVal securityInfo As Integer) As String Dim pStringSD As IntPtr Dim stringSDLen As Integer Dim…