What is strong name and which tool is used for this?
Answer Posted / vasunthara
It is used to create a globally unique name for an assembly.
It is similar to GUID.Strong name users publi key
cryptography(pkc) to ensure tha noone can sppof it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the asp.net session state modes.
How to disable disable browser's Back button in asp.net (JavaScript)?
How do u optimize a query in asp.net?
What are the advantages of using Master Pages?
What is the maximum timeout we can set for Cookies?
Where code pages are used?
How can you apply a theme to your asp.net application?
What are the advantages of using session?
What is the purpose of App_Code folder in ASP.NET? Why we this?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Define static function?
What is a windows service?
Is razor a programming language?
Can you use c# without .net?
How do you identify that the page is postback?