What is the equivalent of JPA in .NET?

Posted by h2g2java on Stack Overflow See other posts from Stack Overflow or by h2g2java
Published on 2010-05-03T05:41:00Z Indexed on 2010/05/03 5:48 UTC
Read the original article Hit count: 329

Filed under:
|
|

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 would like to use something like jpa with C# to mysql and sqlserver.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET