What does Dispose method do with the connection object?
Answer Posted / guest
Deletes it from the memory
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are Namespaces?
Which operator cannot be overloaded in c sharp?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
How many types of namespaces available in version4?
What is difference between === and ==?
if a method is marked as protected internal who can access it?
Explain the ways to deploy an assembly?
What's the difference between a method and a procedure?
Explain the difference between abstract class and interface.
can you allow a class to be inherited, but prevent the method from being over-ridden?
Why do we overload constructors?
What are Uses of CLR
What is assembly and dll in c#?
What are methods in C#?
What is the difference between static and private constructor in c#?