Related resources for C# Assemblies
  • .NET Assemblies Ins and Out : Part II2/1/2024 11:13:37 AM. In this part, I will discuss both Private and Shared assemblies and how to create a Shared Assembly. The creation process involves the Strong Name utility, signing the assembly, and using the Assembly
  • Assemblies in C#: Part 25/27/2015 3:09:49 PM. This article explains assemblies in C# with an example.