What is strong name and which tool is used for this?
Answer Posted / srikanth
Strong name is the unique identifier for the public
assemblies. This will be generated using sn.exe tool.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between page directive include and action tag include?
What is enableviewstate?
How many types of session state management options available in asp.net?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Can the unique key be null?
What are the types of authentication in asp.net?
Why do we need Sessions?
What is xaml? Are xaml file compiled or built on runtime?
How can we inherit a static variable?
What is tracing? Where is it used?
List of words of preprocessor in .net?
Explain the concept of MVC Scaffolding?
Define repository pattern in asp.net mvc? : asp.net mvc
Can you explain the basic use of dataview?
What is the file through which you can customize your asp.net application?