What does Dispose method do with the connection object?
Answer Posted / karna
Dispose(),is programatically called by the user to
de-allocate the un-used objects in the aplication.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is difference between constants and readonly in c#?
Define clr in .net?
How many constructors can a class have c#?
What is difference between singleordefault and firstordefault?
What's the difference between an integer and int?
What is an Interface in C#?
What does int parse do in c#?
Explanation on Generic?
What is a data set in c#?
What is c sharp used for?
What is a property in c#?
What are regular expressions? Search a string using regular expressions?
Explain the difference between // comments, /* */ comments and /// comments?
How can you sort strings in array that are passed to method as arguments?
What is variable and its classification?