Skip to content

ulrakhma/Nemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

.net enterprise micro-ORM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%