Archive for August, 2006

Using com dlls in .net

Tuesday, August 29th, 2006

This is mainly for me so i don’t forget. To use a old com dll for a .net project you can simply add the dll to references of the vs project. In the background a proxy assembly is generated with the required metadata to use the dll with the .net framework.
A useful scenario you want [...]

Hacking Ruby/Rails with more than an editor

Friday, August 4th, 2006

If you want a little bit more than an editor to hack your ruby. You should check out Ruby in Steel. A plugin for VS 2005. It supports Ruby and Rails projects with code folding, coloring, point and click error finding and debugging. The next iteration will offer intelliSense, but this will cost bucks. This [...]


root@freaklikeme\cursor