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

MicroLite-ORM/MicroLite.Extensions.WebApi

Repository files navigation

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.

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.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.