I am completely new with IoC/windsor. I started with Google to learn it, but unfortunately, I haven't got proper documentation which could be easier for me to understand. so I came here with such this title/questions.
Every document/pages(web), Starting something similar like this
"We should start from registering the class/interface then resolve it ... "
but none of the page shows complete documentation on how to achieve that, I tried to make a simple project too, but I failed to run it. I don't know how to resolve container , where/how to call for install(), I am totally messed up.
Could anyone help me with a sample project which includes a complete demonstration of registration/installation?
Thanks in advance :)