Concept, capabilities and features ADO.NET

Concept, capabilities and features ADO.NET.

- It is data-access technology, primarily disconnected and designed to provide efficient, scalable data access.
- The disconnected data is represented within a DataSet object.
- A data provider is a set of classes that provide access to databases.

The main components of data provider are:
- Connection
- Command
- DataReader
- DataAdapter

Visual Studio .NET includes two data providers:
- SQL Data Provider
- OleDb Data Provider

Two additional data providers are included in Visual Studio .NET 2003:
- ODBC Data Provider
- Oracle Data Provider
Server-side and Client-side code in ASP.NET
ASP.NET - Server-side and Client-side code - Server-side code runs on the server....
Tag to add a hyperlink column to the DataGrid - ASP.NET
ASP.NET - Tag to add a hyperlink column to the DataGrid..
Where does VS.NET store Web application projects?
ASP.NET - Where does VS.NET store Web application projects? - Web application projects create a virtual folder for each project where all the files of the projects are stored....
Post your comment