Skip to content
Leonid Gordo edited this page May 9, 2012 · 6 revisions

This is a documentation for the MvcBlanket library.

##Installing

You can build the library and its modules from the sources or install using NuGet package manager.

To install core library run the following command in the Package Manager Console:

PM> Install-Package MvcBlanketLib

To install additional security module run the following command in the Package Manager Console:

PM> Install-Package MvcBlanket.Security

To install additional IoC support module run the following command in the Package Manager Console:

PM> Install-Package MvcBlanket.Ioc

##Chapters

MvcBlanket library core

Clone this wiki locally