I used to use Spring.Net and want to switch to Ninject 1.5 (I have to use .NET2, since some unlucky guy like me still needs to consider users working with win 2k). I used to have everything done in xml and only invoke the container during startup. In this way, only very limited codes are depending on container. I have scenarios like this and I wonder how to do the same in Ninject.

I have external config file, which are the items the end users can change basing on their environment/preferences. And some of my objects depends on those values to initialize. Mostly they are primary values, but some times can be list/dictionaries/etc.

link|improve this question
If you also use less specific tags chances are better someone will see the question, especially after it dropped from the front-page. – Georg Fritzsche Apr 27 '10 at 16:29
feedback

1 Answer

Got it fixed by myself. Follow this link: http://java2cs2.blogspot.com/2010/04/passing-external-configuration-data-to.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.