What is the managed and unmanaged code in .net?

Answer Posted / guest

The .NET Framework provides a run-time environment called
the Common Language Runtime, which manages the execution of
code and provides services that make the development process
easier. Compilers and tools expose the runtime?s
functionality and enable you to write code that benefits
from this managed execution environment. Code that you
develop witha language compiler that targets the runtime is
calledmanaged code; itbenefits from features such as
cross-language integration, cross-language exception
handling, enhanced security, versioning and deployment
support, a simplified model for component interaction, and
debugging and profiling services

Is This Answer Correct ?    42 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please explain when should you use .net web forms over asp.net mvc?

550


Explain attributes in dot net?

570


Explain how to spawn a thread?

541


Explain me what is the difference between an abstract class and an interface?

570


What is the purpose of enumerable class in .net?

658






Is there any thread in our .net programs?

599


How do you instantiate a complex number?

596


What is Full trust permission set in .Net

1915


What are the similarities and difference between class and structure in .net?

529


What is the transport protocol you use to call a seb service soap?

536


What is the difference between override and overload in a method?

535


  • Accomm
  • i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;

    1384


    What are the different.net tools which you used in projects?

    548


    can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

    1477


    Explain the difference between the while and for loop. Provide a .net syntax for both loops?

    507