Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Starting out with Visual Studio 2008-Need data access ad
Message
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Versions des environnements
Environment:
C# 3.0
OS:
Vista
Database:
Visual FoxPro
Divers
Thread ID:
01419709
Message ID:
01419712
Vues:
104
> what component to use for data access?

ADO.NET provides access to data sources (There are other solutions depend on data type, I/O, XML, LINQ, ...).

http://msdn.microsoft.com/en-us/library/h43ks021%28VS.71%29.aspx
"ADO.NET provides consistent access to data sources such as Microsoft SQL Server, as well as data sources exposed through OLE DB and XML. Data-sharing consumer applications can use ADO.NET to connect to these data sources and retrieve, manipulate, and update data."

"ADO.NET cleanly factors data access from data manipulation into discrete components that can be used separately or in tandem. ADO.NET includes .NET Framework data providers for connecting to a database, executing commands, and retrieving results. Those results are either processed directly, or placed in an ADO.NET DataSet object in order to be exposed to the user in an ad-hoc manner, combined with data from multiple sources, or remoted between tiers. The ADO.NET DataSet object can also be used independently of a .NET Framework data provider to manage data local to the application or sourced from XML."

ADO.NET by Joe Mayo
http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx

ADO.NET Code Examples
http://msdn.microsoft.com/en-us/library/dw70f090.aspx

ADO.NET Sample Application
http://msdn.microsoft.com/en-us/library/dw70f090%28VS.80%29.aspx

Valuable articles on ADO.NET by David Hayden
http://www.davidhayden.com/articles.aspx#ADONET

... and a lot more available online.

HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform