Software:Neo (object-relational toolset): Difference between revisions

From HandWiki
imported>LinuxGuru
(simplify)
 
(No difference)

Latest revision as of 04:37, 4 March 2021

Neo (or .NET Entity Objects) is an object-relational mapping (ORM) solution for the Microsoft .NET platform. It is open source software that is distributed freely by its author, Erik Dörnenburg of ThoughtWorks. It provides a framework for mapping an object-oriented domain model to a traditional relational database. It is released under the GNU LGPL 2.1[1]

References

  1. COPYING file in the tarball

External links