In the .NET world it is the Assembly that provides such ‘bundled’ code reuse. Assemblies contain the code that is executed by the Common Language Runtime (CLR). Every .NET application consists of one or more assemblies...
You must have heard the word assembly many times in .NET documentation. In this article I will share some thing about .NET assemblies...