what is strong name?
Answer Posted / maloy.adhikari
A name that consists of an assembly's identity—its simple
text name, version number, and culture information (if
provided)—strengthened by a public key and a digital
signature generated over the assembly..
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What New Features comes with ASP.NET Web API 2.0?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Why session is used in asp.net?
What is a page life cycle? What are the events in a page life cycle?
What are validator? Name the validation controls in asp.net? How do you disable them?
What is caching? Explain.
Explain what are delegates?
Explain the difference between authentication and authorization.
What is asp.net localization?
What is session state server?
How to send a DataReader as a parameter to a remote client ?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
How do you declare static variable? What is its lifetime?
Tell me the code snippet to show how we can return 404 errors from HttpError?
How tooltip is set through code-behind in ASP.NET?