thinkinterview » interview questions » ASP.NET
« Previous

ASP.NET Interview Questions

next »
question Which of the following ways can you proactively clean up a database connection’s resources?
  • 1. Execute the DbConnection object’s Cleanup method.
  • 2. Execute the DbConnection object’s Close method.
  • 3. Assign Nothing (C# null) to the variable that references the DbConnection object.
  • 4. Create a using block for the DbConnection object.

Next Queston » What event can you subscribe to if you want to display informatio...
What event can you subscribe to if you want to display information from SQL Print statements? View full queston »

Posted in: ASP.NET(45) |