Question - What are the different types of assembly?
Answer -
There are two types of assembly –
- Private – A private assembly is normally used by a single application and it is stored in application’s directory.
- Public – A public assembly or shared assembly is stored in Global Assembly Cache(GAC) which can be shared by many applications