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 is a strong name key file?
A strong name key file has a .snk extension and contains a unique public-private key pair. You use the strong name key file to digitally sign your assembly. Note that this type of file is not secure, as the private key in a .snk file can be easily compromised.

For added protection, Visual Studio can encrypt a strong name key file, which produces a file with the .pfx (Personal Information eXchange) extension. The .pfx file is more secure because whenever someone attempts to use the encrypted key, she will be prompted for the password.

What are three test cases you should go through in unit testing?
What is CLR (Common Language Runtime)?
What is a Windows process?
What is Locale ?
What is the "Window Service"?
What are good ADO.NET object(s) to replace the ADO Recordset object?
How to convert a DataTable to a DataReader?
How Server forms post back works( perhaps ask about view state as well)?
What is the difference between ViewState and SessionState?
Explain the types of errors.