What does Dispose method do with the connection object?
Answer Posted / 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 |
Post New Answer View All Answers
What is thread.sleep()?
How is a string immutable?
What are some of the commonly used commands in sqlcommand?
Are arrays immutable c#?
What is difference between private and protected in c#?
What does exclamation mark mean c#?
What are the types of serialization?
What are the types of comments in c#?
What is an extension method in c#?
What is difference between array and collection in c#?
My switch statement works differently! Why?
Can abstract class be sealed in c#?
What are the types of delegates in c#?
What are data types with examples?
What is the main method?