Friday 13 September 2013

What is Managed code in .NET?

Que:- What is Managed code?

Ans:- The .NET Framework provide a run time environment which is called the CLR(Common Language Run time) which managed the execution of code and provide services that makes the development easier.
Compiler and tools run time expose functionality and enable you to write code from managed execution environment.That code the runs in CLR  is called managed code.

No comments:

Post a Comment