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
Give an example for authorization filters in an asp.net mvc application?
What is web api‘s in asp.net mvc 4 ?
Explain the request flow in asp.net mvc framework?
What are sections?
Explain the role of assembly in the .net framework.
Explain Keep method in Tempdata in ASP.Net MVC?
What is html.renderpartial?
Explain something about model, view and controllers in asp.net mvc?
What are the sub types of ActionResult?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
what do you mean by table-per-hierarchy?
How we can invoke child actions in ASP.Net MVC?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is difference between viewbag and viewdata and tempdata?
What is entity graph? : Entity framework