<?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>Varun on the Web &#187; mircrosoft</title>
	<atom:link href="http://varunkrish.com/tag/mircrosoft/feed" rel="self" type="application/rss+xml" />
	<link>http://varunkrish.com</link>
	<description>Web Technologist Blog</description>
	<lastBuildDate>Mon, 01 Mar 2010 09:59:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IComparable Interface to sort objects</title>
		<link>http://varunkrish.com/icomparable-interface-to-sort-objects.html</link>
		<comments>http://varunkrish.com/icomparable-interface-to-sort-objects.html#comments</comments>
		<pubDate>Mon, 30 Oct 2006 04:37:26 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[mircrosoft]]></category>

		<guid isPermaLink="false">http://varunkrish.com/icomparable-interface-to-sort-objects.html</guid>
		<description><![CDATA[Was trying Interfaces in .Net . Had a necessity to sort a set of Objects based on a criteria.  The IComparable interface comes to the rescue. You can inherit the ICompable interface like this
public class ClassName: IComparable
private string m_Name;
public int Length = 0;
public string Name {
get {     return m_Name;  [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/icomparable-interface-to-sort-objects.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Says Symantec Software Is Spyware</title>
		<link>http://varunkrish.com/microsoft-says-symantec-software-is-spyware.html</link>
		<comments>http://varunkrish.com/microsoft-says-symantec-software-is-spyware.html#comments</comments>
		<pubDate>Mon, 13 Feb 2006 20:56:02 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mircrosoft]]></category>
		<category><![CDATA[ms]]></category>
		<category><![CDATA[norton]]></category>
		<category><![CDATA[symantec]]></category>

		<guid isPermaLink="false">http://varun.vk123.com/2006/02/13/microsoft-says-symantec-software-is-spyware/</guid>
		<description><![CDATA[The preview of Microsoft&#8217;s Windows AntiSpyware wrongly fingered two Symantec enterprise anti-virus products as password-stealing programs last week. If users followed Microsoft&#8217;s recommendation and removed the offending Registry key, the Symantec software turned into so much digital junk. Read more ]]></description>
		<wfw:commentRss>http://varunkrish.com/microsoft-says-symantec-software-is-spyware.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
