February 2007 - Posts

0
Comments

[SQL] Finding the Boss with Hierarchical Queries by jdanforth

Never thought I was going to blog about SQL... but I'm doing this mostly for myself because I need to use this at work on monday. I know enough to do database design and whip up a few necessary stored procs, but when it comes to functions and the...
Filed under:
1
Comments

[MsBuild] Writing and Debugging Custom Tasks by jdanforth

Writing a custom task for MSBuild is very simple, here's the bare minimum code you would need to get you going: using System; using System.Collections.Generic; using System.Text; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; namespace...
Filed under:
0
Comments

[Team System] Team Foundation Server Power Tools February Release by jdanforth

Rob Caron just wrote: The February release of the Team Foundation Server Power Tool is now available for download. Formerly known as the Team Foundation Power Toy, these utilities pack too much punch to be considered toys. I'm very interested in the...
Filed under:
0
Comments

[Team System] Team Building Web Application Projects and Deploying by jdanforth

I've been battling with Team Build and Web Application Project (WAP) solutions. I first thought that Web Deployment Project (WDP) was the way to go, but I found out the hard way that WDP + WAP + Team Build isn't best mates. What I want to do is...
Filed under:
1
Comments

[Service Factory] How the Service Factory Guys Think by jdanforth

Don Smith put a video up on the Service Factory Codeplex site about how they think about services, where they believe Service Factory is today and where they are heading. I thought the message about the different types of services was quite interesting...
0
Comments

Modify the Paperclip Theme on weblogs.asp.net by jdanforth

The CS themes available on weblogs.asp.net are quite good, but maybe you want to add that extra personal touch to it. Say you want to change the big "masthead" picture on top of the screen of the paperclip themes. If you just have somewhere...
0
Comments

Note to Self by jdanforth

I've not blogged much lately, and it's not because I don't have anything to blog about - quite the contrary. Too much to do right now. I got a few things I would like to blog about, just as a note to myself: - The use of Software Factory to...
Filed under:
More Posts