What is the equivalent of JPA in .NET?

后端 未结 6 696
南旧
南旧 2020-12-09 10:39

I think JPA is nice and convenient ( not to mention standardising, as we used to have every individual programmer doing his/her own thing with a jdbc connection).

I

6条回答
  •  天命终不由人
    2020-12-09 10:59

    Isn't JPA just a Java ORM?

    .NET has many ORM tools, namely

    • ADO Entity Framework
    • NHibernate
    • Active Record
    • LINQ to SQL

    and plus my favourite

    • LightSpeed

提交回复
热议问题