I had one of those moments where I wonder if I'm really an expert-level C# programmer, and thought I'd share my embarrassing moment, to help other programmers who are new to extensions, are having the same problem, or for a good laugh.
I created the following C# extension, to safely handle conversion of an object that may contain DBNull to a string; because System.Object.ToString() throws an exception when the object is DBNull.
20 August 2010
Frustrations with Visual Studio 2010 Extensions
at
11:21
I have become frustrated with the two most popular extensions for Visual Studio 2010. These are great tools, but also have their issues. If you, too, are frustrated by these or other issues, please post a comment.
Oh, great creators of VS extensions, hear my rants and fix your code!
Oh, great creators of VS extensions, hear my rants and fix your code!
09 August 2010
Mouse Scroll Wheel Issues With Visual Studio and Office
at
10:52
I encountered an old foe, on the workstation of my day job, after installing Visual Studio 2010 Premium. Moving the mouse scroll wheel normally causes my C# code window to scroll vertically. However, this particular computer randomly decides vertical scrolling is simply too mundane, and starts scrolling tool windows, instead. I have experienced this problem in the past, after installing Visual Studio 2003 on a HP workstation. The issue was resolved after I updated the mouse drivers to use the standard Microsoft Windows mouse driver. The mouse worked beautifully! But, what was the cause of the problem?
05 August 2010
Practical Uses of Visual Studio 2010 Productivity Power Tool Extensions
at
20:09
This is an unbiased review of practical uses for the new Visual Studio 2010 Productivity
Power Tool Extensions. I waited to post this for a good reason;
there are numerous posts reviewing and highlighting the functions of the extension,
but none about how they are really useful and actually used to increase your productivity. Most
users will figure these things out in time; however, for those who are unfamiliar
with this extension, or extensions in general, it's great to get an idea of what
what the Power Tool extension do for you.
Subscribe to:
Posts (Atom)