Welcome to Honest Illusion Sign in | Join | Help

Browse by Tags

All Tags » monorail » Code   (RSS)

Portable Areas for Castle Monorail, Part 2

In our last episode, we discussed the PortableAreaController base class, which makes it simple to create a portable area using Monorail. In this installment, we put that class to use. For the purposes of this example, the controller isn’t going to do
Posted by James | 1 Comments

Portable Areas for Castle Monorail

Recently I had read a blogger comparing Castle Monorail with ASP.NET MVC. He chose ASP.NET mainly because it supported Portable Areas while Monorail did not. As a supporter of Monorail, I was very offended by this, and decided to correct the problem.
Posted by James | 1 Comments

A ViewComponent extension for Castle MonoRail, Part II

This was intended to be a two-part article. It was just after I published the original article, I noticed that I’d left out a large part of ViewComponentEx. We continue….. protected bool RenderOptionalSection(string section) protected bool RenderOptionalSection(string
Posted by James | 0 Comments

A ViewComponent extension for Castle MonoRail

I’ve been rewriting my website, njtheater.com, (very slowly) as a Castle MonoRail application. Along the way, I’ve written a number of ViewComponent and other elements. Many of these were of general use, so I’ve added them to the CastleContib project,
Posted by James | 1 Comments