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 to parse a date time string?
What is lazy loading and eager loading in c#?
What is the difference between icomparer and icomparable in c#?
Explain the use of SN.exe
What are namespaces, and how they are used?
What is the use of delegate?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What are immutable types in c#?
What are the methods in c#?
What is the difference between list and dictionary in c#?
How are methods overloaded?
What is string [] args in c#?
What is a sealed class?
Why singleton class is sealed in c#?
What is the difference between method and constructor in c#?