What is the Difference B/W Finalize() and Dispose() in .Net?
Answer Posted / prasanna
.NET provides "finalize" method in which clean up our
resources.but this is always not good so the best is to
implement interface and implement the "Dispose" method
where you can put your clean up routines
| Is This Answer Correct ? | 23 Yes | 8 No |
Post New Answer View All Answers
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is master page in dtp?
How can we prepairing Interview
How can you display all validation messages in one control?
How may clustered index we can create in table?
How do we assign page-specific attributes?
Which dll handles the request of .aspx page?
What is the parent class of all the web server control?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is the difference between user control and custom control?
What does the orientation property do in a menu control?
Explain the significance of routing? : asp.net mvc
What is http request and response?
How does viewstate work?