<?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>Shakti Tanwar &#187; .Net Interview</title>
	<atom:link href="http://shaktitanwar.com/category/net-interview/feed/" rel="self" type="application/rss+xml" />
	<link>http://shaktitanwar.com</link>
	<description>Shakti Tanwar - “Dot Net Training”</description>
	<lastBuildDate>Tue, 26 Aug 2025 09:23:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.4</generator>
	<item>
		<title>Passing reference types by ref and by value?</title>
		<link>http://shaktitanwar.com/passing-reference-types-by-ref-and-by-value/</link>
		<comments>http://shaktitanwar.com/passing-reference-types-by-ref-and-by-value/#comments</comments>
		<pubDate>Wed, 20 May 2015 15:14:42 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[.Net Interview]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=477</guid>
		<description><![CDATA[Reference types are always passed by reference so what’s the difference between passing a reference type by value or by ref keyword. Let’s try to understand by some code samples: Let’s say we have a class MyClass defined below, Class in .Net is a reference type as you should know. [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/passing-reference-types-by-ref-and-by-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>value type vs reference type .net</title>
		<link>http://shaktitanwar.com/value-type-vs-reference-type-net/</link>
		<comments>http://shaktitanwar.com/value-type-vs-reference-type-net/#comments</comments>
		<pubDate>Wed, 20 May 2015 14:47:26 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[.Net Interview]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=475</guid>
		<description><![CDATA[Value type vs Reference type .net .Net types are broadly classified into 2 categories based on storage: Value types Reference Type Values types are allocated on Stack whereas reference types are allocated on Heap. Example of value types are all primitive types (apart from string) and a User defined type [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/value-type-vs-reference-type-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patterns</title>
		<link>http://shaktitanwar.com/patterns/</link>
		<comments>http://shaktitanwar.com/patterns/#comments</comments>
		<pubDate>Wed, 20 May 2015 14:37:19 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[.Net Interview]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=473</guid>
		<description><![CDATA[Q.) What are patterns ? Ans.) Patterns are building blocks of software architecture. Q.) What are anti-patterns? Ans.) Wrong or half cooked solutions which have been accepted widely as solutions to a known problem are called anti-patterns. Q.) What are the categories in which patterns are classified into? Ans.) Patterns [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
