What does Dispose method do with the connection object?
Answer Posted / hitendra
You can write a code to release all dependence object
before connection object relased.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by the delegate in c#?
what are some characteristics of an array?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is difference between struct and class in c#?
Why do we need structs in c#?
How many bytes is an int c#?
What do you mean by saying a "class is a reference type"?
Is c# or c++ better for games?
What are the different types of delegation?
What are the benefits of using generics?
Can we have multiple constructors in a class c#?
What is difference between === and ==?
What are the principles of delegation?
What is the difference between early binding and late binding in c#?
Why we use extension method in c#?