Autofac (dependency injection container) in. NET
Autofac concept Autofac is an IOC container. Many beginners don't understand IOC and DI. Brief summary: IOC: instead of ...
Tear spring by Hand: Implement a simple IOC container
From the ground up, a simple IOC container is essentially an implementation: reading configuration files and extracting beans; registering beans to co...