Work

Jobs, interviews, career moves, and the workplace.

14 posts

Using Reflection to Dynamically Generate ToString() Output

Update: Added code to show “null” when a property is null, like Visual Studio does. If you’ve ever used Visual Studio in any iteration in any language, you have most likely used the immediate window. It’s insanely useful and lets you just type an instance of an object and if the object doesn’t have an…

Continue reading Using Reflection to Dynamically Generate ToString() Output

Strong Name an Assembly Without Source Code

Because I program in the 1970’s, part of what I do is programming against modems and serial ports. Specifically, we send medical claims over modem to adjudicators, in the event of unavailable internet access. As a customer, you’ll appreciate having your pharmacy delay you for 20 seconds rather than saying “Sorry; you can’t have your…

Continue reading Strong Name an Assembly Without Source Code

How Insensitive

Update: Added section at the bottom detailing what not to do. As part of the updater process that I wrote for a current project, a “boot strapper” program queries the database for available versions, and if there is a newer version available, it deletes the current program folder, replaces those files with the new files…

Continue reading How Insensitive

A Day Late and a Property Declaration Short

I know this is a bit late to the game, but this morning, as I’m refactoring a bunch of old code to be shared with a new project, I’m cleaning up the C# 2.0 property declarations we all know and love: public class SaleResponse: Response { protected bool _addressVerificationSuccess; public virtual bool AddressVerificationSuccess { [DebuggerStepThrough]…

Continue reading A Day Late and a Property Declaration Short

Out of Memory Exception While Attempting to Do SQL CLR

Update: We figured out how to make it work with the help of our DBA and Jonathan Kehayias (see comments). We increased SQL Server’s MEM_TO_LEAVE property, by adjusting the –g command line switch for the service, to 448MB. This increase of the shared memory pool gave SQL Server enough breathing room for its worker threads…

Continue reading Out of Memory Exception While Attempting to Do SQL CLR

Independence Bowl

My work allowed all employees to sign up for two free tickets for the Independence Bowl. I’m not normally into football, unless it’s LSU playing, but I figured it was free, and I’ve never actually been to a football game in real life. It was pretty fun. It was Alabama vs. Colorado. Apparently, I’m supposed…

Continue reading Independence Bowl

I Quit My Job

Today was my last day at Highland Clinic. It was not unexpected, and if you know me well, you knew about it already. I gave only two weeks notice because I didn’t know whether or not they would flip out and fire me immediately, and I wanted to at least be able to have my…

Continue reading I Quit My Job