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 a string c#?
What is continue in c#?
Difference between a sub and a function in c#.
What is a Managed Code??
What do you mean by synchronous and asynchronous operations?
Differentiate between dataset and datareader?
Does google use c#?
Why static variables are used?
Is array thread safe c#?
What is the keyword used to prevent a class from being inherited by another class?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What is the difference between virtual method and abstract method?