.NET Persistence API: Difference between revisions

Content deleted Content added
Ki2010 (talk | contribs)
m moved NPersistence to .NET Persistence API: More accurate title.
dab java
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 (programming language)|JAVAJava]] world. NPA follows JPA by providing a complete persistence API and a rich set of ORM features.<ref>http://www.npersistence.org/faq</ref>
 
==Motivation==