Top "Ironpython" questions

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework.

How to integrate Python with ASP.NET

I am making an ASP.NET website in which I would like to use some python 3.x code. Not exactly …

asp.net .net python-3.x ironpython python.net
IronPython :- Visual Studio 2010 or SharpDevelop?

I'm considering developing a medium-size project for a client in IronPython. It's a pretty straightforward replacement for an existing system …

visual-studio-2010 ironpython ironpython-studio
IronPython in VisualStudio 2012

Is there support IronPython in VisualStudio 2012? I not found IronPython project in templates.

python visual-studio visual-studio-2012 ironpython ptvs
Can Python be used as an effective script language for Windows Server environment?

I'm currently working on a strategy for managing multiple Windows Server 2003 to 2008 running SQL Server 2000 - 2008 and I want/need …

python ironpython windows-server
How to manually create an App.xaml file in a WPF Python Project in Visual Studio?

When we create a new WPF C# Project from Visual Studio we get 4 basic files "App.xaml","App.cs","MainWindow.…

c# wpf visual-studio-2012 ironpython ironpython-studio
Debugging IronPython scripts in hosted (embedded) environment

I'm writing a C# application which has IronPython (2.0.1) embedded in it. The idea is to expose portions of the application …

.net debugging ironpython
How to add .dll reference to ironpython VS2010 project?

I have a sharpsvn .net library i want to use in ironpython project. Library is shipped as a .ney .dll …

ironpython sharpsvn
Compiling an IronPython WPF project to exe

What is the best way to pack up an IronPython application for deployment? After scouring the web the best thing …

python wpf visual-studio-2010 ironpython
ScintillaNET vs AvalonEdit for providing scripting interface for a WPF Application

I am working on a project which includes implementing a scripting interface for my WPF (.Net4) windows Application. I am …

c# scripting ironpython scintilla avalonedit
How are you using IronPython?

I'm keen to drink some modern dynamic language koolaid, so I've believed all the stuff on Michael Foord's blog and …

ironpython