Entity framework for Mono, Monotouch and .NET

What?

Entify is a lightweight and easy-to-use entity framework aimed for desktop and mobile applications. Entify is written in C# and it is compatible with both Mono and .NET frameworks. The goal of the project is to provide standard way to manage entities in desktop and mobile applications. Today it's common that each application has it's own unique data access layer implementation that takes care of saving domain specific data (entities) to some persistent store like file or database. The goal of the Entify project is to provide one domain undependent solution for this need.

How?

Design your entity model with visual designer and let Entify framework do the rest. There is no need to configure database, write XML-files or define object-relation mappings (ORM). Just start using the entities and enjoy!