Private Assembly : Private assembly is access only the one application.
Public Assembly : Public assembly can access more than one application and that assembly resides in GAC. We have followed some exercise to create a public assembly . Which is described below.
1. Create a strong naming for that assembly.
2. GACUtil.ext use to install in the widows system. Dot net have followed some
algorithm to deploying a assembly in GAC.When ever that assembly will referred then again same algorithm comes in picture.
Loading