Answer Posted / kirti
Finalize method is used to free the memory used by some unmanaged resources like window handles (HWND). It's similar to the destructor syntax in C#. The GC calls this method when it founds no more references to the object. But, In some cases we may need release the memory used by the resources explicitely.To release the memory explicitly we need to implement the Dispose method of IDisposable interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I add mvc testcases in visual studio express?
Explain Sections is ASP.Net MVC?
What is .net core framework?
what is entity framework advantage?
what is split entity?
What are the components required to create a route in mvc?
What is the mvc pattern (model view controller pattern)?
What is tempdata?
What is domain class model?
What is the benefit of entity framework?
What are Validation Annotations?
What is .net framwork?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What is meant by bootstrap in mvc5?
What is razor code?