Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.
chrisp68 edited this page Jul 14, 2015 · 12 revisions

MINQ for Sitecore

MINQ is a super light weight high performance productivity library for Sitecore with great MVC, POCO and LINQ support. Providing complete mockability via your favourite dependency injection container.

Installation via Nuget

You can install the main assembly using:

PM> Install-Package Minq

You can install the mocking assembly using:

PM> Install-Package Minq.Mocks

You can install the caching assembly using:

PM> Install-Package Minq.Caching