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 is new method in c#?
What is cache memory in c#?
What is dll hell, and how does .net solve it?
How is a strongly-named assembly different from one that isn’t strongly-named?
write a C# Program add two matrix ?
Explain the different types of delegates used in c#.
What is iqueryable?
Can partial class be inherited?
What is constructors, explain with syntax
Why do we use abstract class in c#?
What type is string in c#?
What are PE(Portable Executable)?
Write a program in C# for checking a given number is PRIME or not.
How does insertion sort work?
What is the difference between internal and private in c#?