/MicroLite.Extensions.Mvc

An extension for the MicroLite ORM Framework to integrate with ASP.NET MVC.

Primary LanguageC#Apache License 2.0Apache-2.0

MicroLite.Extensions.Mvc

MicroLite.Extensions.Mvc is a .NET 4.5 library which adds an extension for the MicroLite ORM Framework to integrate with ASP.NET MVC.

Nuget

Branch Status
/develop GitHub last commit (branch) Build Status Nuget (with prereleases)
/master GitHub last commit Build Status Nuget GitHub Release Date

Installation

Install the nuget package Install-Package MicroLite.Extensions.Mvc

Configuration

It is easy to use MicroLite with ASP.NET MVC, simply supply your controller with a Session ISession or IReadOnlySession and use it in your controller actions. However, using the MVC extension for MicroLite makes it even easier and contains some useful extras.

Supported .NET Versions

The NuGet Package contains binaries compiled against (dependencies indented):

  • .NET Framework 4.5
    • MicroLite 7.0.0
    • Microsoft.AspNet.Mvc 5.2.7

To find out more, head over to the Wiki, or check out the MVC tag on the MicroLite Blog.