ASP.NET Exclusive Interview Questions and Answers (348) - Page 14

  • A joint initiative from DotNetFunda.Com and Questpond.
  • A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
  • You will find almost all Interview questions from Questpond here and this list is growing day by day with all latest and updated interview questions.

348 records found.

Get 650+ Questpond's Interview videos on discount

In Javascript arrays are always dynamic, True or False?

Its true, In javascript we can increase the size of array at runtime by one element at a time.
Following is the syntax to increase the size of array
ar[ar.length] = value;
Does java script supports Inheritance?

No, It is only object based and not object oriented.
The .NET Framework installs with predefined configuration sections in the ________file.

NOTE: This is objective type question, Please click question title for correct answer.
Which of the following are true to the JavaScript?

NOTE: This is objective type question, Please click question title for correct answer.
The __________________ namespace contains classes and interfaces known collectively as the Web Parts control set.

NOTE: This is objective type question, Please click question title for correct answer.
What are the best practices to follow to secure connection strings in an ASP.NET web application?

1. Always store connection strings in the site's Web.config file. Web.config is very secure. Users will not be able to access web.config from the browser. 2. Do not store connection strings as plain text. To help keep the connection to your database server secure, it is recommended that you encrypt connection string information in the configuration file.
3. Never store connection strings in an aspx page.
4. Never set connection strings as declarative properties of the SqlDataSource control or other data source controls.
How can you declare an array in JavaScript?

var arrNames = new Array(10);
Why is "Connecting to SQL Server using Integrated Security" considered a best practice?

Connecting to SQL Server using integrated security instead of using an explicit user name and password, helps avoid the possibility of the connection string being compromised and your user ID and password being exposed.
Which of the following is not considered a JavaScript operator?

NOTE: This is objective type question, Please click question title for correct answer.
The act of determining the identity of the requesting entity is known as _________________

NOTE: This is objective type question, Please click question title for correct answer.
How can we change the current page to another page using “javascript”?


More ASP.NET Interview Questions & Answers here

Found this useful, bookmark this page to the blog or social networking websites. Page copy protected against web site content infringement by Copyscape

 Exclusive Interview Questions and Answers Categories