What is the difference between managed and unmanaged code?
*******
Answer Posted / malli
The Code Is Excuted With The Help of CLR that is managed code
The code is not excuted with the help of CLR and Excuted with the help of OS that is Unmanaged code
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Explain cookies with example.
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the disadvantages of asp.net?
Is oauth for authentication or authorization?
Differentiate globalization and localization.
How many types of session state management options available in asp.net?
What is the difference between sealed vs static class?
What is asp.net master page?
in which protocol ASP.NET WEB API Work?
Where do the cookie state and session state information be stored?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is the use of the tag in the web.config file?