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


Please Help Members By Posting Answers For Below Questions

What is viewdata?

583


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

592


Are there any parts of the .net framework 3.0 that only work on windows vista?

555


what is use of entity container?

600


What are ajax helpers in asp.net mvc?

585






Explain peek method in tempdata in asp.net mvc?

582


Is .net core replacing .net framework?

465


I want ask from plz smaple example code for Biztalkk server

1704


Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

2052


what is client wins and store wins mode in entity framework concurrency?

641


What is entity sql? : Entity framework

557


what is use of entitydatasource control?

594


What is objectcontext? : Entity framework

585


Explain the difference between Viewbag and Viewdata in ASP.NET MVC?

567


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

1796