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
Differentiate between object pooling and connection pooling in c#?
Can we inherit private class in c#?
Can int be null in c#?
How do we achieve encapsulation in c#?
What is a c# delegate?
what are some characteristics of an array?
What are the advantages of clr procedure over t-sql procedure?
What are native methods?
What is difference between struct and class in c#?
Explain About Global.asax
What is xpath in c#?
How to rotate an Image in C#?
Explain the accessibility modifier protected internal?
Why delegates are type safe?
What is the use of ispostback in c#?