A container is basically just a factory that knows how to create and then dispose of an instance of a type on demand.
Registration is how you let your container/module know what it can use, and how, to try and create that instance.
StrongInject currently supports the following forms of Registration:
There was an error while loading. Please reload this page.