Which part of the .NET Framework provides Context for managed code?

A) CLR
B) .NET Context Manager
C) CTS

Showing Answers 1 - 1 of 1 Answers

A) CLR

( Common Language runtime or known as just 'runtime' )

Any code that targets or uses CLR services is known as managed code.

The .NET framework has two mejor component. CLR and FCL ( i.e. framework class library ) . CLR provides services such as memory management, security etc. while FCL is a rich collection of APIs.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions