Pete SheillDeveloper on the CLR teamTfs via Python- January 30, 2006 I did some experiments interacting with Tfs through IronPython, and it's been enjoyable. They've done a great job making .NET available in a dynamic way through the Python language. IronPython can run as an interactive toplevel, where it responds to your commands as you give them. That's good because you get immediate feedback. Instead of a lengthy cycle of code - compile - launch - navigate to the location of the change - see result cycle, it's a...http://blogs.msdn.com/psheill/archive/2006/01/30/519824.aspx |