When developing with MonoRail , one of the common operations is to redirect to other controllers and actions. Originally, I looked at the BaseControllerTester to help test, but it required a little too much knowledge of the inner workings of MonoRail for my taste. Instead, I'll use a common Legacy...
...whoever keeps His word, truly the love of God is perfected in him. By this we know that we are in Him. -- 1 John 2:5 Well I decided it was finally time I took a look at NBehave as another one of those tools to have in my toolbox. NBehave's primary use seems to be in the domain model for implementing...
Posted to
joeyDotNet
by
joeyDotNet
on 09-19-2007
Filed under: monorail, tdd, patterns, tools, bdd, nbehave
In a previous post , I showed some examples of how to create custom view components in MonoRail and touched on the ability to create composite view components. Since then I've refactored towards the use of interfaces which I think is a cleaner approach, so I thought I'd share. First, let's review the...
Posted to
joeyDotNet
by
joeyDotNet
on 05-15-2007
Filed under: refactoring, c#, monorail, castle, tdd, patterns