Handling Multitenancy with Castle Windsor – Part 2 (Domain Events)

In a previous posting, I talked about how Windsor can select a particular implementation depending on some criteria we are interested in such as who the current customer is. This is done through the IHandlerSelector interface which is used in the call to the Resolve method on the container. All well and good. One of … Continue reading Handling Multitenancy with Castle Windsor – Part 2 (Domain Events)