What is Dispose method in .NET ?
Answer Posted / sanath
Dispose method is used to release unmanaged resources when
unmanaged resources are no longer in use.And Programmers
should keep in mind at
the time of codeing(using dispose method) for best memory
management.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is a dictionary in c#?
Are structs faster than classes?
Can constructor be overloaded in c#?
Is c# a technology?
What do you mean by thread safe in c#?
Is enum a class c#?
What is thread life cycle in c#?
What is the use of getcommandlineargs() method in c#.net?
What is the difference between public, static, and void?
Explain more on CLR
What is dll in vb.net?
Is string primitive?
Explain About friend and Protected friend
What is a console device?
What are Types of assemblies that can be created in dotnet