June 2005 - Posts

29 June 2005
Convert NUnit test to Team System
James Newkirk (Creator of NUnit) released a early version of his tool to convert your NUnit test to visual studio team system. It only has C# support at the moment. Read More...
Filed under:
01 June 2005
One of those days...
Today i tried to implement an eventhandler on the UIPManager . NavigateEvent from the UIPAB. So i looked up some example code in MSDN. There i found the following: [C#] private void UIPManager_NavigateEvent(object sender, EventNavigateArgs e) { // Some logic that is performed on the navigate event /... Read More...
Filed under: