Another one I thought about a while back. Convention based configuration is often based using matching say concrete types implementing a particular interface. What about namespace based conventions ? AllTypes.FromNamespace(string).OfType<T>()... or AllTypes.FromNamespace<T>(Traverse.Up(3).And.Descending()).OfType<T> ()...
Daniel -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
