<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Gokul Raghuraman's Weblog</title>
	<atom:link href="http://krishis.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://krishis.wordpress.com</link>
	<description>Technology - Design - Programming</description>
	<lastBuildDate>Mon, 02 May 2011 15:40:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='krishis.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Gokul Raghuraman's Weblog</title>
		<link>http://krishis.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://krishis.wordpress.com/osd.xml" title="Gokul Raghuraman&#039;s Weblog" />
	<atom:link rel='hub' href='http://krishis.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Principles of Object Oriented Programming</title>
		<link>http://krishis.wordpress.com/2011/04/22/principles-of-object-oriented-programming/</link>
		<comments>http://krishis.wordpress.com/2011/04/22/principles-of-object-oriented-programming/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:00:50 +0000</pubDate>
		<dc:creator>krishis</dc:creator>
				<category><![CDATA[Programming Concepts]]></category>

		<guid isPermaLink="false">http://krishis.wordpress.com/?p=54</guid>
		<description><![CDATA[For a long time, we have seen numerous discussions and arguments around the subject of object oriented programming. In this post, I aim to provide some clarity on some of the fundamentals of object oriented programming. So let&#8217;s start with a class. What is a Class? A class can be described in the following ways: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krishis.wordpress.com&amp;blog=2618320&amp;post=54&amp;subd=krishis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://krishis.wordpress.com/2011/04/22/principles-of-object-oriented-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">krishis</media:title>
		</media:content>
	</item>
		<item>
		<title>Querying with LINQ</title>
		<link>http://krishis.wordpress.com/2009/02/23/querying-with-linq/</link>
		<comments>http://krishis.wordpress.com/2009/02/23/querying-with-linq/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:27:04 +0000</pubDate>
		<dc:creator>krishis</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://krishis.wordpress.com/?p=38</guid>
		<description><![CDATA[Introduction Language-Integrated Query (LINQ) is a technology introduced in .NET Framework 3.5 that lets you express queries directly in programming languages rather than as string literals in the application code. LINQ provides standard query and update mechanisms that can potentially support any type of data store, thereby unifying the syntax for querying any data source. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krishis.wordpress.com&amp;blog=2618320&amp;post=38&amp;subd=krishis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://krishis.wordpress.com/2009/02/23/querying-with-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">krishis</media:title>
		</media:content>

		<media:content url="http://krishis.files.wordpress.com/2009/02/linq-to-objects.gif" medium="image">
			<media:title type="html">linq-to-objects</media:title>
		</media:content>

		<media:content url="http://krishis.files.wordpress.com/2009/02/linq-to-dataset.gif" medium="image">
			<media:title type="html">linq-to-dataset</media:title>
		</media:content>
	</item>
		<item>
		<title>.NET Web Service Patterns</title>
		<link>http://krishis.wordpress.com/2008/09/28/webservice-patterns/</link>
		<comments>http://krishis.wordpress.com/2008/09/28/webservice-patterns/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 18:41:52 +0000</pubDate>
		<dc:creator>krishis</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://krishis.wordpress.com/?p=6</guid>
		<description><![CDATA[Introduction The only identifying characteristic among web service patterns is the fact that they typically help implement components that: Do not provide any graphical or console interface characteristics (aside from debugging, e.g., using trace output to a debugger) Deals with business rules Do not directly interact with persistent storage I will cover the following patterns: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krishis.wordpress.com&amp;blog=2618320&amp;post=6&amp;subd=krishis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://krishis.wordpress.com/2008/09/28/webservice-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">krishis</media:title>
		</media:content>

		<media:content url="http://krishis.files.wordpress.com/2008/02/servicefactoryimplementation.gif" medium="image">
			<media:title type="html">servicefactoryimplementation</media:title>
		</media:content>

		<media:content url="http://krishis.files.wordpress.com/2008/02/servicefactoryhelper.gif" medium="image">
			<media:title type="html">servicefactoryhelper</media:title>
		</media:content>

		<media:content url="http://krishis.files.wordpress.com/2008/02/servicefacadeimplementation.gif" medium="image">
			<media:title type="html">servicefacadeimplementation</media:title>
		</media:content>
	</item>
		<item>
		<title>Performance tuning web applications</title>
		<link>http://krishis.wordpress.com/2008/07/05/performance-tuning-web-applications/</link>
		<comments>http://krishis.wordpress.com/2008/07/05/performance-tuning-web-applications/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 02:32:59 +0000</pubDate>
		<dc:creator>krishis</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming Concepts]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://krishis.wordpress.com/?p=3</guid>
		<description><![CDATA[Introduction Application performance is a measure of how efficient your application runs in certain environments and under specific loads. Improving Performance from the Server Side There are several things you can verify on the server side for better performance: Make sure the web server is not doing reverse DNS lookups Increase the TCP retransmits timeout [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krishis.wordpress.com&amp;blog=2618320&amp;post=3&amp;subd=krishis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://krishis.wordpress.com/2008/07/05/performance-tuning-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">krishis</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting Scalability Done</title>
		<link>http://krishis.wordpress.com/2008/04/13/getting-scalability-done/</link>
		<comments>http://krishis.wordpress.com/2008/04/13/getting-scalability-done/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 01:10:14 +0000</pubDate>
		<dc:creator>krishis</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming Concepts]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://krishis.wordpress.com/2008/04/13/getting-scalability-done/</guid>
		<description><![CDATA[Introduction While building web applications might be pretty easy, building working web applications that scale is still a difficult task. Techniques and technologies which work at the small scale can fail as you start to grow. To avoid wasting a lot of time and effort down the road, thinking about scale up front can help [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krishis.wordpress.com&amp;blog=2618320&amp;post=1&amp;subd=krishis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://krishis.wordpress.com/2008/04/13/getting-scalability-done/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">krishis</media:title>
		</media:content>
	</item>
		<item>
		<title>HTTP 101</title>
		<link>http://krishis.wordpress.com/2008/01/25/http-101/</link>
		<comments>http://krishis.wordpress.com/2008/01/25/http-101/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 21:08:42 +0000</pubDate>
		<dc:creator>krishis</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming Concepts]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://krishis.wordpress.com/?p=4</guid>
		<description><![CDATA[Introduction I believe that a good grasp of the web&#8217;s basic architecture is a huge benefit for web developers. I have seen developers being totally clueless when it comes to debugging issues in web development, mostly because they do not really understand the underlying pipeline &#8211; HTTP. I have been developing applications for the web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=krishis.wordpress.com&amp;blog=2618320&amp;post=4&amp;subd=krishis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://krishis.wordpress.com/2008/01/25/http-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">krishis</media:title>
		</media:content>
	</item>
	</channel>
</rss>
