What is the state of Garbage Collection after dispose() call
info C# code?
Answer Posted / deepak
After dispose() call,the connection between front end(user
interface) and back end(database server) is broken,because
the dispose() removes the connection object from the memory.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is decimal in c#?
What do you use c# for?
What are the generation of Garbage Collection in C# .NET ?
What is #region in c#?
What is remote data?
What are handlers in c#?
explain the nature of the assembly work?
What is readline library?
Describe an abstract class?
What is the difference between iqueryable and ienumerable?
What happens if the inherited interfaces have conflicting method names?
What are extensions in c#?
What is check/uncheck?
Define parsing?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?