Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data access planning stage
Message
From
13/04/2009 13:36:31
 
 
To
13/04/2009 13:10:40
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01388812
Message ID:
01394629
Views:
64
>>>
>>>DataSets are not so bad. Just think of them having most of the features of databases, except in memory and not directly linked to the database.
>>>
>
>
>Just to throw a fly in the ointment, you'll need to start learning the entity framework and linq.... I don't think ADO is long for this world.

But the Entity Framework uses ADO.NET. Quote:
Under the covers, the mapping provider will use the EDM schema and the mapping/view information to translate to and from the conceptual model. Then it'll use a regular ADO.NET provider to talk to the underlying database (e.g. it would use System.Data.SqlClient to talk to a SQL Server database).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform