<?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; State</title>
	<atom:link href="http://tipsinterview.com/tag/state/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Sun, 20 May 2012 05:16:12 +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>In-process Mode in asp.net</title>
		<link>http://tipsinterview.com/2010/10/31/in-process-mode-in-asp-net/</link>
		<comments>http://tipsinterview.com/2010/10/31/in-process-mode-in-asp-net/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 09:12:53 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp session]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[In-process]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[mode]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[session state]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[web settings]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=441</guid>
		<description><![CDATA[In-process mode simply means using ASP.NET session state in a similar manner to classic ASP session state. That is, session state is managed in process and if the process is re-cycled, state is lost. Given the new settings that ASP.NET provides, you might wonder why you would ever use this mode. The reasoning is quite [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/10/31/in-process-mode-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net session configuration</title>
		<link>http://tipsinterview.com/2010/10/25/asp-net-session-configuration/</link>
		<comments>http://tipsinterview.com/2010/10/25/asp-net-session-configuration/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 09:11:23 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[connection string]]></category>
		<category><![CDATA[mode]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[session state]]></category>
		<category><![CDATA[session timeout]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[state management]]></category>
		<category><![CDATA[Timeout]]></category>
		<category><![CDATA[timeout period]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=437</guid>
		<description><![CDATA[Below is a sample config.web file used to configure the session state settings for an ASP.NET application: The settings above are used to configure ASP.NET session state. Let's look at each in more detail and cover the various uses afterward. * Mode. The mode setting supports three options: inproc, sqlserver, and stateserver. As stated earlier, [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/10/25/asp-net-session-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Quick Overview of the ObjectContext in .NET</title>
		<link>http://tipsinterview.com/2010/10/08/a-quick-overview-of-the-objectcontext-in-net/</link>
		<comments>http://tipsinterview.com/2010/10/08/a-quick-overview-of-the-objectcontext-in-net/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 06:17:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[core class]]></category>
		<category><![CDATA[database connection]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[ObjectContext]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[query objects]]></category>
		<category><![CDATA[running into trouble]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[weird issues]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=425</guid>
		<description><![CDATA[When working with the Entity Framework, the core class that you must use is the ObjectContext. This is the object that does all interaction with the database. It manages your database connection and handles all reads and writes as well as takes care of change tracking. It is probably the singular most important object when [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/10/08/a-quick-overview-of-the-objectcontext-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Cookies Overview</title>
		<link>http://tipsinterview.com/2010/06/16/asp-net-cookies-overview/</link>
		<comments>http://tipsinterview.com/2010/06/16/asp-net-cookies-overview/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 00:07:49 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[browser stores]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[page request]]></category>
		<category><![CDATA[shopping carts]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[state management]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=323</guid>
		<description><![CDATA[A cookie is a small bit of text that accompanies requests and pages as they go between the Web server and browser. The cookie contains information the Web application can read whenever the user visits the site. For example, if a user requests a page from your site and your application sends not just a [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/06/16/asp-net-cookies-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a good C# ASP.NET MVC question to ask a prospective employee?</title>
		<link>http://tipsinterview.com/2010/06/11/what-is-a-good-c-asp-net-mvc-question-to-ask-a-prospective-employee/</link>
		<comments>http://tipsinterview.com/2010/06/11/what-is-a-good-c-asp-net-mvc-question-to-ask-a-prospective-employee/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 03:35:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[binary trees]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[prospective employee]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[Struts]]></category>
		<category><![CDATA[technical question]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=316</guid>
		<description><![CDATA[First things first. Do they even know what MVC. Not just the TAL but can they describe it to you. Then what are the benefits. Also it doesn't hurt to ask them their opinion on it. It is good to know if they even like MVC frameworks. Next, ask them if they have used any [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/06/11/what-is-a-good-c-asp-net-mvc-question-to-ask-a-prospective-employee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Interview Questions: ViewState</title>
		<link>http://tipsinterview.com/2010/02/19/asp-net-interview-questions-viewstate/</link>
		<comments>http://tipsinterview.com/2010/02/19/asp-net-interview-questions-viewstate/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 01:23:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[data grid]]></category>
		<category><![CDATA[frame configurations]]></category>
		<category><![CDATA[hyper link]]></category>
		<category><![CDATA[output source]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[View]]></category>
		<category><![CDATA[web frame]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/19/asp-net-interview-questions-viewstate/</guid>
		<description><![CDATA[(1) Does the performance for view state vary according to User controls? Performance of view state varies depending on the type of server control to which it is applied. Label, Text Box, Check Box, Radio Button, and Hyper Link are server controls that perform well with View State. Drop Down List, List Box, Data Grid, [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/19/asp-net-interview-questions-viewstate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Interview Questions: Different States in ASP.NET</title>
		<link>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-different-states-in-asp-net/</link>
		<comments>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-different-states-in-asp-net/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 17:29:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[application state]]></category>
		<category><![CDATA[profile feature]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[session state]]></category>
		<category><![CDATA[side requests]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[stateless protocol]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/17/asp-net-interview-questions-different-states-in-asp-net/</guid>
		<description><![CDATA[You can see that a browser on the client side requests a page from the web server. After processing the request and returning the page, the server drops the connection. Then. if the browser makes another request the server has no way to associate the browser with the previous request. So HTTP is called as [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-different-states-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net interview questions: state management</title>
		<link>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-state-management/</link>
		<comments>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-state-management/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:25:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[external data source]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[session state]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[state management]]></category>
		<category><![CDATA[state server]]></category>
		<category><![CDATA[users input]]></category>
		<category><![CDATA[ViewState]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/17/asp-net-interview-questions-state-management/</guid>
		<description><![CDATA[What is the lifespan for items stored in ViewState? Item stored in ViewState exist for the life of the current page.&#160; This includes postbacks (to the same page). What is ViewState? ViewState allows the state of objects (serializable) to be stored in a hidden field on the page.&#160; ViewState is transported to the client and [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-state-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are benefits and Limitation of using View state for state management in asp.net?</title>
		<link>http://tipsinterview.com/2010/02/03/what-are-benefits-and-limitation-of-using-view-state-for-state-management-in-asp-net/</link>
		<comments>http://tipsinterview.com/2010/02/03/what-are-benefits-and-limitation-of-using-view-state-for-state-management-in-asp-net/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 09:55:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[frame configurations]]></category>
		<category><![CDATA[output source]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security risk]]></category>
		<category><![CDATA[server resources]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[View]]></category>
		<category><![CDATA[web frame]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/03/what-are-benefits-and-limitation-of-using-view-state-for-state-management-in-asp-net/</guid>
		<description><![CDATA[Following are the benefits of using View state:- . No server resources are required because state is in a structure in the page code. . Simplicity. . States are retained automatically. . The values in view state are hashed, compressed, and encoded, thus representing a higher state of security than hidden fields. . View state [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/03/what-are-benefits-and-limitation-of-using-view-state-for-state-management-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How will ASP.NET handle session management?</title>
		<link>http://tipsinterview.com/2010/02/01/how-will-asp-net-handle-session-management/</link>
		<comments>http://tipsinterview.com/2010/02/01/how-will-asp-net-handle-session-management/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 07:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[session state]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[state options]]></category>
		<category><![CDATA[state solutions]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[system throughput]]></category>
		<category><![CDATA[thread pool]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/01/how-will-asp-net-handle-session-management/</guid>
		<description><![CDATA[&#34;ASP.NET does not rely on SQL Server or LDAP for session management. Basically we provide two new additional features: 1.) Cookieless Session: This is where we &#34;munge&#34; the sessionid into URLs as opposed to client-side cookies to keep track of SessionIDs (enabling you to now use session state even with browsers that have cookie support [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/01/how-will-asp-net-handle-session-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

