adplus-dvertising
frame-decoration

Question

What is an assembly in .NET?

a.

A software execution environment

b.

A virtual machine for .NET programs

c.

A binary module containing IL code and metadata

d.

A class hierarchy for .NET programs

Posted under Reverse Engineering

Answer: (c).A binary module containing IL code and metadata Explanation:An assembly is a binary module containing IL code and associated metadata.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is an assembly in .NET?