Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

MicroLite-ORM/MicroLite.Extensions.Mvc

Repository files navigation

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.