<?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</title>
	<atom:link href="http://avinashsing.sunkur.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://avinashsing.sunkur.com</link>
	<description>C# programming and SEO for compelling websites</description>
	<lastBuildDate>Thu, 29 Sep 2011 17:53:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to do a one-to-one mapping in Fluent nHibernate</title>
		<link>http://avinashsing.sunkur.com/2011/09/29/how-to-do-a-one-to-one-mapping-in-fluent-nhibernate/</link>
		<comments>http://avinashsing.sunkur.com/2011/09/29/how-to-do-a-one-to-one-mapping-in-fluent-nhibernate/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 17:53:38 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=592</guid>
		<description><![CDATA[In most circumstances, you will use a many-to-one mapping and that&#8217;s easily created with fluent nHibernate using the &#8220;References&#8221; relationship. However if you need to perform a 1 to 1 mapping, then things get tricky. Say for example, you have a user record and wanted to have the user preferences in another table. Each user [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2011/09/29/how-to-do-a-one-to-one-mapping-in-fluent-nhibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google changing page titles in SERPs</title>
		<link>http://avinashsing.sunkur.com/2011/09/26/google-changing-page-titles-in-serps/</link>
		<comments>http://avinashsing.sunkur.com/2011/09/26/google-changing-page-titles-in-serps/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 10:03:49 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=588</guid>
		<description><![CDATA[While searching where one website was ranked for in Google for a search term, I noticed something really strange in the SERPs. Google has changed the title of the webpage by appending the site&#8217;s name to the end of the title. To give you an idea of what&#8217;s happening, consider the following: Webpage title : [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2011/09/26/google-changing-page-titles-in-serps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enum conversion in C#</title>
		<link>http://avinashsing.sunkur.com/2011/09/13/enum-conversion-in-c/</link>
		<comments>http://avinashsing.sunkur.com/2011/09/13/enum-conversion-in-c/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 12:35:40 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=583</guid>
		<description><![CDATA[Just for reference, here are some examples on how enums can be converted in C#: Using enums when coding makes life easier as you can easily tell what sort of object you&#8217;re dealing with rather than having to guess what the numbers (1,2,3, etc) mean really.]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2011/09/13/enum-conversion-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful MySql statements</title>
		<link>http://avinashsing.sunkur.com/2011/09/03/useful-mysql-statements/</link>
		<comments>http://avinashsing.sunkur.com/2011/09/03/useful-mysql-statements/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 11:57:54 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=581</guid>
		<description><![CDATA[Grant privileges to a certain user GRANT ALL PRIVILEGES ON *.* TO someone@localhost IDENTIFIED BY &#8216;theirpassword&#8217; WITH GRANT OPTION; GRANT ALL PRIVILEGES ON *.* TO someone@&#8221;%&#8221; IDENTIFIED BY &#8216;theirpassword&#8217; WITH GRANT OPTION; The second statement is for granting privileges to the account when not on the local server (not localhost). Both statements will give all [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2011/09/03/useful-mysql-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to display pages or posts for GetSimple CMS in sidebar</title>
		<link>http://avinashsing.sunkur.com/2011/08/17/script-to-display-pages-or-posts-for-getsimple-cms-in-sidebar/</link>
		<comments>http://avinashsing.sunkur.com/2011/08/17/script-to-display-pages-or-posts-for-getsimple-cms-in-sidebar/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 19:21:35 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=577</guid>
		<description><![CDATA[I was trying out the GetSimple CMS and although it looks pretty good, I was gutted that it didn&#8217;t display the pages/posts that you write. Usually the latest posts that you write appears in the sidebar but with GetSimple, you have to add the links manually. There&#8217;s the News Manager (or Extended News Manager) plugin [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2011/08/17/script-to-display-pages-or-posts-for-getsimple-cms-in-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System.Data.InvalidConstraintException: Parent Columns and Child Columns don&#8217;t have type-matching columns</title>
		<link>http://avinashsing.sunkur.com/2011/08/15/system-data-invalidconstraintexception-parent-columns-and-child-columns-dont-have-type-matching-columns/</link>
		<comments>http://avinashsing.sunkur.com/2011/08/15/system-data-invalidconstraintexception-parent-columns-and-child-columns-dont-have-type-matching-columns/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 12:03:41 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=575</guid>
		<description><![CDATA[If you encounter the error System.Data.InvalidConstraintException: Parent Columns and Child Columns don&#8217;t have type-matching columns, then the columns you&#8217;re trying to link do not have the same data type. In my case, I was trying to set a relationship between an &#8220;articles&#8221; table with a &#8220;categories&#8221; table. The &#8220;articles&#8221; table has a cat_id field as [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2011/08/15/system-data-invalidconstraintexception-parent-columns-and-child-columns-dont-have-type-matching-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to transfer custom CMS into WordPress</title>
		<link>http://avinashsing.sunkur.com/2011/08/15/script-to-transfer-custom-cms-into-wordpress/</link>
		<comments>http://avinashsing.sunkur.com/2011/08/15/script-to-transfer-custom-cms-into-wordpress/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 08:45:34 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=568</guid>
		<description><![CDATA[This is a script I wrote to import my blog posts from a custom CMS into WordPress. Some things have been hard coded because I needed to do this quickly but you can easily change the script to adapt to your needs. A couple of things worth noting: You need to be using Windows and [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2011/08/15/script-to-transfer-custom-cms-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to test your website on a new server before changing nameservers</title>
		<link>http://avinashsing.sunkur.com/2011/08/10/how-to-test-your-website-on-a-new-server-before-changing-nameservers/</link>
		<comments>http://avinashsing.sunkur.com/2011/08/10/how-to-test-your-website-on-a-new-server-before-changing-nameservers/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 08:14:10 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=565</guid>
		<description><![CDATA[Sometimes moving to a new server is a must for a number of reasons: You need more resources because your traffic is growing bigger and your current hosting package cannot cope with the demand Your current hosting provider is not reliable, so you want to move your website to a new webhost You have changed [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2011/08/10/how-to-test-your-website-on-a-new-server-before-changing-nameservers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to import your blog into wordpress</title>
		<link>http://avinashsing.sunkur.com/2011/08/09/how-to-import-your-blog-into-wordpress/</link>
		<comments>http://avinashsing.sunkur.com/2011/08/09/how-to-import-your-blog-into-wordpress/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 16:16:58 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=562</guid>
		<description><![CDATA[If you already have an existing blog on the well known sites like blogger, livejournal, typepad etc, you will easily be able to import your blog into wordpress. However if like me, you have a custom Content Management System (CMS) but need getting the data into wordpress, then things get a bit tricky. Here&#8217;s the [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2011/08/09/how-to-import-your-blog-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give write permission to Worker Process on IIS 7</title>
		<link>http://avinashsing.sunkur.com/2011/07/11/give-write-permission-to-worker-process-on-iis-7/</link>
		<comments>http://avinashsing.sunkur.com/2011/07/11/give-write-permission-to-worker-process-on-iis-7/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 20:53:23 +0000</pubDate>
		<dc:creator>avinashsing</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://avinashsing.sunkur.com/?p=557</guid>
		<description><![CDATA[When you create a website in IIS 7/7.5 on Windows 2008, an application pool is automatically created for it to isolate this website from others running on the same server. You should check that the application pool identity is not Network Service but ApplicationPoolIdentity instead. Now if you your web app needs to write to [...]]]></description>
		<wfw:commentRss>http://avinashsing.sunkur.com/2011/07/11/give-write-permission-to-worker-process-on-iis-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

