December 2018
Beginner to intermediate
668 pages
15h 30m
English
An assembly is where a type is stored in the filesystem. Assemblies are a mechanism for deploying code. For example, the System.Data.dll assembly contains types for managing data. To use types in other assemblies, they must be referenced.
Assemblies are often distributed as NuGet packages, which can contain multiple assemblies and other resources. You will also hear the talk about metapackages and platforms, which are combinations of NuGet packages.
Read now
Unlock full access