TFS EventHandler: Now on CodePlex

Naked ALM Consulting Logo

I have now added my Team Foundation Server EventHandler to CodePlex, but don’t get too exited as I am currently mid refractor. I am moving to the more reliable Message Queuing for the system, and probably moving it to a Windows Service instead of the current Website. I did actually start with web services but I […]

TFS EventHandler: Message Queuing

Naked ALM Consulting Logo

As I mentioned in my previous post I am currently building an EventHandler infrastructure for Team Foundation Server. I am currently toying with the idea of re-engineering to two system services. The first that handles the Team Foundation Server events and puts them onto an event specific message queue and another that handles the reading […]

Team Server Event Handlers made easy…

Will, not really… I work for a rather large organization and I wanted an easy way for power users of team system to deploy event handlers for the Team Foundation Server events. Essentially they create an assembly with as many EventHandler classes as they like and they can upload their assembly through an administration system, […]