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
How do we assign page-specific attributes?
Why session is necessary in web application?
What are the asp.net security controls?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What do you mean by role-based security?
When does a session actually start?
Explain login controls.
What are the validation controls available in ASP.NET?
Can we have multiple web config files for an asp.net application?
What is voluum?
Which method is used to enforce garbage collection in .net?
What is %20 in a url?
What is razor? : asp.net mvc
Can one dll file contains the compiled code of more than one .net language?
What is difference between datalist and gridview?