ADO.NET
Home

ADO.NET

ADO.NET

ADO.NET provides consistent access to data sources such as SQL Server and XML, and to data sources exposed through OLE DB and ODBC. Data-sharing consumer applications can use ADO.NET to connect to these data sources and retrieve, handle, and update the data that they contain.

ADO.NET separates 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, 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 passed between tiers. The DataSet object can also be used independently of a .NET Framework data provider to manage data local to the application or sourced from XML.

  1. Wat is ADO.NET
  2. ADO.NET Managed Data Providers
  3. ADO.NET namespaces
  4. ADO.NET Dataspecifieke klassen
  5. De Connection klasse
  6. ADO.NET Command klasse
  7. ADO.NET DataReader klasse
  8. ADO.NET gebruiken om een DAL te maken
  9. Use with .NET Core MVC

JI

2017-09-11 17:29:09