Click here to Skip to main content
15,910,886 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I need to make a web application to access an Oracle DB.
This app. will make Update, Delete and Insert to different Tables and
create Reports with complex querys.
I need an advise about what data model to choose:
Create Dataset, Entity Data Model or Linq to SQL Objetc.
I'm using VS2010 with c#.

Thank you.
Posted

1 solution

I would use either:

a) whatever you are already comfortable with.
b) something new because you have the time to experiment and learn.
c) whatever the chief cook and architect tells you to use.
d) whatever is the most appropriate to ensure easy access to your chosen data provider.

I'm currently using EF4 and it seems straightforward enough with Sql Server. Used LinqtoSql on the last project and that was really easy (though looks like it is no longer supported - pity).

Good luck.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900