Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 840 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 840 Bytes

ORMPRS

An ORM-agnostic implementation for data access based on the EFPRS project. More information about EFPRS can be found at Huy Nguyen.

This is intended to be IoC-ready following principles of the onion architecture.

As a proof-of-concept, the plan is to add 2 sample northwind web applications that are implemented with OpenAccess and EF respectively.

Par of the purpose is to test out differences with the two ORM technologies that are detailed here: http://www.telerik.com/products/orm/getting-started/openaccess-vs-entity-framework.aspx.

Patterns

P = POCO R = Repository S = Specification