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

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -