What is strong name and which tool is used for this ?
Answer Posted / kamlesh sharma
A common use of attributes is to provide a strong name for
an assembly. assemblies that have a strong name can be
placed in the global assembly cache. The global assembly
cache enables a single assembly to be shared among multiple
projects. The global assembly cache can be used to share
multiple copies of the same assembly,
tool for that
command
sn -k mykey.snk
and then add this key in assembly information like
[assembly: AssemblyKeyFile("mykey.snk")]
and paste in global assembly catch
like
gacutil /i filename.dll
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Mention what is the difference between “ActionResult” and “ViewResult” ?
What is viewbag title?
Explain what languages does the .net framework support?
Explain the advantages of dependency injection (di) in asp.net mvc?
mention what is the key advantage of using entity framework or ef?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is page life cycle?
Does .NET Framework support SAX?
What is MVVM design pattern?
Can I remove .net framework?
Is .net framework going away?
Explain what platforms does the .net framework run on?
What is the "helperpage.isajax" property?
What is needed for running an application built on winfx on the .net framework 3.0?
What is the importance of NonActionAttribute?