What is Dispose method in .NET?

Answer Posted / mkm

dispose method is last method excuted in c# program

while finally will excute after the try block

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?

724


What is visual c# net?

663


What is escape sequence in c#?

766


What does exclamation mark mean c#?

737


Explain manifest & metadata in c#.

729


How big is int16?

691


Illustrate serialization?

699


What is difference between events and delegates?

674


Compare and contrast between the System.Array.CopyTo() and Clone()?

747


Explain the difference between const and static read-only?

696


What is console application with example?

679


What language is arduino?

721


What is a linked list c#?

682


I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

738


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

723