Related resources for shared assembly
  • Assemblies in C# : Part 15/26/2015 12:13:48 PM. This article explains Assemblies in C#, a basic unit of application deployment and versioning.
  • What is An Assembly5/22/2014 6:56:13 AM. An Assembly is a basic building block of .Net Framework applications. It is basically compiled code that can be executed by the CLR.
  • Viewing Assembly Permissions in VB.NET11/10/2012 2:17:55 AM. In this article I will show you how you can view the Code Groups that an assembly belongs to and what permissions belong to the assembly. I will demonstrate the Caspol utility supplied with the .NET SDK.
  • Concept of Shared Assembly in .NET5/19/2012 2:39:20 AM. This article describe the concept of shared assembly with Reflection in .NET.
  • Creating And Using Shared Assembly4/13/2011 1:51:28 PM. By default every assembly is a private assembly. If we add a reference to a private assembly to any project, a copy of the assembly is given to the project.
  • Assembly in .NET2/22/2007 11:15:01 PM. The .NET assembly is the standard for components developed with the Microsoft.NET.
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download