Tagged Questions
0
votes
3answers
304 views
Object Relational Models (ORM) in a segregated environment
I'm interested in using an object relational mapper for an existing system which is a ASP.NET client, ASP.NET Web Services middle layer, and with an Oracle back-end. All database access is done using ...
0
votes
0answers
55 views
Is there an ORM with APIs to be used programatically?
Is there any ORM that offers APIs to be used programatically?
In my situation, a user will be helped through a wizard to define some entities. Thereafter those entites will be created in a database ...
5
votes
2answers
1k views
Should I learn Linq to SQL even though its being rolled into Entity Framework?
I am looking to learn Linq to query MS SQL databases, but am unsure of which path to take. I read recently that Linq to SQL is being rolled into Entity Framework, and development has maybe stagnated.
...
