Question 1 of 19
Query and manipulate data by using the Entity Framework - ADO.NET
Which of the following are true about SqlConnection objects?
(Choose all that apply)
They should be opened as early as possible and closed as early as possible.
They should be opened as late as possible and closed as late as possible.
They should be opened at the last possible moment and closed at the earliest opportunity.
As long as the Close statement is called in a catch block, the object will be closed and disposed of correctly.