<?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; Server</title>
	<atom:link href="http://tipsinterview.com/tag/server/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>What is the difference between Server.Transfer and Server.Execute?</title>
		<link>http://tipsinterview.com/2010/05/21/what-is-the-difference-between-server-transfer-and-server-execute/</link>
		<comments>http://tipsinterview.com/2010/05/21/what-is-the-difference-between-server-transfer-and-server-execute/#comments</comments>
		<pubDate>Fri, 21 May 2010 00:29:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[classic asp]]></category>
		<category><![CDATA[code execution]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[page execution]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server transfer]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=289</guid>
		<description><![CDATA[Both Server.Transfer and Server.Execute were introduced in Classic ASP 3.0 (and still work in ASP.NET). When Server.Execute is used, a URL is passed to it as a parameter, and the control moves to this new page. Execution of code happens on the new page. Once code execution gets over, the control returns to the initial [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/21/what-is-the-difference-between-server-transfer-and-server-execute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net interview questions on cookie</title>
		<link>http://tipsinterview.com/2010/04/12/asp-net-interview-questions-on-cookie/</link>
		<comments>http://tipsinterview.com/2010/04/12/asp-net-interview-questions-on-cookie/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 02:12:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[browser stores]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[cookie object]]></category>
		<category><![CDATA[cookie value]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[s system]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server memory]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/04/12/asp-net-interview-questions-on-cookie/</guid>
		<description><![CDATA[The cookie object is the essence of any interview, be it ASP NET interview or Java interview or PHP interview. Cookie - A cookie is a piece of data that is stored on a user's browser. Thus, a cookie does not use any server memory. It is actually a small text file which is created [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/04/12/asp-net-interview-questions-on-cookie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Optimization Tips</title>
		<link>http://tipsinterview.com/2010/03/29/sql-optimization-tips/</link>
		<comments>http://tipsinterview.com/2010/03/29/sql-optimization-tips/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 08:41:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[COUNT]]></category>
		<category><![CDATA[full table scan]]></category>
		<category><![CDATA[performance degradation]]></category>
		<category><![CDATA[row operations]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server cursors]]></category>
		<category><![CDATA[sql server 2000]]></category>
		<category><![CDATA[statement]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[UNION]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/29/sql-optimization-tips/</guid>
		<description><![CDATA[• Use views and stored procedures instead of heavy-duty queries. This can reduce network traffic, because your client will send to server only stored procedure or view name (perhaps with some parameters) instead of large heavy-duty queries text. This can be used to facilitate permission management also, because you can restrict user access to table [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/29/sql-optimization-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP .NET Interview Questions, Part 1</title>
		<link>http://tipsinterview.com/2010/03/28/asp-net-interview-questions-part-1/</link>
		<comments>http://tipsinterview.com/2010/03/28/asp-net-interview-questions-part-1/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 08:49:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[code server]]></category>
		<category><![CDATA[dataset]]></category>
		<category><![CDATA[framework class hierarchy]]></category>
		<category><![CDATA[locale system]]></category>
		<category><![CDATA[mycode]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server side code]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/28/asp-net-interview-questions-part-1/</guid>
		<description><![CDATA[1. Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process. inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET request is received (usually a file with .aspx extension),the ISAPI filter aspnet_isapi.dll takes care of it by passing the request tothe actual worker process aspnet_wp.exe. 2. What’s the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/28/asp-net-interview-questions-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Interview Questions, Part 3</title>
		<link>http://tipsinterview.com/2010/03/26/c-interview-questions-part-3/</link>
		<comments>http://tipsinterview.com/2010/03/26/c-interview-questions-part-3/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 08:48:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[doc switch]]></category>
		<category><![CDATA[documentation comments]]></category>
		<category><![CDATA[La.]]></category>
		<category><![CDATA[line debugger]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[program proceeds]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[xml documentation]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/26/c-interview-questions-part-3/</guid>
		<description><![CDATA[41. What’s the difference between // comments, /* */ comments and /// comments? Single-line, multi-line and XML documentation comments. 42. How do you generate documentation from the C# file commented properly with a command-line compiler? Compile it with a /doc switch. 43. What’s the difference between and XML documentation tag? Single line code example and [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/26/c-interview-questions-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net questions and answers</title>
		<link>http://tipsinterview.com/2010/03/09/asp-net-questions-and-answers-2/</link>
		<comments>http://tipsinterview.com/2010/03/09/asp-net-questions-and-answers-2/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 00:45:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application variables]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[objective type]]></category>
		<category><![CDATA[postback]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[question title]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[type question]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/09/asp-net-questions-and-answers-2/</guid>
		<description><![CDATA[Whether azure supports all OS? No it supports Windows 7, Vista, Windows 2008 server. What is the difference between document.getElementById('&#60;%= btnMakeUpdate.ClientID %&#62;').name AND document.getElementById('&#60;%= btnMakeUpdate.UniqueID %&#62;')? There is no difference. Both will use control's id seperated using $ sign. MaintainScrollPositionOnPostback will work in Ajax Postback. NOTE: This is objective type question, Please click question title [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/09/asp-net-questions-and-answers-2/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 is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?</title>
		<link>http://tipsinterview.com/2010/02/02/what-is-the-difference-between-server-transfer-and-response-redirect-why-would-i-choose-one-over-the-other/</link>
		<comments>http://tipsinterview.com/2010/02/02/what-is-the-difference-between-server-transfer-and-response-redirect-why-would-i-choose-one-over-the-other/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 05:02:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[loation]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[response]]></category>
		<category><![CDATA[scalability problems]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server transfer]]></category>
		<category><![CDATA[transactional integrity]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/02/what-is-the-difference-between-server-transfer-and-response-redirect-why-would-i-choose-one-over-the-other/</guid>
		<description><![CDATA[Some of we developers may confused about these 2 method, Server.Transfer() : client is shown as it is on the requesting page only, but the all the content is of the requested page. Data can be persist accros the pages using Context.Item collection, which is one of the best way to transfer data from one [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/02/what-is-the-difference-between-server-transfer-and-response-redirect-why-would-i-choose-one-over-the-other/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

