What does Dispose method do with the connection object?
Answers were Sorted based on User's Feedback
Answer / hitendra
You can write a code to release all dependence object
before connection object relased.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between early binding and late binding in c#?
How can we sort an array in c#?
How many types of serialization are there in c#?
What is attribute c#?
What will be the output of the following code?
How do you specify a custom attribute for the entire assembly?
Why do we use polymorphism in c#?
Is c sharp and c# are same?
What is desktop GUI application?
What is the use of GC.KeepAlive Method?
Which controls do not have events?
Does main have to be static c#?