Skip to content

rubenalves/MicroLite

 
 

Repository files navigation

MicroLite ORM Framework

MicroLite is a small lightweight or "micro" object relational mapping (ORM) framework written in C# for the Microsoft .NET framework.

Headline Features

  • It only references the .NET base class libraries (no dependencies outside the .NET framework itself).
  • Extension support for logging via log4net or NLog
  • Extension support to quickly develop applications using ASP.NET MVC and WebApi
  • Native support for Enum, Uri, and XDocument conversion
  • An extensible pipeline which allows 'plugging in' custom Type Converters or Session Listeners
  • Easily managed by IOC containers
  • Interface based API which makes unit testing easy

Supported .NET Framework Versions

The NuGet Package contains binaries compiled against:

  • .NET 3.5 (Client Profile)
  • .NET 4.0 (Client Profile)
  • .NET 4.5

SQL Support

To find out more, head over to the Getting Started guide on the wiki and see how easy it is to use!

Powered by NDepend