.NET Persistence API: Difference between revisions

Content deleted Content added
Rescuing 3 sources and tagging 0 as dead. #IABot (v2.0beta8)
Adjusted title information
Line 1:
The '''.NET Persistence API''', also referred to as '''NPA''', is a persistence and [[object-relational mapping]] (ORM) specification for the [[.NET Framework|.NET framework]].<ref>[http://www.npersistence.org/ NPersistence | JPA for the .NET platform<!-- Bot generated title -->]</ref>
 
NPA is based on the [[Java Persistence API]] (JPA), which is the standard persistence API in the [[Java (programming language)|Java]] world. NPA follows JPA by providing a complete persistence API and a rich set of ORM features.<ref name=autogenerated1>{{Cite web |url=http://www.npersistence.org/faq |title=FAQ |{{!}} NPersistence<!-- Bot generated title --> |access-date=20112018-1208-3024 |archive-url=https://web.archive.org/web/20120426082101/http://www.npersistence.org/faq |archive-date=2012-04-26 |dead-url=yes |df= }}</ref><ref>[https://stackoverflow.com/questions/2756307/what-is-the-equivalent-of-jpa-in-net c# - What is the equivalent of JPA in .NET? - Stack Overflow<!-- Bot generated title -->]</ref>
 
== Motivation ==