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

Explain the components of web form in asp.net

0 Answers  


How do I upload a file from my ASP.NET page?

0 Answers  


How does asp page work?

0 Answers  


17. If I?m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

1 Answers  


What are the differences between the response.write() and response.output.write()?

0 Answers  






Give 2 examples for scenarios when routing is not applied?

0 Answers   NA,


What’s the catch?

0 Answers  


How do cookies work? Give an example of their abuse.

0 Answers  


What is an imagemap in asp.net?

0 Answers  


how to update data set?

3 Answers   IBM, TCS,


What is webresource axd?

0 Answers  


What is loop in asp.net?

0 Answers  


Categories