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
Is string value type c#?
What is cli in c#?
What's the difference between abstraction and encapsulation?
How do we achieve encapsulation in c#?
What is the difference between system.string and system.text.stringbuilder classes?
What is value c#?
What is boxing in c#?
Define boxing and unboxing in c#?
Explain more on CLR
Distinguish between continue and break statement?
What is the difference between arraylist and list in c#?
Why are c# strings immutable?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
What are the benefits of using generics in c#?
Can a constructor have a return type?