By tag: IronRuby
0
kicks
Silverlight: Embed IronRuby/DLR Scripting within XAML using IValueConv
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, although the code doesn’t run in Silverlight, due to the fact that Silverlight is only a subset of W...
0
kicks
Intro to IronRuby/DLR Scripting in C# Silverlight 4 Application
I thought I’d share what I’m learning about adding IronRuby scripting to Silverlight 4 applications. I’m also focusing on C# as the host language, but the .NET object and methods used will be the same from VB.NET.
0
kicks
Embedding DLR Scripts in XAML- Part 2, A Simple DLR Markup Extension
This article demonstrates how to embed DLR scripts in XAML using a custom MarkupExtension. The scripting language can be any language supported by the DLR, such as Python or Ruby.
0
kicks
Say Goodbye to NAnt and MSBuild With IronRuby
Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you!
0
kicks
C# Recorder using IronRuby
The Ruby languages has some very powerful built-in abilities. These are now available in C# 4.0 thanks to the dynamic keyword and IronRuby. In this post I take advantage of some of the powerful Ruby built-in abilities to create a class that records C# statements and playbacks them on an arbitrary ob...
0
kicks
What do we need to use IronRuby?
Blog post about requirements to using IronRuby at existing .NET project.
0
kicks
Specification Testing in .NET using Ruby
The purpose of this post is to run through a process which will ultimately allow you to write Ruby based specifications for your .NET code. Why would you want to do this? The intended purpose for this practice is to gain the most benefit when doing BDD. Trying to do BDD in C# results in a lot of syn...
0
kicks
Getting Started With IronRuby And RSpec, Part 1
An introduction to IronRuby and the RSpec BDD framework
0
kicks
Make Your Application Extendable Using the DLR
Application extensibility comes in various ways and names. It seems, though, that one kind of extensibility was left to the very few – application macros. This kind is now easier to achieve than ever before, using the new Dynamic Language Runtime.
0
kicks
Getting Started with Dynamic Languages
I've grouped together some resources and blogs for all of you out there who are willing to start working with dynamic languages that are built on top of the DLR. Enjoy!
0
kicks
Combining The Powers of .Net and IronRuby
An explanation of the great things you can do when you combine the powers of .Net and dynamic languages.
0
kicks
Embedding an IronRuby console in your applications
How to make use of IronRuby today. Along the same lines as parts of John Lam's IronRuby PDC talk. How to use IronRuby in your applications as an interactive console.
0
kicks
Using IronRuby To Implement Dynamic Business Rules
A quick look at how to use IronRuby and the Microsoft.Scripting namespace in order to dynamically load and run business Rules against domain objects written in C#.
0
kicks
Improve your C# with IronRuby
Go get the IronRuby source and look at all the wonderful library code that the IronRuby developers have written for you!