dir.by  
  Search  
Programming, development, testing
ADO.NET (working with the database on C#)
What is ADO.NET?
  Looked at 6593 times    
 What is ADO.NET? 
last updated: 27 February 2024
ADO.NET is a database technology that is based on the .NET Framework. This technology provides us with a set of classes through which we can query databases, establish connections, receive a response from the database, and perform a number of other operations.

It is important to note that there can be many types of database management systems:
MS SQL Server uses the language T-SQL
MySQL and Oracle use the language PL-SQL.

Different database systems can have different types of data.

The ADO.NET functionality is designed to provide developers with a common interface for working with different databases.
 
 
Next topic →
Let's create a ADO.NET console application (C#, database)
 
Your feedback ... Comments ...
   
Your Name
Your comment (www links can only be added by a logged-in user)

  Объявления  
  Объявления  
 
What is ADO.NET?
Let's create a ADO.NET console application (C#, database)
Working with data in ADO.NET
Read the data (select) from the Database using SqlCommand and SqlDataReader in ADO.NET C#. Database Type Mapping
Read (select) data from the Database using SqlDataAdapter and DataSet | ADO.NET, C#
Get a scalar (single) value: Count, Min, Max, Sum, etc. | ADO.NET, C#
Add data (insert into) to the Database using SqlCommand | ADO.NET, C#
Change the data (update) in the Database using SqlCommand | ADO.NET, C#
Delete data in the Database using SqlCommand | ADO.NET, C#
Stored procedures in ADO.NET
Stored procedures in ADO.NET | C#
Transactions in ADO.NET
Transactions in ADO.NET | Database in the C# console application
Reading the picture from the database ADO.NET
Read the image from the database and save it to a file | ADO.NET, C#
Additional topics, questions
Database connection string | ADO.NET, C#

  Ваши вопросы присылайте по почте: info@dir.by  
Яндекс.Метрика