To keep the assembly in GAC, we need to follow the below steps
1. Create strong name for the project.
2. attach the strong name(snk file) to the project.
3. Build the project.
4. Execute the command in command prompt: gacutil.exe -i shared.dll
Coming to satellite assembly: it is as assembly containing localized resources, which will modify core application. It contains only the resource files containing the strings of a particular language.
correct me if i am wrong.
