Simple Persistence is a set of libraries that help developers to create consistent database models and data access code across multiple applications in a simple way.
- SimplePersistence.Model - Interfaces, classes and extensions that can be used to create consistent models accross your applications. These models should be compatible with almost any ORM and database currently available;
- SimplePersistence.Model.EF - Model specific implementations and helpers for the Entity Framework;
- SimplePersistence.UoW - Interfaces and common implementations of the Unit of Work pattern;
- SimplePersistence.UoW.EF - Unit of Work pattern applied to the Entity Framework;
- SimplePersistence.UoW.NH - Unit of Work pattern applied to the NHibernate;