· Assemblies are the building blocks of .NET Framework applications
· An assembly is a collection of one or more files and one of them (DLL or EXE)
· An assembly is created whenever a DLL is built
· There are two types of assembly
· A: Privae Assembly: stored in directory or sub directory. It can be used by a single application
· B: Shared Assembly: Stored in GAC can be shared by many application must have a strong name.
No comments:
Post a Comment