Re: [IronPython] Running IronPython code from C#

2006-07-12 Thread Ryan Davis
You can keep your IP code in their own files, and then read those files into strings with C#, which makes it not quite as ugly.  Still not as nice as being able to reference a dll, but not so bad as embedding in C#. Ryan Davis Acceleration.net Director of Programming Services 2831 NW 41st

Re: [IronPython] IronPython & Windows Forms

2006-05-25 Thread Ryan Davis
This is very welcomed. Ryan Davis Acceleration.net Director of Programming Services 2831 NW 41st street, suite B Gainesville, FL 32606 Office: 352-335-6500 x 124 Fax: 352-335-6506 Michael Foord wrote: > Hello all, > > I've finally started work on a series of articles call

Re: [IronPython] very basic question - use of iron python as asp.net - when ?

2006-03-30 Thread Ryan Davis
mance, but its there. Ryan Davis Acceleration.net Director of Programming Services 2831 NW 41st street, suite B Gainesville, FL 32606 Office: 352-335-6500 x 124 Fax: 352-335-6506 Richard Shea wrote: > Hi - I'm a python and 'Classic' ASP developer. I'm interested in >

[IronPython] .config files?

2005-12-22 Thread Ryan Davis
Hello all, I'm trying to use IronPython in interactive mode to do odd database tasks against my C# DAL. All my connection strings are stored in an .config file, and the DAL looks there for it. I did some googling on using an app.config with ironpython, and found an old debate on here about e

[IronPython] Live usage?

2005-12-14 Thread Ryan Davis
Hello, I'm considering adding some scripting to one of my applications using the IronPython engine, and I before I do, I know the first question I'm going to be asked: is anyone else using IronPython as a scripting language in a live application? Thanks, Ryan __