/Nemo

.net enterprise micro-ORM

Primary LanguageC#

Nemo

.net enterprise micro-ORM

Nemo is a

  1. Simple
  2. Fast
  3. Convention-based
  4. DB agnostic
  5. Object mapping library
  6. Where objects can be defined as
  1. With
  • L1 and L2 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
  • Rich configuration options
  • Declarative validation
  • Data type conversion options (handling enumerations, nullable types, DBNull values, type coercion)
  • Key generation options
  • Active Record through extension methods
  1. Targeting .Net 4.0 and higher

Install NuGet package