Skip to content

diegohb/ORMPRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

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