Monthly Archives: June 2006

Debugging events and the joys of DynamicMethod

The DynamicMethod class is new to .NET 2.0. It is believed that it was added as a consequence of Jim Hugunin being hired by Microsoft to work on IronPython, a CLR version of the Python language. Dynamic languages like Python, … Continue reading

Posted in .NET | 29 Comments

Clarification

Having just read this, I want to make clear that any code posted on this blog (including linked-to files hosted on my blog space) can be considered in the public domain, unless I explicitly state otherwise. This does not, of … Continue reading

Posted in General | 18 Comments

MSDN Man

Huh, neat: Msdnman is a command-line documentation tool that exposes the content in the Microsoft/TechNet Publishing System in a manner reminiscent of the *nix "man" command.

Posted in .NET | 6 Comments

SVN Tab Expansion for Windows Powershell

Windows Powershell allows the user to customize the behavior of TAB expansion/completion on the command line by replacing the default TabExpansion function. The following is a Powershell script that adds TAB completion for svn.exe subcommands and their associated options. It … Continue reading

Posted in Powershell | 12 Comments

First post

My name is Arild Fines, and I’m one of the developers of the AnkhSVN addin for Visual Studio .NET. This addin lets you work with the Subversion version control system from inside Visual Studio. It is not an SCC provider … Continue reading

Posted in General | 6 Comments