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

Name the namespace which is used by ado.net?

0 Answers  


What is the difference between visual basic and asp.net?

0 Answers  


What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?

1 Answers  


what is publisher?

0 Answers   Microsoft,


How do you store a value in viewstate and retrieve them?

0 Answers  






What is the purpose of url encoding?

0 Answers  


How to display validation messages in one control?

0 Answers  


How do session tokens work?

0 Answers  


What is the use of placeholder control?

0 Answers  


What is the difference between dispose() and finalize()?

0 Answers  


What is the file through which you can customize your asp.net application?

0 Answers  


Describe the method to create a permanent cookie?

0 Answers   Siebel,


Categories