Description of How To Create an Assembly with a Strong Name in .NET Framework SDK :
Strong name is a strong need of an assembly which is the main objective of this online tutorial. The need of a strong name for an assembly arises while installing an assembly which would be shared for many applications on the same machine. The process of building an assembly with a strong name is described along with its sample source code.