Technologies

FacebookTwitter
http://blogs.msdn.com/b/jmanning/archive/2006/02/20/diff-merge-configuration-in-team-foundation-common-command-and-argument-values.aspx

diff/merge configuration in Team Foundation - common Command and Argument values - James Manning's blog

One of the extensibility points we have in Team Foundation V1 is that you can configure any other diff and merge tools you want. The purpose of this article is to start collecting the most common ones we know or heard about in a central place so people don't have to figure these out on their own. This UI is available via tools -> options -> source control -> visual studio team foundation server -> "configure user tools" button or via the command-line with "tf diff /configure" For additional background, try to remember that there are 2 operations that both involve "merge", so we on the TFVC team have tried to use 2 different terms to help clarify which operation is being talked about.
http://www.dofactory.com/Patterns/PatternObserver.aspx#_self2

Observer Design Pattern in C# and VB.NET.

using System; using System.Collections.Generic; namespace DoFactory.GangOfFour.Observer.Structural /// <summary> /// MainApp startup class for Structural