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
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
How to enable Attribute Routing?
Is the following route definition a valid route definition? {controller}{action}/{id}
what is entity framework advantage?
what do you mean by table-per-hierarchy?
Do I need microsoft .net framework?
What are the main components of .net framework?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Does Tempdata hold the data for other request in ASP.Net MVC?
What is object service? : Entity framework
What is entityset? : Entity framework
mention what are the various methods provided by the dataset object to generate xml?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is Peek method in Tempdata in ASP.Net MVC?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?