what is IDisposal interface



what is IDisposal interface..

Answer / Brajesh Singh

The IDisposable interface in C# defines the Dispose() method that should be called to clean up unmanaged resources, such as file handles and database connections.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is a streamwriter in c#?

1 Answers  


What is difference between constants and read-only?

1 Answers  


What is the difference between method overriding and method overloading?

1 Answers  


What is early binding and late binding

12 Answers   ABC, Infosys, TATA,


What is default parameter in c#?

1 Answers  


What is parameterized constructor?

1 Answers  


Please write a program to display “welcome to bestinterviewquestion.com” in c#?

1 Answers  


What is the difference between Decorator and Adapter pattern?

1 Answers   QuestPond,


List down the access modifiers available in c#?

1 Answers  


What is the difference between string and string in c#?

1 Answers  


List down the differences between “dispose” and “finalize” methods in c#.

1 Answers  


Explain what are the steps for creating clr trigger?

1 Answers  


Categories