.net enterprise micro-ORM
- Simple
- Fast
- Convention-based
- DB agnostic
- Object mapping library
- Where objects can be defined as
- With
- Rich functionality
- L1 cache support
- Fast serialization
- Binary - very small footprint, one of the fastest and most compact binary serializers
- XML - fast XML serializer supporting both element and attribute based serialization
- JSON - one of the fastest JSON serializers
- Unit of work implementation
- Immutable read-only DTO's
- Extensive configuration options
- Declarative validation
- Data type conversion options (handling enumerations, nullable types, DBNull values, type coercion)
- Key generation options
- Active Record through extension methods
- LINQ Provider
- Asynchronous programming
- Async methods
- Async LINQ Provider
- Targeting .Net 4.7.2 and .Net Standard 2.0
Install NuGet package