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

List all templates of the repeater control.

0 Answers  


Which is the best institute for ASP.NET?

8 Answers   ABC Infotech, Tech Mahindra,


what is CLR?

3 Answers   PrimeLine,


how to convert varchar into datatype int............. in ASP

1 Answers  


When does a session actually start?

0 Answers  


What does this do? gacutil /l | find /i about

1 Answers  


What is role-based security in asp.net?

0 Answers  


How to set the pane area to transparent of a scrollPane component.?

0 Answers   MCN Solutions,


What is variable and constant in .net programming language?

0 Answers  


Are cookies client side or server side?

0 Answers  


“~” means in asp.net application?

4 Answers   IBS,


List of words of preprocessor in .net?

0 Answers  


Categories