ironruby
Best way to unit-test WCF REST/SOAP service while dynamically generating stubs
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[详细]
2022-12-26 20:06 分类:问答Getting Rails Application Running Under IronRuby Rack
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[详细]
2022-12-26 19:52 分类:问答Any way to add my C# project as a reference in IronPython / IronRuby?
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?[详细]
2022-12-25 08:44 分类:问答Pass an array from IronRuby to C#
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).[详细]
2022-12-23 18:47 分类:问答Calling C# object method from IronPython
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[详细]
2022-12-23 17:38 分类:问答Storing ASP.Net MVC Views in the Database
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[详细]
2022-12-22 22:43 分类:问答Passing .Net Stream into IronRuby?
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\'[详细]
2022-12-21 17:16 分类:问答How do I pass an ExpandoObject from C# into IronRuby?
Executing the below code gives me the following exception on the last line: Invali开发者_运维知识库dOperationException: \"unbound variable: value\"[详细]
2022-12-21 13:51 分类:问答How to use an IronRuby block with a C# method
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:[详细]
2022-12-21 00:35 分类:问答Ruby .each with removal of items in collection
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[详细]
2022-12-20 11:06 分类:问答
加载中,请稍侯......