when using windows API in .net then it is managed code or
Unmanaged code?

Answers were Sorted based on User's Feedback



when using windows API in .net then it is managed code or Unmanaged code?..

Answer / kotu

When ever we are using Windows API's in .NET, there API are
comes under Unmanaged Code.

Is This Answer Correct ?    30 Yes 2 No

when using windows API in .net then it is managed code or Unmanaged code?..

Answer / chaitanya

If code runs with the help of any operating system it
considered as Unmanaged code

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

which one is faster execute reader, scalar, execute non query ?

18 Answers   Intiger, Minecode,


Explain different types of Caching techniques in ASP.NET?

0 Answers   Sans Pareil IT Services,


What is the use of global.asax file?

0 Answers  


Explain the difference between AutoPostBack and IspostBack in ASP.NET?

0 Answers   Sans Pareil IT Services,


Can you explain page lifecycle in net?

0 Answers  






Asp.net - How to find last error which occurred?

1 Answers   Abacus,


How can I open ashx file in mobile?

0 Answers  


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


Will the asp.net validators run in server side or client side?

0 Answers  


what are types of viewstate

1 Answers  


How can u debug your .net application?

0 Answers  


What is customer control and user control?

1 Answers   Perot Systems,


Categories