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 delay signing in ASP.Net?
Delay signing is signing an assembly with its strong name public key, which is freely distributable, instead of using the private key as usual. This allows developers to use and test a strong-named assembly without access to the private key. Then at a later stage (typically just before shipping the assembly), a manager or trusted keyholder must sign the assembly with the corresponding private key.
What connections does Microsoft SQL Server support?
Why Can not I run my .Net Application without .Net Framework?
What does an assembly contain?
What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.Net?
What is the role of Global.asax?
What are remotable objects in ASP.Net Remoting?
What happens when you change the web.config file at run time?
Which are two main keywords used for authorization in web.config file?
Can I run my .Net Application without .Net Framework?
How is ASP.Net configuration data formatted?