What is strong name and which tool is used for this?
Answer Posted / sivaprasad
strong is comprises of four things
1)Assembly name
2)version
3)Identifier
4)public
which is used to uniquely identifie Assembly in GAC
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is voluum?
Why do we need a web application session?
Explain server-side scripting and client-side scripting.
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What parameters can you pass in the url of the api? Can get and post use the same url?
What is a web api?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Can any body provide me the sample web application in asp.net
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is meant by ispostback in asp net?
What are the two Layouts supported by a Web form in ASP.NET?
What is difference between view and partial view?
Write some code using interfaces, virtual methods, and an abstract class`
What is difference between URL and URI?
Is post back in asp.net?