What is strong name and which tool is used for this ?
Answer Posted / nikey patel
Strong Name is to be assigned to shared assembly. when more
then one application is going to use that dll/assembly,
that assembly has to assign a strong name and has to be
place in GAC(Global Assembly Cache).
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can we change web.config settings from iis?
What is the difference between viewbag and viewdata in mvc?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is a razor file?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
Why should we go for entity framework?
mention what is csdl, ssdl and msl sections in an edmx file?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is edm designer? : Entity framework
Mention two instances where routing is not implemented or required?
Explain what platforms does the .net framework run on?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What is the difference between model and entity?
What is net framework 3.0 ?
What is Layout in ASP.Net MVC?