What is the Difference B/W Finalize() and Dispose() in .Net?
Answer Posted / nishant
To Release the Memory Occupied by Object by implicit way
then use finalize() Method...And release the Memory by
Explicit Way then Use dispose() Method..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between cache and cookies?
What are the session management techniques asp net?
How to bind all the binding controls in a page at once in ASP.NET?
Which property is used to identify the Page is Post Back in ASP.NET?
How do u deploy ur project?
How you can return View from ASP.NET Web API method?
What is role-based security in asp.net?
Explain what is an abstract class?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is custom events? How to create it?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is viewstategenerator?
What is the difference between user control an custom control?
What is server infrastructure & server components?
What is state management in .net?