An assembly is a collection
of files (dll’s, exe’s), group of resources that help in creating
a logical unit of functionality. It forms the basic building block for
deployment, reusability and security issues.
It provides a CLR environment.
It helps in maintaining security as it
grants grant or denial of permissions.
When an application starts only
assemblies the application initially calls must be present.
Assemblies can be either static or
dynamic.
Assemblies help in resolving versioning issues.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
An assembly is a collection of files (dll’s, exe’s), group of resources that help in creating a logical unit of functionality. It forms the basic building block for deployment, reusability and security issues.