<?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; page</title>
	<atom:link href="http://tipsinterview.com/tag/page/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: How to redirect a page to another page?</title>
		<link>http://tipsinterview.com/2010/04/11/asp-net-interview-how-to-redirect-a-page-to-another-page/</link>
		<comments>http://tipsinterview.com/2010/04/11/asp-net-interview-how-to-redirect-a-page-to-another-page/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 02:14:15 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[object syntax]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[response]]></category>
		<category><![CDATA[response object]]></category>
		<category><![CDATA[server transfer]]></category>
		<category><![CDATA[transfer server]]></category>
		<category><![CDATA[web page visitor]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/04/11/asp-net-interview-how-to-redirect-a-page-to-another-page/</guid>
		<description><![CDATA[A common question asked in interviews. The Response object has a famous Redirect method that is used most widely to transfer a web page visitor from one page to another page. Syntax of Response.Redirect ... Response.Redirect(&#34;DestinationPage.aspx&#34;) There is another famous method called Transfer method of the Server object. Syntax of Server.Transfer ... Server.Transfer(&#34;DestinationPage.aspx&#34;)]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/04/11/asp-net-interview-how-to-redirect-a-page-to-another-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Interview: What is fillfactor? What is the use of it ? What happens when we ignore it? When you should use low fill factor?</title>
		<link>http://tipsinterview.com/2010/04/01/database-interview-what-is-fillfactor-what-is-the-use-of-it-what-happens-when-we-ignore-it-when-you-should-use-low-fill-factor/</link>
		<comments>http://tipsinterview.com/2010/04/01/database-interview-what-is-fillfactor-what-is-the-use-of-it-what-happens-when-we-ignore-it-when-you-should-use-low-fill-factor/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 08:45:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Index]]></category>
		<category><![CDATA[index pages]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[microsoft sql server 2000]]></category>
		<category><![CDATA[nonclustered index]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[row]]></category>
		<category><![CDATA[sql server 2000]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/04/01/database-interview-what-is-fillfactor-what-is-the-use-of-it-what-happens-when-we-ignore-it-when-you-should-use-low-fill-factor/</guid>
		<description><![CDATA[When you create a clustered index, the data in the table is stored in the data pages of the database according to the order of the values in the indexed columns. When new rows of data are inserted into the table or the values in the indexed columns are changed, Microsoft® SQL Server™ 2000 may [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/04/01/database-interview-what-is-fillfactor-what-is-the-use-of-it-what-happens-when-we-ignore-it-when-you-should-use-low-fill-factor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Interview: Difference between Index defrag and Index rebuild?</title>
		<link>http://tipsinterview.com/2010/03/30/database-interview-difference-between-index-defrag-and-index-rebuild/</link>
		<comments>http://tipsinterview.com/2010/03/30/database-interview-difference-between-index-defrag-and-index-rebuild/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 08:44:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[disk performance]]></category>
		<category><![CDATA[Index]]></category>
		<category><![CDATA[index data]]></category>
		<category><![CDATA[index pages]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[secondary indexes]]></category>
		<category><![CDATA[sequential index]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/30/database-interview-difference-between-index-defrag-and-index-rebuild/</guid>
		<description><![CDATA[When you create an index in the database, the index information used by queries is stored in index pages. The sequential index pages are chained together by pointers from one page to the next. When changes are made to the data that affect the index, the information in the index can become scattered in the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/30/database-interview-difference-between-index-defrag-and-index-rebuild/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>What are different types of directives in .NET?</title>
		<link>http://tipsinterview.com/2010/03/20/what-are-different-types-of-directives-in-net-2/</link>
		<comments>http://tipsinterview.com/2010/03/20/what-are-different-types-of-directives-in-net-2/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 02:31:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[adrotator]]></category>
		<category><![CDATA[aspx files]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[assembly name]]></category>
		<category><![CDATA[concise notation]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[import namespace]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[quot]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/20/what-are-different-types-of-directives-in-net-2/</guid>
		<description><![CDATA[@Page: Defines page-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .aspx files &#60;%@ Page AspCompat=&#34;TRUE&#34; language=&#34;C#&#34; %&#62; @Control:Defines control-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .ascx files. &#60;%@ Control Language=&#34;VB&#34; EnableViewState=&#34;false&#34; %&#62; @Import: Explicitly imports a namespace into a page [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/20/what-are-different-types-of-directives-in-net-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net question: Whether inline, embedded and external style sheets are same?</title>
		<link>http://tipsinterview.com/2010/03/08/asp-net-question-whether-inline-embedded-and-external-style-sheets-are-same/</link>
		<comments>http://tipsinterview.com/2010/03/08/asp-net-question-whether-inline-embedded-and-external-style-sheets-are-same/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 00:43:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[External]]></category>
		<category><![CDATA[external style sheet]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[seperate]]></category>
		<category><![CDATA[Sheet]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[style property]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/08/asp-net-question-whether-inline-embedded-and-external-style-sheets-are-same/</guid>
		<description><![CDATA[No, they are different. External Style Sheet : An external style sheet is a seperate style sheet file used by many pages. Internal Style Sheet : An internal style sheet used specifically for a single page within the page Inline Styles : This can be achieved by the style property of each control.]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/08/asp-net-question-whether-inline-embedded-and-external-style-sheets-are-same/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net questions and answers</title>
		<link>http://tipsinterview.com/2010/03/06/asp-net-questions-and-answers/</link>
		<comments>http://tipsinterview.com/2010/03/06/asp-net-questions-and-answers/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 00:43:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[corporate firewall]]></category>
		<category><![CDATA[encryption decryption]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[postback]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[Validator]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web servers]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/06/asp-net-questions-and-answers/</guid>
		<description><![CDATA[What are the various ways of securing a web site that could prevent from hacking etc .. ? 1) Authentication/Authorization 2) Encryption/Decryption 3) Maintaining web servers outside the corporate firewall. etc., Name the validation control available in asp.net?. RequiredField, RangeValidator,RegularExpression,Custom validator,compare Validator What is a PostBack? The process in which a Web page sends data [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/06/asp-net-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are different types of directives in .NET?</title>
		<link>http://tipsinterview.com/2010/03/01/what-are-different-types-of-directives-in-net/</link>
		<comments>http://tipsinterview.com/2010/03/01/what-are-different-types-of-directives-in-net/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 00:40:39 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[adrotator]]></category>
		<category><![CDATA[aspx files]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[assembly name]]></category>
		<category><![CDATA[concise notation]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[import namespace]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[quot]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/01/what-are-different-types-of-directives-in-net/</guid>
		<description><![CDATA[@Page: Defines page-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .aspx files &#60;%@ Page AspCompat=&#34;TRUE&#34; language=&#34;C#&#34; %&#62; @Control:Defines control-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .ascx files. &#60;%@ Control Language=&#34;VB&#34; EnableViewState=&#34;false&#34; %&#62; @Import: Explicitly imports a namespace into a page [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/01/what-are-different-types-of-directives-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Page Life Cycle Overview</title>
		<link>http://tipsinterview.com/2010/02/22/asp-net-page-life-cycle-overview/</link>
		<comments>http://tipsinterview.com/2010/02/22/asp-net-page-life-cycle-overview/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:22:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[cached version]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[outputstream]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[page request]]></category>
		<category><![CDATA[postback]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[response]]></category>
		<category><![CDATA[response property]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/22/asp-net-page-life-cycle-overview/</guid>
		<description><![CDATA[Stage Description Page request The page request occurs before the page life cycle begins. When the page is requested by a user, ASP.NET determines whether the page needs to be parsed and compiled (therefore beginning the life of a page), or whether a cached version of the page can be sent in response without running [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/22/asp-net-page-life-cycle-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

