<?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>Avinashsing Sunkur &#187; Programming</title>
	<atom:link href="http://avinashsing.sunkur.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://avinashsing.sunkur.com</link>
	<description>C# programming and SEO for compelling websites</description>
	<lastBuildDate>Wed, 08 Sep 2010 15:09:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>The breakpoint will not currently be hit &#8211; Visual Studio Debugging</title>
		<link>http://avinashsing.sunkur.com/2010/09/08/the-breakpoint-will-not-currently-be-hit-visual-studio-debugging/</link>
		<comments>http://avinashsing.sunkur.com/2010/09/08/the-breakpoint-will-not-currently-be-hit-visual-studio-debugging/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 15:09:36 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=409</guid>
		<description><![CDATA[Debugging your application is a great way to find the cause of a problem. However you may sometime encounter the dreaded &#8220;The breakpoint will not currently be hit. No symbols have been loaded for this document.&#8221; error. You can find fixes to this problem by following this link. If like me, none of the above [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2010/09/08/the-breakpoint-will-not-currently-be-hit-visual-studio-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should we ditch .net for open source?</title>
		<link>http://avinashsing.sunkur.com/2010/09/02/should-we-ditch-net-for-open-source/</link>
		<comments>http://avinashsing.sunkur.com/2010/09/02/should-we-ditch-net-for-open-source/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 14:30:45 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=407</guid>
		<description><![CDATA[I&#8217;m a .net guy and love programming in c#. It&#8217;s rare for me to look at other programming languages because I tend to stick to aso.net because I can easily get a project off the grounds as I know pretty much the inside outs of the syntax etc. I can code in php as well [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2010/09/02/should-we-ditch-net-for-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django &#8211; can we build low cost and scalable websites?</title>
		<link>http://avinashsing.sunkur.com/2010/09/02/django-can-we-build-low-cost-and-scalable-websites/</link>
		<comments>http://avinashsing.sunkur.com/2010/09/02/django-can-we-build-low-cost-and-scalable-websites/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:57:03 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=404</guid>
		<description><![CDATA[Django seems to be the new craze these days like Ruby on Rails was some time ago. The adoption of Django seems to be rising each month while Ruby seems to be quiet. So what exactly is Django about? Django was developed by a group of developers with a budget restriction. So they made use [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2010/09/02/django-can-we-build-low-cost-and-scalable-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using full text search with fluent nhibernate</title>
		<link>http://avinashsing.sunkur.com/2010/08/18/using-full-text-search-with-fluent-nhibernate/</link>
		<comments>http://avinashsing.sunkur.com/2010/08/18/using-full-text-search-with-fluent-nhibernate/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:24:28 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=396</guid>
		<description><![CDATA[Nhibernate (or fluent) doesn&#8217;t support full text searching because full text search differs from one database to another. Nhibernate allows you to switch your data store (mysql, ms sql server, oracle etc) easily and if it were to support full text searching, then it will tie itself to the sql required to perform full text [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2010/08/18/using-full-text-search-with-fluent-nhibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mapping an unrelated class in Fluent NHibernate</title>
		<link>http://avinashsing.sunkur.com/2010/08/18/mapping-an-unrelated-class-in-fluent-nhibernate/</link>
		<comments>http://avinashsing.sunkur.com/2010/08/18/mapping-an-unrelated-class-in-fluent-nhibernate/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:02:22 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=393</guid>
		<description><![CDATA[There are times when you will need to map unrelated classes through fluent nhibernate. By an unrelated class, I mean a class which is not directly mapped to a database table. This is useful when you create DTOs (Data Transfer Object) for a lightweight object to pass around in your application. Consider the following &#8211; [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2010/08/18/mapping-an-unrelated-class-in-fluent-nhibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid postback or callback argument in ASP.NET</title>
		<link>http://avinashsing.sunkur.com/2010/08/16/invalid-postback-or-callback-argument-in-asp-net/</link>
		<comments>http://avinashsing.sunkur.com/2010/08/16/invalid-postback-or-callback-argument-in-asp-net/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 10:56:09 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=388</guid>
		<description><![CDATA[While converting some php code to asp.net, I ran into the famous &#8220;Invalid postback or callback argument&#8221; on one of my webpages. This problem usually occurs when dealing with AJAX calls but my one was completely unrelated to that because I was not using any ajax at that point. The simplest solution that many people [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2010/08/16/invalid-postback-or-callback-argument-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleaning up ASP.NET head tag with Control Adapters</title>
		<link>http://avinashsing.sunkur.com/2010/08/11/cleaning-up-asp-net-head-tag-with-control-adapters/</link>
		<comments>http://avinashsing.sunkur.com/2010/08/11/cleaning-up-asp-net-head-tag-with-control-adapters/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 18:46:02 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=376</guid>
		<description><![CDATA[ASP.NET offers a lot of functionality but has always suffered from being SEO unfriendly. It injects a lot of javascript for postback, tables rather than div for server controls like GridView and inline meta tags in the head section of the HTML which makes it difficult to read. The title tag is the one most [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2010/08/11/cleaning-up-asp-net-head-tag-with-control-adapters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET ValidateRequest not working</title>
		<link>http://avinashsing.sunkur.com/2010/08/11/asp-net-validaterequest-not-working/</link>
		<comments>http://avinashsing.sunkur.com/2010/08/11/asp-net-validaterequest-not-working/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 18:23:40 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=374</guid>
		<description><![CDATA[ValidateRequest in ASP.NET is a really good security measure as it prevents cross-site scripting which basically means that it prevents malicious codes from being injected into your application. A typical example would be if you have a textbox on your webpage to capture the name of a visitor and the user enters something the following [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2010/08/11/asp-net-validaterequest-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using ASP.NET ViewState wisely</title>
		<link>http://avinashsing.sunkur.com/2010/07/29/using-asp-net-viewstate-wisely/</link>
		<comments>http://avinashsing.sunkur.com/2010/07/29/using-asp-net-viewstate-wisely/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 15:42:33 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=368</guid>
		<description><![CDATA[Let me clarify something first &#8211; if you think ViewState is there to repopulate your html forms, then you&#8217;re wrong. Many developers are under the impression that you should enable ViewState so that you do not have to re-assign values that a user has typed in a textbox, selected from a dropdown or checkbox. If [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2010/07/29/using-asp-net-viewstate-wisely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favicon not showing up for website</title>
		<link>http://avinashsing.sunkur.com/2010/07/27/favicon-not-showing-up-for-website/</link>
		<comments>http://avinashsing.sunkur.com/2010/07/27/favicon-not-showing-up-for-website/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 17:23:54 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=362</guid>
		<description><![CDATA[I&#8217;m in the process of redesigning a website which was written in php and hosted on a linux box. I&#8217;m coding it in asp.net and as you&#8217;ve guessed it, will put it on a Windows server. I tried it with the following code: &#60;html&#62; &#60;head&#62; &#60;title&#62;Testing favicon&#60;/title&#62; &#60;link rel=&#34;Shortcut Icon&#34; href=&#34;http://localhost/favicon.ico&#34; type=&#34;image/x-icon&#34; /&#62; &#60;/head&#62; &#60;body&#62; [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2010/07/27/favicon-not-showing-up-for-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
