.NET

Dependency Injection Using MEF

The Dependency Injection (DI) Design Pattern by Vivacity Infotech


1. Introduction “Dependency Injection is a design pattern that takes away the responsibility of creating dependencies from a class thus resulting in a loosely coupled system.” Or “Dependency Injection means that this is done without the object intervention, usually by a framework component that passes constructor parameters and set properties.” In order to understand DI … Continue reading Dependency Injection Using MEF