Answer Posted / m.sivakumar
Managed data in memory allocated and deallocated by the Common
Language Runtime (CLR). Managed data can be accessed only by
managed code.
We can call garbage collector to collect un- referenced data
by executing System.GC.Collect().
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is client side state management?
What is razor? : asp.net mvc
What are sessions and cookies?
What is the latest version of asp.net?
What kind of data we can store in viewstate?
What is preprocessor in .net? Where it use?
Can master pages be nested?
Explain security types in asp.net?
How do I upload a file from my ASP.NET page?
Describe the events in the life cycle of a web application.
What is server side session management?
How is it possible for .NET to support many languages?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What are query strings used for?
What is difference between rest and soap?