fuzzyman

Stories submitted by fuzzyman

Dynamically Compiling C# from IronPython(voidspace.org.uk)

submitted by fuzzymanfuzzyman(25) 4 years, 10 months ago

Using the CodeDom and CSharpProvider APIs to dynamically compile C# source to in memory assemblies is one way to overcome the limtiation that you can't access attributes from IronPython. It also makes all sorts of interesting things possible. read more...

add a comment |category: |Views: 22

tags: another

Windows Forms Tutorial(voidspace.org.uk)

submitted by fuzzymanfuzzyman(25) 4 years, 11 months ago

A series of articles on getting started with Windows Forms and IronPython. read more...

add a comment |category: |Views: 40

tags: another

The IronPython Cookbook(ironpython.info)

submitted by fuzzymanfuzzyman(25) 4 years, 11 months ago

A community Wiki full of examples of using the .NET framework from IronPython. Includes Windows Forms, databases, network protocols, getting started, system administration and automation... read more...

add a comment |category: |Views: 41

tags: another