Random DevTools Entry: #013
Wow, it’s been a looong time since I’ve added one of these. I have a whole backlog of tools that I could add, but let’s get to one of the important ones: One of the really annoying things about Visual...
Wow, it’s been a looong time since I’ve added one of these. I have a whole backlog of tools that I could add, but let’s get to one of the important ones: One of the really annoying things about Visual...
So my interest in NHibernate is picking back up again. The 1.2 beta release that’s circulating now (the candidate release has been out since February of this year) addresses various issues with NHibernate in my previous time with it. Specifically,...
Anyone who has used the .Net XmlSerializers have surely encountered the dreaded namespace bloat which makes the serialized objects grow to ridiculous sizes. There’s a nice little article over at TopXML on how to deal with this bloat. If you’re...
Spring.Net is an application framework which has its roots in the Spring Framework for Java. Now first of all, I know many developers have an averse reaction to the use of the phrase “application framework” and immediately reject such things...
Welcome to another entry of Random DevTools! It’s been quite a while since the last post, but the wait is worth it! Well, what we have today is a general tool that’s sure to help anyone out. As a developer,...
Web development in IE just got a whole lot better (well, at least for me). Enter Microsoft’s Internet Explorer Developer Toolbar (link). This is one area where IE has been just left behind in the dust by FireFox. But this...
Today’s entry is Windows Installer XML (WiX for short), an open source project (the first?) from Microsoft that is used internally by Microsoft development teams for building installers for many of their products. I first used it more than a...
Oh yeah, we’re kicking it up with the DevTool entries. That’s typically what happens as I ramp up on a project; I’ll end up coming across a whole slew of awesome tools that I end up aggregating in my C:\Program...
I installed an updated version of the NUnit VS add-in (aka: TestDriven.Net) today and discovered this little tool called NCoverExplorer. Curious, I started to dig into it and that lead me to NCover. NCoverExplorer is a GUI interface to NCover...
Every developer/graphic artist hybrid like me eventually comes across the need for some spiffy icons to go with our badass applications. Good icons are hard to find. Good free icons are harder still. So it’s a rare moment when I...