Hi,
What is the capabilities of Assemblies in .NET?
Thank you.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jun 3, 2012, 7:27 AM
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.
Please refer the below links
http://www.c-sharpcorner.com/UploadFile/gtomar/Assembly11132007002843AM/Assembly.aspx
http://www.c-sharpcorner.com/UploadFile/thiru_ji/1DotnetAssemblies02212007050300AM/1DotnetAssemblies.aspx
Thanks