The O/R Project is a configurable domain model and persistance tool kit based on Martin Fowlers Enterprise Patterns. With this toolkit, you can spend more time implementing business logic and less time worrying about database integration and data integrity.

Features of the tool kit include:

  • Map domain entities to database through C# attributes.
  • Finder engine binds SQL statement to C# function calls to easily load domain entities.
  • Full transaction support includes atomic commits and rollbacks.
  • Optimistic locking to handle Concurrency issues is part of the framework.
  • Fully integrated wizard speeds up creation of new domain entities.
  • Full complement of framework Unit Tests and templates for extending unit tests to your domain model.
  • Written completely in C# using the latest DotNet 2.0 features.
  • Integrated with SQL Server 2005.

Interested? Further information is just an email away.