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
How route table has been created in asp.net mvc?
How we can add the CSS in ASP.Net MVC?
What are the components required to create a route in mvc?
Explain the use of Inversion of control (IOC)?
What is difference between html.beginform and ajax.beginform?
what is split entity?
What is entitycontainer? : Entity framework
What is partialview in asp.net mvc?
Is entity framework slow?
What is entity sql? : Entity framework
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Can any particular component of .net framework 3.0 be removed?
What is session state management?
How we can multiple submit buttons in ASP.Net MVC
How large is the .net framework 3.0?