Castle Windsor Tips – specifying generic types in config file
If you have an interface like this: with a concrete class like this, which you want to wire up with Castle: Then here’s the syntax to specify the component in your Castle Windsor configuration file Similarly, imagine if you have more than one generic type parameter: Remember, you need to use the back tick (`), …
Castle Windsor Tips – specifying generic types in config file Read More »