Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 465 Bytes

File metadata and controls

14 lines (10 loc) · 465 Bytes

Masticore

Library of useful patterns and utilities for ASP.Net MVC projects

Installation

To use Masticore, either download the code using git, build the "Masticore" project, and include an assembly reference in your project to the "Masticore.dll" assembly.

OR

Install the package from NuGet (https://www.nuget.org/packages/Masticore/) using the following command in the package manager console in Visual Studio:

Install-Package Masticore