MicroLite.Extensions.Mvc is a .NET 4.5 library which adds an extension for the MicroLite ORM Framework to integrate with ASP.NET MVC.
Branch | Status |
---|---|
/develop | |
/master |
Install the nuget package Install-Package MicroLite.Extensions.Mvc
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.
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.