c# - How to register types in class libraries with vnext? -
is there way register types (i.e. repositories) mvc 6 (vnext) application within dnx class libraries? don't want call addtransient<,>() within startup class hundreds of times. n-tier application seems not best approach.
basic ioc vnext use doesn't have scanning abilities/batch registration.
in case should use of "big" ioc containers ninject, unity, structruremap...
Comments
Post a Comment