<?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; keyword</title>
	<atom:link href="http://tipsinterview.com/tag/keyword/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>Why Real Article Marketing Works Better That Article Writing Machines</title>
		<link>http://tipsinterview.com/2011/11/15/why-real-article-marketing-works-better-that-article-writing-machines/</link>
		<comments>http://tipsinterview.com/2011/11/15/why-real-article-marketing-works-better-that-article-writing-machines/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 12:36:52 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[article marketing]]></category>
		<category><![CDATA[directory submission services]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[offering]]></category>
		<category><![CDATA[readable articles]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[writing machine]]></category>
		<category><![CDATA[writing machines]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2011/11/15/why-real-article-marketing-works-better-that-article-writing-machines/</guid>
		<description><![CDATA[Real article marketing works better than article writing machines. Why should I say that, and what is an article writing machine? Last question first: an article spinner or any other means of artificially generating articles is an article writing machine and is false and is cheating you. First question next: Real article marketing involves offering [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/11/15/why-real-article-marketing-works-better-that-article-writing-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exceptions Overview in .NET</title>
		<link>http://tipsinterview.com/2010/12/05/exceptions-overview-in-net/</link>
		<comments>http://tipsinterview.com/2010/12/05/exceptions-overview-in-net/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 05:40:59 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[exception handler]]></category>
		<category><![CDATA[exception objects]]></category>
		<category><![CDATA[flow of control]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[system exception]]></category>
		<category><![CDATA[text description]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=467</guid>
		<description><![CDATA[Exceptions are types that all ultimately derive from System.Exception. Exception objects contain detailed information about the error, such as the state of the call stack and a text description of the error Code in a finally block is executed even if an exception is thrown. Use a finally block to release resources, for example to [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/12/05/exceptions-overview-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic in C#4.0</title>
		<link>http://tipsinterview.com/2010/09/19/dynamic-in-c4-0/</link>
		<comments>http://tipsinterview.com/2010/09/19/dynamic-in-c4-0/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 07:29:56 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[addition]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[class wrappers]]></category>
		<category><![CDATA[contact name]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[different languages]]></category>
		<category><![CDATA[dynamic objects]]></category>
		<category><![CDATA[ExpandoObject]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[keyword]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=410</guid>
		<description><![CDATA[The dynamic keyword is a key feature of this release. It closes the gap between dynamic and statically-typed languages. Now you can create dynamic objects and let their types be determined at run time. With the addition of the System.Dynamic namespace, you can create expandable objects and advanced class wrappers, and you can provide interoperability [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/09/19/dynamic-in-c4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is partial classess in .net?</title>
		<link>http://tipsinterview.com/2010/09/11/what-is-partial-classess-in-net/</link>
		<comments>http://tipsinterview.com/2010/09/11/what-is-partial-classess-in-net/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 00:49:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[business logic]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[MyPartialClassOne]]></category>
		<category><![CDATA[need]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/09/11/what-is-partial-classess-in-net/</guid>
		<description><![CDATA[When there is a need to keep the business logic separate from the User Interface or when there is some class which is big enough to have multiple number of developers implement the methods in it, the class can be separated and written in different files as partial class. The keyword partial must appear in [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/09/11/what-is-partial-classess-in-net/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 and answers</title>
		<link>http://tipsinterview.com/2010/03/03/c-interview-questions-and-answers-2/</link>
		<comments>http://tipsinterview.com/2010/03/03/c-interview-questions-and-answers-2/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 04:50:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[dynamic type]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[objective type]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[question title]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[type variables]]></category>
		<category><![CDATA[yield]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/03/c-interview-questions-and-answers-2/</guid>
		<description><![CDATA[I need to restrict a class by creating only one object throughout the application. How can I achieve this? We can declare the constructor of the class as either protected or as private int? d = 1; Type testType = d.GetType(); will result… NOTE: This is objective type question, Please click question title for correct [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/03/c-interview-questions-and-answers-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# interview questions with answers</title>
		<link>http://tipsinterview.com/2010/02/28/c-interview-questions-with-answers-2/</link>
		<comments>http://tipsinterview.com/2010/02/28/c-interview-questions-with-answers-2/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 04:49:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c array]]></category>
		<category><![CDATA[c delegate]]></category>
		<category><![CDATA[c delegates]]></category>
		<category><![CDATA[c preprocessor directives]]></category>
		<category><![CDATA[conditional compilation]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/28/c-interview-questions-with-answers-2/</guid>
		<description><![CDATA[What are the different method parameter modifiers in C#? out ref params What are the different Iteration Constructs in C#? for loop foreach/in loop while loop do/while loop What is the use of ?? operator in C#? This operator allows you to assign a value to a nullable type if the retrieved value is in [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/28/c-interview-questions-with-answers-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.Net Interview: Method and Property Questions</title>
		<link>http://tipsinterview.com/2010/01/06/net-interview-method-and-property-questions/</link>
		<comments>http://tipsinterview.com/2010/01/06/net-interview-method-and-property-questions/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 04:09:54 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[parameter data]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[value parameter]]></category>
		<category><![CDATA[virtual method]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/01/06/net-interview-method-and-property-questions/</guid>
		<description><![CDATA[What does the keyword “virtual” declare for a method or property? The method or property can be overridden. What’s the implicit name of the parameter that gets passed into the set method/property of a class? Value. The data type of the value parameter is defined by whatever data type the property is declared as. How [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/01/06/net-interview-method-and-property-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

