The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Browse by Tags

All Tags » IronPython (RSS)
Want to download all MIX sessions?
Then you should check Mike Swanson’s blog post here . He has two batch files, the first downloads all MIX session recordings with in the format you like, the second renames them so it is easier to make sense of all the media file names. If you just want...

Posted by Maurice | 1 comment(s)

IronPython in Action
I recently received a copy of IronPython in Action by Michael Foord and Christian Muirhead from Manning so I could review it so here it is . So why am I interested in a book about IronPython? Well I used to do some Python programming a number of years...

Posted by Maurice | 12 comment(s)

Filed under: ,

PDC session download
Want to download and watch all PDC content? Then there are a couple of ways to get at them. The official way if to go through the session agenda at the conference site. See https://sessions.microsoftpdc.com/public/timeline.aspx . You see all sessions...

Posted by Maurice | with no comments

Using an IronPython runtime service from Windows Workflow Foundation
In this post I demonstrated how to create IronPython objects and call them from strongly typed .NET code. So suppose we want to do so with Windows Workflow Foundation where could we use this? Well the most obvious place would be a runtime service . The...

Posted by Maurice | 4 comment(s)

Calling IronPython functions from .NET
Having worked with Python in the past I find IronPython an interesting language to work with. However the story becomes really interesting if you can combine IronPython with regular strong typed code into one. So I decided to take a look at what it would...

Posted by Maurice | 5 comment(s)

Filed under: , , ,