I\'m calling a WCF Service function [OperationContract] ProcessInfo GetPr开发者_如何学CocessInfo(); # ProcessInfo has a DataContract Attribute.
I\'m not using sharpdevelop or visual studio for ironpython app development. I have my reasons for not using them for app development. What are my console based options for compiling ironpython .exe f
I use mono develop 2.4 in ubuntu 10.10, with monodevelop-python and ironpython Wh开发者_C百科en I created a empty python project mono develop don\'t show the reference node.
I have previously asked this question when I was seeing a null pointer exception. In that case it turned out that what I was seeing was in fact a bug in IronPython.
I want to compile my IronPython WPF based app into a .exe file. I looked up the net for solutions and found this on SO:
What is 开发者_JAVA百科the C# equivalent of IronPython isinstance(...)?You should be able to just do:
What is the C# equivalent of this python expression? file_no = int (last_file.Name.Replace(last_file.Extension,\"\")[-3:]);
i\'m hosting IronPython Scripts in one Silverlight Application and i want to run the script and get one System.Windows.Controls.TextBlock object.
Is there a way to call Python co开发者_开发技巧de, using IronPython I assume, from C#? If so, how?The process is simple, especially in a C#/.NET 4 application where support for dynamic languages have
I need to write a script that gives me a range of days from today back to the beginning of the work week. In other words, say that today is Tuesday August 9th and I click on my button I should get two