.Net Interview Questions and Answers

Search:

ASP.NET interview questions: - Can you explain benefits and limitations of using Query Strings?

By : Shiv Prasad Koirala | Apr 14th, 2012 | Views : 1352 | Comments : 0 Bookmark and Share

A simple but most frequently asked ASP.NET interview question.

 

A query string is information sent to the server appended to the end of a page URL.

 

Following are the benefits of using query string for state management:-

 

  • No server resources are required. The query string containing in the HTTP requests for a specific URL.

 

  • All browsers support query strings.

 

Following are limitations of query string:-

 

  • Query string data is directly visible to user thus leading to security problems.

 

  • Most browsers and client devices impose a 255-character limit on URL length.

 

See the following video on ASP.NET for importance of session and viewstate: -

 

 

Explore for more ASP.NET interview questions tutorials.

 

Regards,

 

From Author’s blog see other blog links ASP.NET interview questions

 
Rate this Article :
1 Star
2 Stars
3 Stars
4 Stars
5 Stars
1 1 1 2 1
 
 
 
 

WCF Interview questions and answers: -What is the difference between WCF fault exceptions and normal .NET exceptions?

In this article we will show difference between WCF fault exceptions and normal .NET exceptions. For more articles and videos visit us on http://www.questpond.com/... Read More

.NET interview questions: - Can you elaborate project life cycle?

In this article we will explain about project life cycle. For more articles and videos visit us on http://www.questpond.com/... Read More

WCF Interview questions:- Which binding do we need to use for WCF REST?

In this article we will show Binding used for WCF REST. For more articles and videos visit us on www.questpond.com... Read More

SQL server interview question: -What are Sub-Queries, co-related queries and difference between them?

In this article we will explain about Sub-Queries and co-related queries. For more articles and videos visit us on http://www.questpond.com/... Read More

Five most important SharePoint 2010 interview questions

This article will give answers to 5 most asked questions in the interview.... Read More

WCF Interview questions and answers: -What is the difference between WCF fault exceptions and normal .NET exceptions?

In this article we will show difference between WCF fault exceptions and normal .NET exceptions. For more articles and videos visit us on http://www.questpond.com/... Read More

.NET interview questions: - Can you elaborate project life cycle?

In this article we will explain about project life cycle. For more articles and videos visit us on http://www.questpond.com/... Read More

WCF Interview questions:- Which binding do we need to use for WCF REST?

In this article we will show Binding used for WCF REST. For more articles and videos visit us on www.questpond.com... Read More

SQL server interview question: -What are Sub-Queries, co-related queries and difference between them?

In this article we will explain about Sub-Queries and co-related queries. For more articles and videos visit us on http://www.questpond.com/... Read More

Five most important SharePoint 2010 interview questions

This article will give answers to 5 most asked questions in the interview.... Read More

Article Categories