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

MINQ for Sitecore

Super light weight and 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 DLLs using:

PM> Install-Package Minq

You can install the mocking DLLs using:

PM> Install-Package Minq.Mocks
Clone this wiki locally