Specification by Example workshops
I’m speaking here:
- Testing and Finance, London, 17 May
- NDC, June 6-8 Oslo
- Agile Testing Days, November 19-22, Potsdam, Germany
activerecord Archive
-
Castle Demo App #3: Saving time and effort with advanced Monorail features
Posted on May 26, 2008 | 1 CommentIn the third part of the Castle tutorial, we look into the features of Monorail that allow us to save a lot of time and effort when developing web applications. We explore advanced Monorail concepts that help us delegate error processing and authentication to the framework and reuse templates. We... -
Castle demo App #2: Monorail basics
Posted on May 13, 2008 | No CommentsIn the second part of the Castle demo application tutorial, we look into the basic features of Castle’s powerful Model-View-Controller system, called Monorail. Monorail is based on Ruby on Rails, and brings two very important features to .NET web development: 1. Good separation of concerns between the domain model, workflow... -
Castle demo app: ActiveRecord basics and unit testing
Posted on May 7, 2008 | 25 CommentsCastle project is a great .NET enterprise application framework. It helps us develop .NET applications and web sites by providing the plumbing and making it easy to test the most important parts of the system. I’ve decided to build a demo application with the Castle project for an internal training...

