What is an assembly?

Showing Answers 1 - 7 of 7 Answers

suresh sm

  • Sep 17th, 2005
 

Assembly, which is a reusable, versionable, and self-describing building block of a common language runtime application.

An assembly is a collection of types and resources which are built to work together and form a logical unit of functionality.It provides common language runtime information depending on the type implementations.

  Was this answer useful?  Yes

bharati

  • Sep 26th, 2012
 

An assembly is a collection of one or more .exe or .dll s. An assembly is the fundamental unit of application development and deployment for .net framework. It is a collection of types and resources that are built to work together and form a logical unit of functionality.DQ

  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