<?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; feature</title>
	<atom:link href="http://tipsinterview.com/tag/feature/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 Reflection in dotNet</title>
		<link>http://tipsinterview.com/2010/03/05/what-is-reflection-in-dotnet/</link>
		<comments>http://tipsinterview.com/2010/03/05/what-is-reflection-in-dotnet/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 00:47:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[object program]]></category>
		<category><![CDATA[Reflection]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/05/what-is-reflection-in-dotnet/</guid>
		<description><![CDATA[Reflection is the feature in .Net, which enables us to get some information about object in runtime. That information contains data of the class. Also it can get the names of the methods that are inside the class and constructors of that object. program should use the reflection derived from namespace System.Reflection . using reflection [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/05/what-is-reflection-in-dotnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

