A Good Mix 5: Cookbook entries, ADODBAPI and IronPython with Asterisk
Only the finest selection of articles and blog posts on IronPython and related topics. Connection String Editor A recipe in the IronPython Cookbook showing how you can prompt the user for a connection string (for connecting to databases) using a built-in connection string editor dialog box from the Microsoft .NET Framework. IPY as AMI client thru AMIConnector A blog entry demonstrating the power of the interactive interpreter for exploring new libraries. This entry investigates AmiConnector , which is a .NET library for working with the Asterisk Manager. Kudos to Vernon Cole Dave Fugate, IronPython testing and infrastructure guy, pays homage to Vernon Cole for pywin32's adodbapi which runs under both CPython and IronPython. The tests have now been added to the IronPython test infrastructure so that the IronPython team will get early warning if they break it. Dave comments " Now I just need to setup Northwind databases on 40+ test machines... ". Self-executable scripts A...