The .NET SDK includes tools that allow developers to produce _________ assemblies, which are a form of compiled code.

  • Dynamic
  • Native
  • Managed
  • Portable
The .NET SDK includes tools for producing Managed assemblies. Managed assemblies contain Intermediate Language (IL) code and metadata that the Common Language Runtime (CLR) can execute. These assemblies are not directly compiled to machine code but are Just-In-Time (JIT) compiled at runtime by the CLR, allowing for platform-independent execution.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *