Tuesday, April 28, 2009

What is an Assembly?

  1. Assembly is unit of deployment like EXE or a DLL.
  2. An assembly consists of one or more files (dlls, exe’s, html files etc.), and
    represents a group of resources, type definitions, and implementations of those types.
  3. Assembly has two types
    1. Private assembly
    2. Public assembly or Shared assembly

No comments:

Post a Comment