One nice feature might be to resolve service dependencies by using reflection to look at the types of the arguments. Given the performance hit for using reflection, some form of caching would have to be considered also.
One nice feature might be to resolve service dependencies by using reflection to look at the types of the arguments.
Given the performance hit for using reflection, some form of caching would have to be considered also.