Archive for 'Software Development'

Visual Studio 2010 Beta 1 Installed on Windows 7 RC

Posted on 27. May, 2009 by bryan.

0

Today I installed Visual Studio 2010 Professional Beta 1 on the Windows 7 RC running in VMWare Workstation 6.5.  Special thanks to Miha Markič for this tip regarding disabling 3D graphics acceleration in VMWare.  This is what the top bar of Visual Studio looked like before that change:

And this is what it looks like [...]

Continue Reading

Subversion "Shelving"

Posted on 07. Jan, 2009 by bryan.

2

I had one of those moments yesterday where you get 60% of the way through fixing a problem a certain way, and then discover that there was a simpler, more elegant solution that would require 10% of the effort.  Problem being, I had just written a lot of code that I didn’t necessarily want to [...]

Continue Reading

Maintaining Other People’s Code

Posted on 01. Apr, 2008 by bryan.

0

I have taken over maintenance of other people’s code in the past, and its generally a mixed-bag. Sometimes you inherit a plate of spaghetti, sometimes you luck-out and actually get a well architected and implemented codebase. The real payoff when inheriting maintenance though, is to read the fantastic comments left behind, such as [...]

Continue Reading

Great new Visual Studio color theme

Posted on 28. Mar, 2008 by bryan.

0

The other day Tomas Restrepo released a new Visual Studio Color Theme called Distant Shores.  It is a low-contrast theme with a dark background, and I must admit I am a BIG FAN!  Have a look at the following screen shot.  BTW – The font I am using is Damien Guard’s Envy CodeR font that [...]

Continue Reading

A.D.D. Be Gone!

Posted on 14. Jan, 2008 by bryan.

0

Working with SharePoint, particularly within VPN environments, can be a focus-challenging task. Write new master page, compile new web part, wait for SharePoint to recompile (okay, more specifically ASP.NET), lose focus, fire up FireFox, browse net for 15 minutes, forget what you were working on, remember, and continue work. Now I am a [...]

Continue Reading