Frameworks ORM (Object-Relational Mapping) haute performance pour C# et .NET qui simplifient l'interaction avec la base de données et la persistance des données.
Fast, Simple, Typed ORM for .NET
ServiceStack OrmLite is a lightweight .NET ORM that maps plain POCOs to database tables without imposing persistence concerns on your domain objects, which directly follows the Data Mapper pattern for clean architecture projects; it supports LINQ, fluent configuration, multiple providers, and basic migration, though it lacks built-in lazy loading and identity map.