DictionaryForumContacts

   English
Terms for subject Microsoft containing assembly | all forms | exact matches only
EnglishSpanish
assembly cachecaché de ensamblados (A machine-wide code cache used for side-by-side storage of assemblies. There are two parts to the cache: the global assembly cache contains assemblies that are explicitly installed to be shared among many applications on the computer; the download cache stores code downloaded from Internet or intranet sites, isolated to the application that triggered the download so that code downloaded on behalf of one application/page does not impact other applications)
assembly filearchivo de ensamblado (A file that is part on an assembly)
assembly manifestmanifiesto del ensamblado (An integral part of every assembly that renders the assembly self-describing. The assembly manifest contains the assembly's metadata. The manifest establishes the assembly identity, specifies the files that make up the assembly implementation, specifies the types and resources that make up the assembly, itemizes the compile-time dependencies on other assemblies, and specifies the set of permissions required for the assembly to run properly. This information is used at run time to resolve references, enforce version binding policy, and validate the integrity of loaded assemblies. The self-describing nature of assemblies also helps makes zero-impact install and XCOPY deployment feasible)
assembly metadatametadatos del ensamblado (Metadata that is part of the assembly manifest)
global assembly cachecaché global de ensamblados (A computer-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer)
.NET Assembly ConnectorConector de ensamblado .NET (An out-of-the-box BDC connector that ships with WSS. It provides the ability to host .NET Connectivity Assemblies, enabling users to easily add custom data sources or do data mashups)