<?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>Caveman&#039;s Blog</title>
	<atom:link href="http://cavemansblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cavemansblog.wordpress.com</link>
	<description>My commitment to learning.</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:40:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cavemansblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Caveman&#039;s Blog</title>
		<link>http://cavemansblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cavemansblog.wordpress.com/osd.xml" title="Caveman&#039;s Blog" />
	<atom:link rel='hub' href='http://cavemansblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title></title>
		<link>http://cavemansblog.wordpress.com/2012/01/02/1254/</link>
		<comments>http://cavemansblog.wordpress.com/2012/01/02/1254/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 04:13:33 +0000</pubDate>
		<dc:creator>cavemansblog</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cavemansblog.wordpress.com/?p=1254</guid>
		<description><![CDATA[I have created this message using GIMP. Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cavemansblog.wordpress.com&amp;blog=3295306&amp;post=1254&amp;subd=cavemansblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cavemansblog.wordpress.com/2012/01/02/1254/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79a1fa5505bb11ee8052287aab6586f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cavemansblog</media:title>
		</media:content>

		<media:content url="http://cavemansblog.files.wordpress.com/2012/01/hny2012.jpg" medium="image">
			<media:title type="html">HNY2012</media:title>
		</media:content>
	</item>
		<item>
		<title>VS2010 + ASP.Net: Access to path is denied</title>
		<link>http://cavemansblog.wordpress.com/2011/09/23/vs2010-asp-net-access-to-path-is-denied/</link>
		<comments>http://cavemansblog.wordpress.com/2011/09/23/vs2010-asp-net-access-to-path-is-denied/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 05:42:50 +0000</pubDate>
		<dc:creator>cavemansblog</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Sudheer Reddy Battula]]></category>

		<guid isPermaLink="false">http://cavemansblog.wordpress.com/?p=1250</guid>
		<description><![CDATA[&#160; Problem: Access to path was denied when a dotnet app was writing an excel file to a folder of the website. Solution: Grant access to the &#8220;Network Service&#8221; account to the folder that has permissions issue. &#160; Filed under: IIS, Sudheer Reddy Battula<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cavemansblog.wordpress.com&amp;blog=3295306&amp;post=1250&amp;subd=cavemansblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cavemansblog.wordpress.com/2011/09/23/vs2010-asp-net-access-to-path-is-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79a1fa5505bb11ee8052287aab6586f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cavemansblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Sql Server: Insert multiple rows with one insert statement</title>
		<link>http://cavemansblog.wordpress.com/2011/07/11/sql-server-insert-multiple-rows-with-one-insert-statement/</link>
		<comments>http://cavemansblog.wordpress.com/2011/07/11/sql-server-insert-multiple-rows-with-one-insert-statement/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 16:51:03 +0000</pubDate>
		<dc:creator>cavemansblog</dc:creator>
				<category><![CDATA[Sql Server]]></category>
		<category><![CDATA[insert data]]></category>
		<category><![CDATA[insert multiple rows]]></category>

		<guid isPermaLink="false">http://cavemansblog.wordpress.com/?p=1240</guid>
		<description><![CDATA[Typical style of scripting the insert of multple rows into a table is by writing multiple insert statments as follows: Following are two ways of doing the same with less script code. The first style is supported uses comma seperated values: This style of scrpting uses UNION ALL: Filed under: Sql Server Tagged: insert data, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cavemansblog.wordpress.com&amp;blog=3295306&amp;post=1240&amp;subd=cavemansblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cavemansblog.wordpress.com/2011/07/11/sql-server-insert-multiple-rows-with-one-insert-statement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79a1fa5505bb11ee8052287aab6586f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cavemansblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Drinking game &#8211; Fizz Buzz</title>
		<link>http://cavemansblog.wordpress.com/2011/05/12/drinking-game-fizz-buzz/</link>
		<comments>http://cavemansblog.wordpress.com/2011/05/12/drinking-game-fizz-buzz/#comments</comments>
		<pubDate>Fri, 13 May 2011 04:27:55 +0000</pubDate>
		<dc:creator>cavemansblog</dc:creator>
				<category><![CDATA[General Programming]]></category>
		<category><![CDATA[Sudheer Reddy Battula]]></category>
		<category><![CDATA[bizz buzz]]></category>
		<category><![CDATA[drinking game]]></category>
		<category><![CDATA[fizz buzz]]></category>

		<guid isPermaLink="false">http://cavemansblog.wordpress.com/?p=1224</guid>
		<description><![CDATA[&#8220;Fizz Buzz&#8221; also called as &#8220;Bizz Buzz&#8221; is a drinking game. Players generally sit in a circle. The player designated to go first says the number &#8220;1&#8243;, and each player thenceforth counts one number in turn. However, any number divisible by three is replaced by the word bizz and any divisible by five by the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cavemansblog.wordpress.com&amp;blog=3295306&amp;post=1224&amp;subd=cavemansblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cavemansblog.wordpress.com/2011/05/12/drinking-game-fizz-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79a1fa5505bb11ee8052287aab6586f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cavemansblog</media:title>
		</media:content>
	</item>
		<item>
		<title>.Net 4.0 Framework poster</title>
		<link>http://cavemansblog.wordpress.com/2011/05/05/net-4-0-framework-poster/</link>
		<comments>http://cavemansblog.wordpress.com/2011/05/05/net-4-0-framework-poster/#comments</comments>
		<pubDate>Thu, 05 May 2011 18:03:04 +0000</pubDate>
		<dc:creator>cavemansblog</dc:creator>
				<category><![CDATA[Dotnet]]></category>
		<category><![CDATA[.Net 4.0 framework poster]]></category>

		<guid isPermaLink="false">http://cavemansblog.wordpress.com/?p=1210</guid>
		<description><![CDATA[Here are the PDF and Deepzoom versions for download. Filed under: Dotnet Tagged: .Net 4.0 framework poster<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cavemansblog.wordpress.com&amp;blog=3295306&amp;post=1210&amp;subd=cavemansblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cavemansblog.wordpress.com/2011/05/05/net-4-0-framework-poster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79a1fa5505bb11ee8052287aab6586f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cavemansblog</media:title>
		</media:content>

		<media:content url="http://cavemansblog.files.wordpress.com/2011/05/dotnet_4_fx.jpg" medium="image">
			<media:title type="html">Dotnet_4_FX</media:title>
		</media:content>
	</item>
		<item>
		<title>Strategy Pattern</title>
		<link>http://cavemansblog.wordpress.com/2011/05/04/strategy-pattern/</link>
		<comments>http://cavemansblog.wordpress.com/2011/05/04/strategy-pattern/#comments</comments>
		<pubDate>Thu, 05 May 2011 02:51:48 +0000</pubDate>
		<dc:creator>cavemansblog</dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Sudheer Reddy Battula]]></category>
		<category><![CDATA[Behavioral Pattern]]></category>
		<category><![CDATA[Strategy Pattern]]></category>

		<guid isPermaLink="false">http://cavemansblog.wordpress.com/?p=1186</guid>
		<description><![CDATA[Strategy pattern is a behavioral software design pattern. In this pattern a family of algorithms can be encapsulated as objects to facilitate the interchangeability of strategies at run-time. In this post I will present an example of a real life scenario where this pattern can be applicable. Brokerage accounts that are used for trading provide [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cavemansblog.wordpress.com&amp;blog=3295306&amp;post=1186&amp;subd=cavemansblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cavemansblog.wordpress.com/2011/05/04/strategy-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79a1fa5505bb11ee8052287aab6586f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cavemansblog</media:title>
		</media:content>

		<media:content url="http://cavemansblog.files.wordpress.com/2011/05/strategypattern.jpg" medium="image">
			<media:title type="html">StrategyPattern</media:title>
		</media:content>

		<media:content url="http://cavemansblog.files.wordpress.com/2011/05/strategypatternoutput.jpg" medium="image">
			<media:title type="html">StrategyPatternOutput</media:title>
		</media:content>
	</item>
		<item>
		<title>Dotnet: String comparison</title>
		<link>http://cavemansblog.wordpress.com/2011/05/03/dotnet-string-comparison/</link>
		<comments>http://cavemansblog.wordpress.com/2011/05/03/dotnet-string-comparison/#comments</comments>
		<pubDate>Wed, 04 May 2011 03:25:35 +0000</pubDate>
		<dc:creator>cavemansblog</dc:creator>
				<category><![CDATA[.Net 3.x]]></category>
		<category><![CDATA[Dotnet]]></category>
		<category><![CDATA[General Programming]]></category>
		<category><![CDATA[Sudheer Reddy Battula]]></category>
		<category><![CDATA[String comparision]]></category>
		<category><![CDATA[string equals]]></category>

		<guid isPermaLink="false">http://cavemansblog.wordpress.com/?p=1174</guid>
		<description><![CDATA[I know that this might look like a trivial post, but read on to find some cool stuff about string compare. Following is the typical style of implementing string comparison in C#. I have recently realized that a new string object is created during the conversion to Upper case and that new object has to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cavemansblog.wordpress.com&amp;blog=3295306&amp;post=1174&amp;subd=cavemansblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cavemansblog.wordpress.com/2011/05/03/dotnet-string-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79a1fa5505bb11ee8052287aab6586f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cavemansblog</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server: Delete duplicates from a table.</title>
		<link>http://cavemansblog.wordpress.com/2011/05/02/sql-server-delete-duplicates-from-a-table/</link>
		<comments>http://cavemansblog.wordpress.com/2011/05/02/sql-server-delete-duplicates-from-a-table/#comments</comments>
		<pubDate>Mon, 02 May 2011 16:23:00 +0000</pubDate>
		<dc:creator>cavemansblog</dc:creator>
				<category><![CDATA[Sql Server]]></category>
		<category><![CDATA[Sudheer Reddy Battula]]></category>
		<category><![CDATA[de-duplication]]></category>
		<category><![CDATA[delete duplicated from table]]></category>
		<category><![CDATA[duplicate rows]]></category>
		<category><![CDATA[duplicate tables]]></category>
		<category><![CDATA[find duplicates]]></category>

		<guid isPermaLink="false">http://cavemansblog.wordpress.com/?p=1139</guid>
		<description><![CDATA[This article discusses how to remove duplicate rows from a table in a SQL Server database. For example consider the following &#8220;employee&#8221; table of variable type. In this table, empId is the row identifier, empName and Salary are employee details. Let us add a few rows in this table. Since we have not defined a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cavemansblog.wordpress.com&amp;blog=3295306&amp;post=1139&amp;subd=cavemansblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cavemansblog.wordpress.com/2011/05/02/sql-server-delete-duplicates-from-a-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79a1fa5505bb11ee8052287aab6586f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cavemansblog</media:title>
		</media:content>

		<media:content url="http://cavemansblog.files.wordpress.com/2011/05/alldata.jpg" medium="image">
			<media:title type="html">AllData</media:title>
		</media:content>

		<media:content url="http://cavemansblog.files.wordpress.com/2011/05/uniquedata.jpg" medium="image">
			<media:title type="html">unique Data</media:title>
		</media:content>

		<media:content url="http://cavemansblog.files.wordpress.com/2011/05/afterdata.jpg" medium="image">
			<media:title type="html">Clean Data</media:title>
		</media:content>
	</item>
		<item>
		<title>How to: Web application architecture &#8211; Part 1</title>
		<link>http://cavemansblog.wordpress.com/2011/04/02/how-to-architect-a-web-application-part-1/</link>
		<comments>http://cavemansblog.wordpress.com/2011/04/02/how-to-architect-a-web-application-part-1/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 00:42:09 +0000</pubDate>
		<dc:creator>cavemansblog</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Dotnet]]></category>
		<category><![CDATA[Sql Server]]></category>
		<category><![CDATA[Sudheer Reddy Battula]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[application design]]></category>
		<category><![CDATA[beginners guide]]></category>
		<category><![CDATA[web application architecture]]></category>

		<guid isPermaLink="false">http://cavemansblog.wordpress.com/?p=214</guid>
		<description><![CDATA[This is a multi-part blog post that will detail the process of architecting a web application. The first part of this article is a list of terms that one might want to be familiar with,when designing a web application. I have tried to structure this glossary based on the design needs of a web application [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cavemansblog.wordpress.com&amp;blog=3295306&amp;post=214&amp;subd=cavemansblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cavemansblog.wordpress.com/2011/04/02/how-to-architect-a-web-application-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79a1fa5505bb11ee8052287aab6586f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cavemansblog</media:title>
		</media:content>
	</item>
		<item>
		<title>INDIA &#8211; Cricket World Cup 2011 Champions</title>
		<link>http://cavemansblog.wordpress.com/2011/04/02/india-cricket-world-cup-2011-champions/</link>
		<comments>http://cavemansblog.wordpress.com/2011/04/02/india-cricket-world-cup-2011-champions/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 20:33:57 +0000</pubDate>
		<dc:creator>cavemansblog</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2011 Cricket world champions]]></category>
		<category><![CDATA[CRICKET]]></category>
		<category><![CDATA[Dhoni]]></category>
		<category><![CDATA[Gambhir]]></category>
		<category><![CDATA[Gary Kirsten]]></category>
		<category><![CDATA[INDIA]]></category>
		<category><![CDATA[Kohli]]></category>
		<category><![CDATA[SACHIN]]></category>
		<category><![CDATA[World cup]]></category>
		<category><![CDATA[Yucraj]]></category>

		<guid isPermaLink="false">http://cavemansblog.wordpress.com/?p=1098</guid>
		<description><![CDATA[Picture Source: ESPN Cric Info Congratulations to the team India for a fantastic win and bringing back the coveted cup. Thank you for carrying the hopes of the entire nation and making this dream a reality. I am very proud of this team for all the dedication and hard work that was put in to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cavemansblog.wordpress.com&amp;blog=3295306&amp;post=1098&amp;subd=cavemansblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cavemansblog.wordpress.com/2011/04/02/india-cricket-world-cup-2011-champions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/79a1fa5505bb11ee8052287aab6586f9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cavemansblog</media:title>
		</media:content>

		<media:content url="http://cavemansblog.files.wordpress.com/2011/04/131012.jpg" medium="image">
			<media:title type="html">131012</media:title>
		</media:content>
	</item>
	</channel>
</rss>
