.NET Persistence API: Difference between revisions

Content deleted Content added
Ki2010 (talk | contribs)
No edit summary
Ki2010 (talk | contribs)
No edit summary
Line 1:
The '''.NET Persistence API''', also referred to as '''NPA''', is a persistence and [[Object-Relational_Mapping|Object Relational Mapping (ORM)]] specification for the [[.NET_Framework|.NET framework]]. <ref>http://www.npersistence.org/</ref>
 
NPA is based on the [[Java_Persistence_API|Java Persistence API (JPA)]], which is the standard persistence API in the [[Java|JAVA]] world. NPA follows JPA by providing a complete persistence API and a rich set of ORM features.<ref>http://www.npersistence.org/faq</ref>