Tuesday, December 26, 2006

assembly

  • DotNet assembly is the standard component developed with the Microsoft.NetDotNet assemblies may or may not be executable that is.,file(or)dynamic link library (DLL)file.All the DotNet assembly contains the definition of types,version information for the type,meta-data & manifest.Two kinds of assembliesprivate->This assemblies are simple & copied with each calling assemblies.shared->This assemblies are copied to single location. Each shared assembly has a four part including its face name,version,public key token & culture information. An assembly can be a single file or it may consist of multiple files.

No comments: