I have a webservice written with WCF 4.0 that exposes REST and SOAP functions, and I want to set up my unit tests so that as I work on my web services I can quickly test by having the test framework s
Anyone else playing with ironruby? I have successfully got the IronRuby.Rails.Example project running on my local machine under IIS 5.1. I am now attempting to get my own demo rails site running in t
I know how to reference 开发者_JS百科an existing .dll to IronPython, but is there any way to add my project as a reference like I can between Visual Studio projects?
I\'m sure this is an easy fix and I just can\'t find it, but here goes: I have a C# class (let\'s call it Test) in an assembly (let\'s say SOTest.dll).
I\'m trying to embed a scripting engine in my game. Since I\'m writing it in C#, I figured IronPython would be a great fit, but the examples I\'ve been able to find all focus on calling IronPython met
For an ASP.Net MVC application, I\'m interested in storing some views and/or partial views in the database so that a few semi-technical users can do some basic view logic. Does anyone have any tips or
I am using IronRuby to parse Yaml files and then use the parsed document in C#.This is working fine for creating an engine (Ruby.CreateEngine()), and executing the YAML::load(File.open(\'myFile.yaml\'
Executing the below code gives me the following exception on the last line: Invali开发者_运维知识库dOperationException: \"unbound variable: value\"
I\'m using IronRuby and trying to work out how to use a block with a C# method. This is the basic Ruby code I\'m attempting to emulate:
I am currently working with an app that allows for runtime addition and removal of items in a drop down list via a rub script.The Ruby looks like this