Monthly Archives: January 2009

On Preserving State after Validation Failures in ASP.NET MVC

For those ASP.NET developers migrating from WebForms to MVC (or MonoRail), one of the first hurdles to overcome is the absence of ViewState. This hurdle is perhaps highest when working with a form that will represent itself after failed validation. … Continue reading

Tagged , | 1 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 – Part II

Thanks to everyone who attending my presentation on extending .NET applications with dynamic languages. I’ve posted the presentation at Code Voyeur. And again, the code is available at Google Code.

Tagged , | 1 Comment

On Global Variables in Hosted IronRuby

As part of my NYC Code Camp presentation on hosting DLR languages, I’ve put together some samples (code here). I couldn’t find samples for setting and getting values with a scope’s GetVariable and SetVariable methods. SetVariable works, but modifying it’s … Continue reading

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