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
What is code first? : Entity framework
What is ViewData and TempData in ASP.Net MVC?
How we can call a javascript function on the change of a dropdown list in mvc?
how do you mark a property as required? For example, for a project, the name is a required field.
How does .net framework works?
mention what is code first approach and model first approach in entity framework?
What are the two ways to add constraints to a route?
What is meant by bootstrap in mvc5?
What is html.renderpartial?
Explain linq to entities? : Entity framework
Is it possible to cancel filter execution?
Which version of .net framework is installed?
What is the difference between model and entity?
What are action filters?
What are Action Filters in ASP.NET MVC and its use?