How to write unmanaged code and how to identify whether the
code is managed / unmanaged ?

Answer Posted / padmaja

The code which is under control of clr is comes under
managed code.The code which is not comes under clr is
unmaged code.All IL code is managed code.com components
comes under unmanaged code.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the new features implemented in ASP.NET?

613


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

579


Why will you usually create an aspnet user account in the database for an asp.net web application?

544


What is difference between inproc and outproc?

672


Describe paging in asp.net?

684






Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

611


What are the page life cycle events?

506


How can you pass multiple complex types in Web API?

587


What is ipostback?

609


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

563


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

597


What is asp.net? How is it different from asp?

548


Is it right that ASP.NET Web API has replaced WCF?

519


Explain about Multi-Language integration?

611


Mention the execution process for managed code?

549