David Grey's Blog

Friends of Redgate logo

Browse by Tags

All Tags » Software Development (RSS)
Where did my day go? Oh, wait... I've been trying to copy files with MSBuild
I've spent most of my day today trying to copy some files from one location to another using MSBuild. This is something I've done plenty of times before, but in this case I was trying to do something other than just copy an entire directory of...
Code Reuse and Sharing - Source Code or Binary?
For several years now I've been involved in a long running consultancy project with a local software development outfit. They are a small outfit and, not meaning to be derogatory in any way, their developers are mainly self-taught from the bedroom hacker...
Microsoft Invents New IJS (It Just Sucks!) Technology
Visual C++ has this cool technology called It Just Works, or IJW for short, which allows seamless interoperation between managed and unmanaged code. Now, with the introduction of Visual Studio Tools for Office 2005 Microsoft has obviously invented a new...
What to do when the sky starts falling down
I came across this post about dealing with unhandled ASP .NET exceptions on the blog of one of the Microsoft escalation engineers. It also mentions a Knowledge Base article on creating a custom HTTPHandler module to trap unhandled exceptions that may...
My Developer's Reading List
I've posted a brief article here on my blog site giving details of those books that I've found most useful over the years. If you're interested you can find it here and I'll keep updating it regularly as I come across new and interesting books. One of...
My Developer's Reading List
I'm a firm believer that a professional developer should also be a reader. You don't stop learning the day you walk out of college and any developer worth their salt will continue to learn through reading books on the subject of software development....
Windows Registry - Villain or Hero
I know it comes in for quite a bit of villification, but when you stop to think about it the Windows registry is in many respects a good idea. Having a single central repository for application configuration information can be kind of useful. I recently...