|
|
|
|
|
by galaktor
4883 days ago
|
|
I'm mostly familiar with Autofac, and there are many other ways to wire your app other than by type * by interface
* by enum
* by parametrized constructor (Func<..>)
* by (arbitrary) string
* per process / per thread / per whatnot |
|