IronRuby 1.1 with LINQ support

Finally LINQ is supported in IronRuby now from v. 1.1 and I think it has been solved quite elegantly without any real syntactical gooeyness. Trying it out has been made very straight forward by looking at the 101 LINQ samples rewrite for IronRuby . From day one LINQ has seemed a...

Read more

IronRuby and hashes in metaprogramming

This will probably be one of the shortest blogposts I'll ever write, and probably the one with the least amount of code - besides an occational rant. The reason is that like pictures sometimes say more than a 1000 words, so does elegant code. module MyModule class MyClass def...

Read more

Ajax-enabled WCF services and loadbalancing

This week I ran into a problem when we were deploying a webapplication that uses ajax-enabled webservices to an environment that uses loadbalancing. The services were running fine in the stage environment and when each of the servers were called directly, but as soon as we went...

Read more

Hello rake-world

Rake is a quite popular build framework, that has its strengths in the fact that it is code (no more xml), and it is very simple to get started with. Actually setting it up is a 3 step process. Make sure the path environment variable is set to point at your ironruby/bin folder....

Read more