Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 application variable?

0 Answers  


Differences between VB.Net and C#, related to OOPS concepts

5 Answers   CSC,


What is Hidden Fields in Asp.Net

4 Answers  


Which is the parent class of the web server control?

0 Answers  


Does C# support static class?Is Static class be inherited by any class?

2 Answers  


What is work flow gen? how can it will work with .Net?

0 Answers   TCS,


What are directives in asp.net? List down all the important directives.

0 Answers  


what are Httpmodule and HttpHandler?

3 Answers   Microsoft, Wipro,


explain store procedure and trigger

3 Answers  


What are query strings used for?

0 Answers  


What are the action filters available in asp.net mvc

1 Answers   TCS,


You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.

3 Answers   Syntax Softtech,


Categories