-
Recent Posts
Tags
.NET Apple ASP.NET AT&T Boo Books C# Castle CodeVoyeur Databases DLR Eclipse employment Google Hosting iPhone IronPython IronRuby JavaScript LINQ LongTailVideo Mac MapReduce mercurial MobileMe MongoDB MonoRail MVC MySQL NAnt NoRM NoSQL Open Source orchard PHP Presenting Python Ruby simplegeo Subversion Teaching Vista Windows Windows 7 WordPressBlogroll
Links
Archives
- December 2011
- November 2011
- August 2011
- May 2011
- March 2011
- February 2011
- November 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- March 2010
- October 2009
- September 2009
- June 2009
- April 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
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 CodeVoyeur, IronPython, MVC
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 IronPython, MongoDB, Python
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 CodeVoyeur, DLR, IronPython
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 CodeVoyeur, DLR, IronPython, MVC
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 Boo, IronPython, IronRuby, Presenting
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 C#, IronPython, JavaScript, Python
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 .NET, C#, CodeVoyeur, IronPython
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 .NET, C#, CodeVoyeur, IronPython
2 Comments