I get a warning in Visual Studio when I reference the latest version of Microsoft.Scripting (the one included with IronPython).
I want to call c++ function from dll. Is it possible to use 开发者_Go百科something like DllImport from C# in IronRuby? There is no option to do that directly from IronRuby at the moment. You will need
I want to call a 开发者_JS百科C# method from an IronRuby script that results in a Ruby hash. I tried Dictionary but that stays as is.
This script sets up a Panorama Control with 5 items, then loads up a video inside a MediaElement in the second Panorama item.
I created my own ruby console using IronRuby engine, but I can\'t get to_yaml to work on any of my .net classes.
I want to connect to MS Sql server in IronRuby, and I have install \"activerecord-sqlserver-adapter (2.3.4)\", \"dbd-odbc (0.2.4)\",\"dbi (0开发者_运维知识库.4.2)\", and seems that I have to install \
Console.WriteLine( PowerShell .Create() .AddScript(\"\'Hello from PowerShell\'\") .Invoke()[0] ); Here are IronPython and IronRuby
I\'m confused by the possibility of writing .NET in dynamic languages, such as (Iron)Ruby. Particularly, I\'ve seen code in IronRuby that used generics (...foo[String]), but I\'m not aware of this fea
Our client has wants to sort the values in a WPF datagr开发者_如何学Pythonid. One of the columns is a time span column. However, it\'s in string format. Here are sample data.
I am looking to build a set of dynamic 开发者_StackOverflow社区scripts, stored in a table, that will act as business rules against my EF model.In the past, I was inclined to use IronRuby or IronPython