No, not an AssemblyInfo.cs file, that’s really straightforward. C’mon it’s a task that does what it says, easy. Something I was trying to do is update the version number in, for all simple purposes, a…
Tag: secure vantage
Security Auditing SP2 Released
This is a huge milestone for my career as a software developer. Not because I’m finally releasing code for customers to use in production, but I’ve also been able to introduce some new shiny toys…
MMS 2009: Round Two.
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…
First Year on the Job.
First Week on the Job | First Month on the Job(If this ever gets to “First Decade on the Job”, then WLOWL.) Anyway, it’s been about a year now and things are awesome. I’ve completely…
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…