| Author: venkat kamal 04 May 2008 | Member Level: Gold Points : 2 |
An assembly is a small deployable unit in which it contains the information about the implementation about the classes,strucures and interfaces.
|
| Author: Vijaykumar Patil 05 May 2008 | Member Level: Gold Points : 2 |
An assembly is the primary building block of a .NET application and can take the form of a dynamic link library (DLL) or executable file (EXE). An assembly is a collection of functionality that is built, versioned, and deployed as a single implementation unit.
|
| Author: Nithya 05 May 2008 | Member Level: Bronze Points : 2 |
Assembly is the deploy unit of .Net framework .
|