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

Explain Model, view and Controllers in Asp.Net MVC?

562


Explain Sections is ASP.Net MVC?

589


What is the use of web api ? Why web api needed, if you have already restful services using wcf ?

546


Is .net framework going away?

561


What is the difference between adding routes, to a webforms application and to an mvc application?

546






Can we add constraints to the route? If yes, explain how we can do it?

730


What does a viewmodel do?

523


Explain ASP.NET MVC Identity and Security?

571


What is route config?

558


What is needed for running an application built on winfx on the .net framework 3.0?

517


I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.

2171


What is the .net framework and how does it work?

559


Is http stateful or stateless?

551


What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?

594


explain what does .edmx file contains?

633