Recent content by mosheho

  1. M

    What is the equivalent of Java Persistence API for .NET?

    The equivalent for JPA is NPA (.NET Persistence API) It is a specification based on JPA. An implementation of the NPA spec also exists and is base on NHibernate. see: http://www.npersistence.org http://en.wikipedia.org/wiki/.NET_Persistence_API Thanks for the information, but if you're planning...