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
Is asp.net easy to learn?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Explain the advantages of caching?
Explain the features that make asp.net more used framework? : asp.net mvc
How would you create a permanent cookie?
Can we have a web application running without web.config file?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Explain difference between dataset and recordset?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Does web services support data reader like pom project?
How do sessions work?
What is a 1x1 pixel?
What are web server controls in asp.net?