Define unmanaged code?



Define unmanaged code?..

Answer / Rinku Gupta

Unmanaged Code refers to code that is not managed by the .NET Common Language Runtime (CLR). It includes C, C++, and certain sections of assembly code. Unlike Managed Code, Unmanaged Code does not have automatic memory management, garbage collection, or other features provided by the CLR.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP Interview Questions

Explain the post & get method?

1 Answers  


What are the methods in applet ? When is init(), start() called ?

1 Answers  


when we use ajax in.net

1 Answers  


Name at least two methods of response object other than Transfer.

3 Answers  


What is Round Trip

1 Answers  


how u can use asp.net for making website?

1 Answers  


Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")

1 Answers  


How to refersh an asp page on a single click of a button.

2 Answers   IBM,


What is asp what can asp do for you?

1 Answers  


Tell few steps for optimizing (for speed and resources) ASP page/application ?

1 Answers  


What are the event handlers of Session Object?

1 Answers  


What is Request Object?

2 Answers  


Categories