ADO.NET provides mechanisms to automatically ___________ and ___________ connections when they are no longer needed.

  • Close; Dispose
  • Connect; Disconnect
  • Open; Close
  • Open; Dispose
In ADO.NET, the methods Open() and Dispose() are used to respectively establish and release connections. The Open() method opens a connection to a data source, while the Dispose() method releases the resources used by the connection.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *