Skip to content

Registration

YairHalberstadt edited this page Oct 6, 2020 · 16 revisions

Registration

A container is esentially a factory that knows how to create an instance of a type on demand, and then dispose of it once it's no longer needed.

Registration is how you let your container know what it can use, and how, to try and create that instance.

StrongInject currently supports the following forms of Registration:

Clone this wiki locally