Click here to Skip to main content
15,883,623 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the namespace required for DataAccess in C#
Posted

1.The main set of classes for data access are part of the ADO.NET and are contained in System.Data namespace.

2.Entity Framework extends the ADO.NET with more functionalists and also wizards in Visual Studio.
Namesapces: System.Data.Objects, System.Data.EntityClient.
Here is a link: http://msdn.microsoft.com/en-us/data/ee712907[^]

3.LINQ could be used on top of both, and its main namespace is System.Linq.
 
Share this answer
 
v2
Go through all the system data namespaces as listed here[^].
 
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