For a simple application that use asp.net mvc 3 and .net-4, what service locator application is preferred, with performance concern in mind?
First, my scenario. I have a service, BillingService, has a constructor like this: BillingService(IInstallmentService, IBillingRepository) The InstallmentService has a constructor that looks like ...