Castle Windsor Tips – specifying IEnumerable in config file
One of the more obscure things I have had to do inside a Castle config is to specify an IEnumerable<T> instance which required taking the technique I showed in this post a little further: I specified the lifestyle of this IEnumerable<T> to be singleton as in most cases where you would want to do something …
Castle Windsor Tips – specifying IEnumerable