What is a Managed Data?

Answers were Sorted based on User's Feedback



What is a Managed Data?..

Answer / ankammarao

The Code Which is under the control of CLR is known as
Managed Code

Is This Answer Correct ?    15 Yes 2 No

What is a Managed Data?..

Answer / 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

What is a Managed Data?..

Answer / anand gopal makwa munger

The code which run under CLR(Common Language Runtime) called managed Data.All the .NET code run under CLR.

Is This Answer Correct ?    2 Yes 1 No

What is a Managed Data?..

Answer / rakesh namdeo

The code which runs inside the environment of CLR is known as managed code,

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is view state and how it works in asp net?

0 Answers  


Explain server side state management system.

0 Answers  


How to manage pagination in a page?

2 Answers  


Which is faster union or union all?

0 Answers  


What are assemblies and namespaces and explain the difference between them ?

0 Answers  






What is the purpose of each of the validation controls provided by ASP.NET?

1 Answers  


Where session variables are stored?

0 Answers  


When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,


What is cookieless session id explain in brief?

0 Answers  


In this case if exception occure in Database which catch block will be exexcuted?

1 Answers   Microsoft,


any body help me. Is it possible to convert text in gif images into word document with the same text? thanks in advance.

2 Answers  


What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?

1 Answers  


Categories