Awesome
MicroLite.Extensions.WebApi
MicroLite.Extensions.WebAp is a .NET 4.5 library which adds an extension for the MicroLite ORM Framework to integrate with ASP.NET WebApi.
Branch | Status |
---|---|
/develop | |
/master |
Installation
Install the nuget package Install-Package MicroLite.Extensions.WebApi
Configuration
It is easy to use MicroLite with ASP.NET WebApi, simply supply your controller with a Session ISession
or IReadOnlySession
and use it in your controller actions. However, using the WebApi 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.WebApi.Core 5.2.7
To find out more, head over to the Wiki, or check out the WebApi tag on the MicroLite Blog.
For OData support, check out the MicroLite.Extensions.WebApi.OData add-on.