What does Dispose method do with the connection object?
Answers were Sorted based on User's Feedback
Answer / karna
Dispose(),is programatically called by the user to
de-allocate the un-used objects in the aplication.
Is This Answer Correct ? | 5 Yes | 1 No |
Can two catch blocks be executed?
what are the files we need to deploay a project in the system?
Can we assign null value to integer?
Explain how can I get around scope problems in a try/catch?
How can we convert XML Data to DataBase Table in C#.Net?
Is c# pass by value?
What is the default modifier for class in c#?
STATIC METHOD CAN BE OVERLOADING AND OVERIDNG? IS POSSIBLE IN iN c# .NET AND WHAT IS THE REASON??
What's the difference between abstraction and encapsulation?
Can you inherit multiple classes in c#?
What is ado c#?
What does using do in c#?