Tag Archives: IronPython

On A Simple IronPython Route Mapper for ASP.NET MVC

Another Code Voyeur article showing how to replace XML or compiled configuration with IronPython. This one moves ASP.NET MVC route mappings to a Python file. http://www.codevoyeur.com/Articles/21/A-Simple-IronPython-Route-Mapper-for-ASP.NET-MVC.aspx

Tagged , , | Leave a comment

On Using PyMongo with IronPython

While most .NET developers who want to work with MongoDB focus on C# with NoRM and MongoDB-CSharp, there’s an alternative – IronPython and PyMongo. PyMongo is the 10Gen developed Python driver for MongoDB. It’s actually pretty easy to get it … Continue reading

Tagged , , | 3 Comments

On a Simple IronPython ActionFilter for ASP.NET MVC

Another CodeVoyeur article on extending your ASP.NET MVC apps with IronPython. http://www.codevoyeur.com/Articles/16/A-Simple-IronPython-ActionFilter-for-ASP.NET-MVC.aspx

Tagged , , | Leave a comment

On A Simple IronPython ControllerFactory for ASP.NET MVC

Another CodeVoyeur article on using IronPython as a configuration language. This is the first to use the DLR API. http://www.codevoyeur.com/Articles/12/A-Simple-IronPython-ControllerFactory-for-ASP.NET-MVC.aspx

Tagged , , , | Leave a comment

On NYC Code Camp 2009

I’m giving a talk on Dynamic Languages this Saturday, January 10th, 2010 in NYC. I’ll be covering Boo, IronRuby and IronPython. NYC 2009 Code Camp Schedule

Tagged , , , | Leave a comment

On Inequality in JavaScript

It’s easy to code through life without giving much thought to operator precedence. Of course we wax parenthetical from time to time, remembering my dear aunt sally. But for the most part, we can typically rely on the compiler to … Continue reading

Tagged , , , | Leave a comment

On a Simple IronPython Dependency Injection Framework

Continuing with my “IronPython will end world hunger series,” I’m again shamelessly self/cross-promoting a Code Voyeur article that I think it’s worth a read. A Simple IronPython Dependency Injection Framework It’s not Spring.NET and it’s not Windsor, but I really … Continue reading

Tagged , , , | 2 Comments

On a Simple IronPython Validation Framework

I do try to keep the content between Code Voyeur and dll Hell distinct. OK, there’s not much content on either… But I think my latest (up to 4!, that’s 4 not 4 factorial) article on Code Voyeur is a … Continue reading

Tagged , , , | 2 Comments