Changing Number of Tiers for Service Layer with Castle

Recently I had some experience with Castle open source project.  I worked on a project where we wanted to switch between two and three tiers in our web application without changing any code.  The idea is that from MVC controller I would like to either call a remove service or just execute the same code …

Continue reading ‘Changing Number of Tiers for Service Layer with Castle’ »