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 managed and unmanaged code?

Answers were Sorted based on User's Feedback



what is managed and unmanaged code?..

Answer / mayank

managed codes are which is supported by CLR, and unmanaged
code are those which is not supported.

Is This Answer Correct ?    4 Yes 2 No

what is managed and unmanaged code?..

Answer / manish singh

Managed code: A code that is managed by CLR is know as
Manged code for example C#,j#,Vb.Net etc

Unmanged code: A code that is not managed by CLR is known
as Unmanaged by unmanaged code. for example c++, java, c etc

Is This Answer Correct ?    4 Yes 2 No

what is managed and unmanaged code?..

Answer / sharifuddin

managed code: maintains in the Stack memory with the help of CLR

But unmanaged
code does not maintain by the CLr, and iots maintain by the
Heap memory.

Is This Answer Correct ?    1 Yes 1 No

what is managed and unmanaged code?..

Answer / kirti

The .NET framework provides several core run-time services to the programs that run within it - for example exception handling and security. For these services to work, the code must provide a minimum level of information to the runtime. i.e., code executing under the control of the CLR is called managed code. For example, any code written in C# or Visual Basic .NET is managed code.

Code that runs outside the CLR is referred to as "unmanaged code." COM components, ActiveX components, and Win32 API functions are examples of unmanaged code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What tags do you need to add within the asp:datagrid tags to bind columns manually?

5 Answers   Siebel Systems,


How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?

0 Answers  


what is structured data format?

2 Answers  


How do sessions work?

0 Answers  


What are the major built-in objects in ASP.NET?

0 Answers   MindCracker,


What is the Impprsonation?and what is the importence of that?

3 Answers   eXensys,


How do you do exception management

1 Answers   Infosys,


What is the difference between CC and BCC?

0 Answers   MCN Solutions,


What are the difference between overriding and overloading?

0 Answers  


What is HTTP MODULE & HTTP HANDLERS in ASP.NET? How a developer can utilize in the application? Please provide example.

1 Answers   IBM,


Should sn.exe be used before gacutil.exe ?

2 Answers   Accenture, BirlaSoft,


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one

1 Answers  


Categories