<?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; method</title>
	<atom:link href="http://tipsinterview.com/tag/method/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>CreateTextFile in VBScript</title>
		<link>http://tipsinterview.com/2011/02/03/createtextfile-in-vbscript/</link>
		<comments>http://tipsinterview.com/2011/02/03/createtextfile-in-vbscript/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 07:46:27 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ascii file]]></category>
		<category><![CDATA[boolean]]></category>
		<category><![CDATA[boolean value]]></category>
		<category><![CDATA[False]]></category>
		<category><![CDATA[folder object]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[string expression]]></category>
		<category><![CDATA[textstream object]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=500</guid>
		<description><![CDATA[Method: CreateTextFile Description: Creates a specified file name and returns a TextStream object that can be used to read from or write to the file Use: Set objFile = objFolde.CreateTextFile(filename[, overwrite[, Unicode]]) Arguments: objFolder Required. The name of a Folder Object previously instantiated. filename Required. A string expression that identifies the file to create overwrite [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/02/03/createtextfile-in-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview Questions on Networking</title>
		<link>http://tipsinterview.com/2010/08/30/interview-questions-on-networking/</link>
		<comments>http://tipsinterview.com/2010/08/30/interview-questions-on-networking/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 08:35:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[data frames]]></category>
		<category><![CDATA[ip model]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[passive hub]]></category>
		<category><![CDATA[PCI]]></category>
		<category><![CDATA[sma connectors]]></category>
		<category><![CDATA[st connectors]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[switching]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=393</guid>
		<description><![CDATA[What are the factors that affect the performance of NIC? The following factors affect the performance of NIC, Bus Speed :- It depends on ISA or PCI slot. PCI has higher speed. Memory :- More the memory, better the performance. Memory Access Method :- DMA is faster than I/O method. What is datagram in a [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/08/30/interview-questions-on-networking/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>ASP .NET Interview Questions, Part 2</title>
		<link>http://tipsinterview.com/2010/03/29/asp-net-interview-questions-part-2/</link>
		<comments>http://tipsinterview.com/2010/03/29/asp-net-interview-questions-part-2/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 08:50:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[datasource property]]></category>
		<category><![CDATA[framework overview]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[object contents]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[repeater control]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web service soap]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/29/asp-net-interview-questions-part-2/</guid>
		<description><![CDATA[19. Whats an assembly? Assemblies are the building blocks of the .NET framework. Overview of assemblies from MSDN 20. Describe the difference between inline and code behind. Inline code written along side the html in a page. Code-behind is code written in a separate file and referenced by the .aspx page. 21. Explain what a [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/29/asp-net-interview-questions-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Interview Questions, Part 1</title>
		<link>http://tipsinterview.com/2010/03/24/c-interview-questions-part-1/</link>
		<comments>http://tipsinterview.com/2010/03/24/c-interview-questions-part-1/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 08:46:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[default constructor]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[multiple inheritance]]></category>
		<category><![CDATA[private methods]]></category>
		<category><![CDATA[virtual method]]></category>
		<category><![CDATA[virtual methods]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/24/c-interview-questions-part-1/</guid>
		<description><![CDATA[1. What’s the implicit name of the parameter that gets passed into the class’ set method? Value, and its datatype depends on whatever variable we’re changing. 2. How do you inherit from a class in C#? Place a colon and then the name of the base class. Notice that it’s double colon in C++. 3. [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/24/c-interview-questions-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# interview questions on Constructors and destructors</title>
		<link>http://tipsinterview.com/2010/03/15/c-interview-questions-on-constructors-and-destructors/</link>
		<comments>http://tipsinterview.com/2010/03/15/c-interview-questions-on-constructors-and-destructors/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 00:37:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c constructor]]></category>
		<category><![CDATA[cannot]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[constructor in c]]></category>
		<category><![CDATA[copy constructor]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[member variables]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[wrapper classes]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/15/c-interview-questions-on-constructors-and-destructors/</guid>
		<description><![CDATA[What is a constructor in C#? Constructor is a class method that is executed when an object of a class is created. Constructor has the same name as the class, and usually used to initialize the data members of the new object. In C#, What will happen if you do not explicitly provide a constructor [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/15/c-interview-questions-on-constructors-and-destructors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft &#8211; C# Interview Questionsv</title>
		<link>http://tipsinterview.com/2010/03/08/microsoft-c-interview-questionsv/</link>
		<comments>http://tipsinterview.com/2010/03/08/microsoft-c-interview-questionsv/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 00:32:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[c support]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[data provider]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[multiple inheritance]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[provider name]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[what is an abstract class]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/08/microsoft-c-interview-questionsv/</guid>
		<description><![CDATA[1. How do you inherit from a class in C#? 2. What is .NET Framework? 3. How we handle sql exceptions? What is the class that handles SqlServer exceptions? 4. What is the advantage of serialization? 5. how to fill datalist usinf XML file and how to bind it,code behind language is c# 6. What [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/08/microsoft-c-interview-questionsv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# interview questions with answers</title>
		<link>http://tipsinterview.com/2010/02/25/c-interview-questions-with-answers/</link>
		<comments>http://tipsinterview.com/2010/02/25/c-interview-questions-with-answers/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 04:47:25 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[cap styles]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[delegate]]></category>
		<category><![CDATA[intervals]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[Nullable]]></category>
		<category><![CDATA[pen cap]]></category>
		<category><![CDATA[return values]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/25/c-interview-questions-with-answers/</guid>
		<description><![CDATA[How can you check a nullable variable is assigned? using hasvalue method what is the syntax of a nullable variable? Nullable myval=null; I would like to check a variable as assigned or not. How can we do that? Declare the variable as Nullable What are the different compiler generated methods when a .NET delegate is [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/25/c-interview-questions-with-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Most Basic C# Interview Questions with Answers</title>
		<link>http://tipsinterview.com/2010/02/08/15-most-basic-c-interview-questions-with-answers/</link>
		<comments>http://tipsinterview.com/2010/02/08/15-most-basic-c-interview-questions-with-answers/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 15:19:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[abstract methods]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[default constructor]]></category>
		<category><![CDATA[freedom of choice]]></category>
		<category><![CDATA[interface class]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[virtual method]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/08/15-most-basic-c-interview-questions-with-answers/</guid>
		<description><![CDATA[And if they have conflicting method names? It’s up to you to implement the method inside your own class, so implementation is left entirely up to you. This might cause a problem on a higher-level scale if similarly named methods from different interfaces expect different data, but as far as compiler cares you’re okay. How [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/08/15-most-basic-c-interview-questions-with-answers/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>

