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
List some of the important session state modes of asp.net.
How can we register exception filter globally?
Explain different authentication modes in asp.net?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Using code explain Configuration Management
Where session id is stored?
What is global.asax file used for?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Explain the advantages of caching?
Explain Session state management options in ASP.NET.
What is anonymous authentication?
What is & in a url?
What is the difference between server-side scripting and client-side scripting?
What is difference between URL and URI?
What is the life cycle of web page?