What does Dispose method do with the connection object?
Answer Posted / madduri
Deletes it from the memory.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How can you force derived classes to provide new method implementations for virtual methods?
Why are c# strings immutable?
What is a string c#?
Why do we need dependency injection in c#?
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 the difference between console application and windows application?
What do you mean by streamreader/streamwriter class in c#?
What is the difference between method and constructor in c#?
Are c# strings null terminated?
What are generics in c#.net?
What is data annotation in c#?
What does executescalar return in c#?
What are the collections in c#?
What is routing in c#?
List down the differences between “dispose” and “finalize” methods in c#.