What are the fundamental objects in ADO.NET?
There are two fundamental objects in ADO.NET: i. DataReader- connected architecture. ii. DataSet- disconnected architecture. In ADO.NET, the fundamental objects are: Connection: Represents a connection to a data source, such as a database. It provides methods for establishing and managing connections to the database. Command: Represents a SQL statement or a stored procedure to execute … Read more