Hi I am converting my code from unity to Mirosoft.DependencyInjection
and I am facing some errors
what is the alternate for UnityContainerExtension in Mirosoft.DependencyInjection as it is used in unity
alternate for :-
_container.RegisterType<TInterface, TImplementation>(name...
I am trying to make a object that would suppose to persist data like Name, Standard etc. Once I get the data from db i want to store it to object and want to use it application wide, i tried with DI, but data is not persist, it becomes null.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.