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
I do understand that this topic has been covered in some way at StackOverflow but I\'m still not able to figure out the exact answer: can I treat IronPython as a Pythonic replacement to C#?
I have embedded an IronPython engine in a C# application. I want to expose some custom commands (methods) to the interpreter. How do I do this?
Since the 2.6.1 .NET 4.0 RC release of IronPython (found @ http://ironpython.codeplex.com/releases/view/40146) does not include Silverlight binaries I am wondering if anyone has had any success gettin
suppose I have the following IronPython script: def Calculate(input): return input * 开发者_开发技巧1.21
I\'m looking for a free control/component/library something like a rich text box for editing codes of python (or other languages.)
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 trying to implement a class in C# with a method that intercepts the Python __setattr__ and __getattr__ ma开发者_运维百科gic methods.I found this bug report:
When I create an instance of my C# class in IronPython with named parameters to the constructor, it is setting properties corresponding to the names of the parameters.I wish to disable this behavior s
Is there a good debugg开发者_运维百科er for IronPython? If you are developing with Visual Studio, you could use its powerful debugger; see this.SharpDevelop (http://sharpdevelop.net/OpenSource/SD/Defa