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 authentication in asp.net?
What do you mean by caching in asp.net?
What is the namespace to create thread in .net?
What is server infrastructure?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
List the major built-in objects in asp.net?
Which type of state management is provided by Query String in ASP.NET?
Where do the cookie state and session state information be stored?
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?
What is Forms Authentication in ASP.NET?
Disable Mouse right click on web page in asp.net?
What are the asp.net 2.0 features?
What are Caching techniques in .NET
In how many ways we can retrieve table records count?
Define asp.net caching?