TeamBuild 2010 : Workflow Foundation 4.0 activities

TeamBuild 2010 : Workflow Foundation 4.0 activities

This post is part of a series on TeamBuild 2010:

It’s time i get back to my presentation of TeamBuild 2010 new features :)

Since TeamBuild is now based on Workflow Foundation 4.0 Microsoft has provided some activities specifically for TeamBuild. Those activities are like the Task in TeamBuild 2008 :

read more →

VS 2010 : Customize IntelliTrace events

VS 2010 : Customize IntelliTrace events

Today i’ll show you how to customize IntelliTrace in VisualStudio 2010 so that you can trace events from your own methods. But first some warnings (in bold and red so no one misses them :) ):

Microsoft does not give any documentation or support on all that i will explain. There is also a chance that the way you can  customize IntelliTrace will be revamp in the next version of VisualStudio (which might explain the lack of documentation and support).

Now that you’re warned let start and see how we can customize IntellTrace so that we can trace our own method calls! I’ll be using the following class for this post:

read more →