1.

What is an assembly?

Answer»

An assembly is a file that is automatically generated by the compiler which consists of a collection of types and RESOURCES that are BUILT to work together and form a LOGICAL unit of functionality. We can also say, assembly is a compiled code and logical unit of code.

Assemblies are implemented in the form of executable (.exe) or dynamic link library (.DLL) FILES.



Discussion

No Comment Found