Tag Archives: CodeVoyeur

On An Unobtrusive IronPython ViewEngine for ASP.NET MVC

With all the recent attention given to the Razor view engine, I thought it would be interesting to see if I could prototype an even less intrusive syntax for a view engine. In other words… From WebForms: 1 2 3 … Continue reading

Posted in Uncategorized | Tagged , , | 6 Comments

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 A NoRM-MongoDB Repository Base Class

A Code Voyeur article demonstrating how to create an extensible repository base class using NoRM and MongoDB. http://www.codevoyeur.com/Articles/20/A-NoRM-MongoDB-Repository-Base-Class.aspx

Tagged , , | Leave a comment

On DEV Magazine

I speak just enough Italian that I’m able to order a glass of Chianti and find my dog a toy in a Venetian marketplace. Nonetheless, I’ve been published in the Italian DEV magazine (which I think is pretty cool). DEV … Continue reading

Tagged | Leave a comment

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 an ASP.NET MVC Tag Cloud HTML Extension

Want to add a tag cloud to your ASP.NET MVC site? I wrote a simple HtmlHelper extension method to do so. The Code Voyeur article is here – http://www.codevoyeur.com/Articles/14/ASP.NET-MVC-Tag-Cloud-HTML-Extensions.aspx.

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 a Boo Object Validation DSL

Another validation project… http://www.codevoyeur.com/Articles/9/A-Boo-Object-Validation-DSL.aspx

Tagged , | Leave a comment

On A Boo DSL for Transforming Objects to RSS

My recent experiences with Ruby’s Rake have me interested in non-XML DSL usage. Boo seems to be emerging as the language of choice for building a DSL in .NET (IronRuby will surely follow suit). My most recent Code Voyeur article … Continue reading

Tagged , | Leave a comment