Implementing Namespaces in Ruby using Nested Modules
Recently, I finally got around to starting to learn Ruby. I am finding it to be rather pleasant to program in. Now, one thing that I am used to using with an Object Oriented language (especially with...
View ArticleCreating Ruby-like "Extensions" in JavaScript
I've been spending a little time here and there learning Ruby. I haven't dug much into Rails yet, but have mostly been just focusing on the Ruby language and what it has to offer. Ruby has some nice...
View ArticleIntro to IronRuby/DLR Scripting in C# Silverlight 4 Application
I’ve been working lately on figuring out how to add DLR scripting support to a Silverlight 4 application I’ve been working on. The idea is to give it a plugin style architecture, with the plugins being...
View ArticleSilverlight: Embed IronRuby/DLR Scripting within XAML using IValueConverter...
After I wrote the “Intro to IronRuby/DLR Scripting in C# Silverlight 4 Application” post, I came across an interesting series on embedding DLR scripts in XAML with WPF. This is an interesting series,...
View ArticleSilverlight: Embed IronRuby within XAML Part 2
In the previous post I explored the possibility of embedding IronRuby / DLR Script within XAML using both an IValueConverter and Custom UserControl. I spent a little more time experimenting with the...
View Article