Assemblys contain collection of .exe and .dll Files and also contain the resources and type definations and assembly are divided into 2 types
1>private
2>public/shared
1>private
private assembly used to single application
2>shared/public:-
shared or public assembly used to my applications
manifest:-
all the assembly metadata information stored in the manifest
metadata:- metadata means data about data