This document summarizes a presentation on .NET assemblies. It discusses what assemblies are, the probing process for finding assemblies, private and shared assemblies, deploying assemblies to the global assembly cache (GAC), client redirection to updated assemblies in the GAC, assembly execution and just-in-time compilation, and using the Native Image Generator tool to improve performance. Demo examples are provided to illustrate probing, accessing private assemblies via configuration files, deploying to and accessing assemblies from the GAC, client redirection, assembly execution, and using the Native Image Generator.