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.
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.
Entity Framework is what you should check out first. It is recommended by Microsoft.
Other popular options include NHibernate or DBLinq.
Isn't JPA just a Java ORM?
.NET has many ORM tools, namely
and plus my favourite