<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Interview Tips &#187; HTTP</title>
	<atom:link href="http://tipsinterview.com/tag/http/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ViewState is responsible for maintaining data across the Page Post Back</title>
		<link>http://tipsinterview.com/2011/04/13/viewstate-is-responsible-for-maintaining-data-across-the-page-post-back/</link>
		<comments>http://tipsinterview.com/2011/04/13/viewstate-is-responsible-for-maintaining-data-across-the-page-post-back/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 12:46:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[control values]]></category>
		<category><![CDATA[dropdownlist]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[platforms]]></category>
		<category><![CDATA[real world]]></category>
		<category><![CDATA[world contests]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=537</guid>
		<description><![CDATA[Does ViewState is responsible for maintaining data across the Page Post Back for Postback controls (like textbox, dropdownlist) and non-postbackcontrols(like label)? It is false. For NonPostback controls it is true but for postback controls, ASP.NET retrieves their values one by one from the HTTP request and copies them to the control values while creating the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/04/13/viewstate-is-responsible-for-maintaining-data-across-the-page-post-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Bugzillas features?</title>
		<link>http://tipsinterview.com/2011/03/31/what-is-bugzillas-features/</link>
		<comments>http://tipsinterview.com/2011/03/31/what-is-bugzillas-features/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 07:40:13 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[automated software]]></category>
		<category><![CDATA[configurability]]></category>
		<category><![CDATA[configuration management systems]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[natural bug]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[RDBMS]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[resolution protocol]]></category>
		<category><![CDATA[software configuration management]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=535</guid>
		<description><![CDATA[* integrated, product-based granular security schema * inter-bug dependencies and dependency graphing * advanced reporting capabilities · * a robust, stable RDBMS back-end * extensive configurability · * a very well-understood and well-thought-out natural bug resolution protocol * email, XML, console, and HTTP APIs · * available integration with automated software configuration management systems, including [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/03/31/what-is-bugzillas-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Background of ASP.NET Session State</title>
		<link>http://tipsinterview.com/2010/11/02/background-of-asp-net-session-state/</link>
		<comments>http://tipsinterview.com/2010/11/02/background-of-asp-net-session-state/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 09:13:15 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[profile properties]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[session state]]></category>
		<category><![CDATA[stateless protocol]]></category>
		<category><![CDATA[variable values]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=444</guid>
		<description><![CDATA[ASP.NET session state enables you to store and retrieve values for a user as the user navigates ASP.NET pages in a Web application. HTTP is a stateless protocol. This means that a Web server treats each HTTP request for a page as an independent request. The server retains no knowledge of variable values that were [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/11/02/background-of-asp-net-session-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Sessions Are Implemented in ASP.NET</title>
		<link>http://tipsinterview.com/2010/10/28/how-sessions-are-implemented-in-asp-net/</link>
		<comments>http://tipsinterview.com/2010/10/28/how-sessions-are-implemented-in-asp-net/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 09:12:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[aspx page]]></category>
		<category><![CDATA[cookie mechanism]]></category>
		<category><![CDATA[EnableSessionState]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[page directive]]></category>
		<category><![CDATA[server memory]]></category>
		<category><![CDATA[sql server database]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=439</guid>
		<description><![CDATA[Since the HTTP protocol used by web browsers to request files from web servers is stateless, ASP.NET needs to determine which requests were from the same user. The primary mechanism utilizes a non-persistent cookie that is issued by the web server that contains a session id value. The id provided by this cookie is the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/10/28/how-sessions-are-implemented-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET 2.0 Interview Questions</title>
		<link>http://tipsinterview.com/2010/05/30/asp-net-2-0-interview-questions/</link>
		<comments>http://tipsinterview.com/2010/05/30/asp-net-2-0-interview-questions/#comments</comments>
		<pubDate>Sun, 30 May 2010 06:45:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[front page server]]></category>
		<category><![CDATA[front page server extensions]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[http hypertext transfer protocol]]></category>
		<category><![CDATA[internet services provider]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Studio]]></category>
		<category><![CDATA[visual studio 2005]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=302</guid>
		<description><![CDATA[1. What is the name of the property of ASP.NET page that you can query to determine that a ASP.NET page is being requested not data being submitted to web server? A. FirstGet B. Initialized C. IncludesData D. IsPostBack IsPostBack 2. While creating a Web site with the help of Visual Studio 2005 on a [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/30/asp-net-2-0-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

