Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What does it mean to sign an assembly?
.NET uses digital signatures to verify the integrity of an assembly. The signatures are generated and verified using public key cryptography, specifically the RSA public key algorithm and SHA-1 hash algorithm. The developer uses a pair of cryptographic keys: a public key, which everyone can see, and a private key, which the developer must keep secret.

To create a strong-named assembly, the developer signs the assembly with his private key when building the assembly. When the system later loads the assembly, it verifies the assembly with the corresponding public key.

What is Singleton activation mode?
How to copy rows from one DataTable to another?
What does it mean to sign an assembly?
What are the Attributes?
What is the difference between CTS and CLS in ASP.Net?
How can we check if all the validation control are valid and proper?
What is garbage collection?
What are the differences between Web.Config and Machine.Config file?
What is CLR (Common Language Runtime)?
What is DataReader Object in ADO.Net?