What does Dispose method do with the connection object?
Answers were Sorted based on User's Feedback
Answer / hitendra
You can write a code to release all dependence object
before connection object relased.
Is This Answer Correct ? | 0 Yes | 0 No |
What is system predicate?
What is Partial class? What purpose we use it?
What happens if the inherited interfaces have conflicting method names?
What is managed code?
What is the difference between new and override in c#?
Can constructor be protected?
Why do we need abstract class?
how to deplaoy a project in the system?
How do I edit a dll file?
What is stack and heap?
class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?
What is parsing? How to parse a date time string?