-
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
- March 2012
- 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: MonoRail
On Pretty Horrible Programming
First, I get the irony of posting this on a blog engine written in PHP… In the past month or two, I’ve had to dig into the sources for a few different PHP projects. It’s not been fun… Though I’m … Continue reading
Tagged MonoRail, PHP
3 Comments
On Constructors and Helpers in MonoRail
Helpers in MonoRail provide a very convenient way to extend your presentation logic. However, it’s important to note that MonoRail will initialize helper instances for a controller before the session state has been created for the request. The implication of … Continue reading
Tagged Castle, MonoRail
Leave a comment
On Cookies and Data Binding with SmartDispatcherController
MonoRail’s SmartDispatcherController will automatically bind controller method parameters to request parameters. So the arg0 and arg1 parameters in the method below – public void DoSomething(string arg0, int arg1) { … } will have the values castle and 5 respectively when … Continue reading
Tagged .NET, MonoRail
Leave a comment