Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Dependency Injection

tcuk edited this page Jul 14, 2015 · 2 revisions

MINQ was designed to be used with a dependency injection container. This core design philosophy was intended to avoid the problem associated with Sitecore's ambient context being tied to a HTTP request. Sitecore makes it hard to unobtrusively unit test Sitecore, and MINQ fixes that using dependency injection.

Clone this wiki locally