Category Archives: Tools
Posts related to a wide variety of software development tools.
The other day at work, I was reminded of some problems we were having a while back with getting some DLLs to load. It was quite frustrating, and we couldn’t get the problem fixed on our own. We eventually discovered a nifty utility program called Dependency Walker (http://www.dependencywalker.com/) that helped us find out what was [...]
OK, here’s a problem I’ve been running into a lot lately, and I want to share my solution with you guys, since I think others have had this problem in the past as well. I use Visual C# Express 2008 for my personal development at home. I don’t have the money for the full version [...]
About Revision Control If you are working on a team to produce an application, you will quickly discover that managing everyone’s edits to the project is a difficult task. In fact, if the team is of any reasonable size, it will soon become impossible to manually track the changes. Luckily for developers, there’s a huge [...]