Assemblies
Basically assemblies are building blocks of .net framework application. These are fundamental units of version control, activation scoping, deployment and more security permissions.Definition: An Assembly is nothing but collection of resources and different types and those are working together and form as a logical unit of functionality.
Basically we have three types of assemblies.
- Private Assembly.
- Public Assembly or shared assembly
- Satellite Assembly.
Post a Comment
Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.