<?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>@imaheshsingh</title>
	<atom:link href="http://maheshsingh.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://maheshsingh.org</link>
	<description>belive in &#34;see what happens&#34; spirit</description>
	<lastBuildDate>Thu, 16 Feb 2012 10:21:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Html.Partial vs Html.RenderPartial in ASP.NET MVC</title>
		<link>http://maheshsingh.org/html-partial-vs-html-renderpartial-in-asp-net-mvc/</link>
		<comments>http://maheshsingh.org/html-partial-vs-html-renderpartial-in-asp-net-mvc/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 08:04:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Thoughts]]></category>

		<guid isPermaLink="false">http://maheshsingh.org/?p=212</guid>
		<description><![CDATA[Both functions used for rendering the partial view and use same logic to render the partial view, but their fundamental difference is in their return type. @Html.RenderPartial returns void and that’s why its require following syntax. Html.RenderPartial output their content into the same TextWriter object as used in the current template. This is more efficient, because the [...]]]></description>
		<wfw:commentRss>http://maheshsingh.org/html-partial-vs-html-renderpartial-in-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unusual but Achievable:  Running 0 to 10K in 60 days</title>
		<link>http://maheshsingh.org/unusual-but-achievable-running-0-to-10k-in-60-days/</link>
		<comments>http://maheshsingh.org/unusual-but-achievable-running-0-to-10k-in-60-days/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 07:52:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[running]]></category>

		<guid isPermaLink="false">http://maheshsingh.org/?p=200</guid>
		<description><![CDATA[First of all it’s not difficult, if you are actively involved in some level of sports or other physical activity. My background My profession does not facilitate me to do any physical activity nor I was involved any kind of games in my life time. Before running I usually walk (3-4K) as exercise for few [...]]]></description>
		<wfw:commentRss>http://maheshsingh.org/unusual-but-achievable-running-0-to-10k-in-60-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does writing good content is good enough for reaching out people</title>
		<link>http://maheshsingh.org/does-writing-good-content-is-good-enough-for-reaching-out-people/</link>
		<comments>http://maheshsingh.org/does-writing-good-content-is-good-enough-for-reaching-out-people/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 17:08:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HN note]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://maheshsingh.org/?p=120</guid>
		<description><![CDATA[This article is a personal note from Ask HN: How to be successful online without SEO bullshittery? Three things to consider before write any content 1. Something worth saying. 2. The ability to say it in an intelligible manner. 3. The ability to promote it to right audience. To start with always focus on some [...]]]></description>
		<wfw:commentRss>http://maheshsingh.org/does-writing-good-content-is-good-enough-for-reaching-out-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Readonly and const in C#</title>
		<link>http://maheshsingh.org/readonly-and-const-in-c-sharp/</link>
		<comments>http://maheshsingh.org/readonly-and-const-in-c-sharp/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 10:19:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C# notes]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[c-sharp]]></category>
		<category><![CDATA[const]]></category>
		<category><![CDATA[constant]]></category>
		<category><![CDATA[readonly]]></category>

		<guid isPermaLink="false">http://maheshsingh.org/?p=142</guid>
		<description><![CDATA[There are two type of constant in C# const &#8211; Compile time constant. readonly &#8211; Runtime constant. const (Compile time constant) are bit faster but less flexible where readonly (runtime constant) are bit slower in comparison with const but more flexible. (If you change value of const in your class then every client code which [...]]]></description>
		<wfw:commentRss>http://maheshsingh.org/readonly-and-const-in-c-sharp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Initialization of variables in C#</title>
		<link>http://maheshsingh.org/initialization-of-variables-in-c/</link>
		<comments>http://maheshsingh.org/initialization-of-variables-in-c/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 10:53:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C# notes]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[c-sharp]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[static constructor]]></category>

		<guid isPermaLink="false">http://maheshsingh.org/?p=147</guid>
		<description><![CDATA[If we initialization of variable while declaring it then compiler generates the initialization code at beginning of each constructor. If there is no constructor then compiler generates the default constructor for that class. This initialization code execute before base class constructor and execute in order they declare. Initialization of member variable while declaring it get [...]]]></description>
		<wfw:commentRss>http://maheshsingh.org/initialization-of-variables-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VSS to Mercurial</title>
		<link>http://maheshsingh.org/control-on-source-code-the-source-control/</link>
		<comments>http://maheshsingh.org/control-on-source-code-the-source-control/#comments</comments>
		<pubDate>Thu, 26 May 2011 07:00:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Source Control]]></category>

		<guid isPermaLink="false">http://maheshsingh.org/?p=188</guid>
		<description><![CDATA[Note: I was using VSS around 2 year back and move to mercurial when i have started my own company. Few days back I had discussion with one one of my ex colleague who is still using VSS and does not feel they required to move to new source control. This blog post is all [...]]]></description>
		<wfw:commentRss>http://maheshsingh.org/control-on-source-code-the-source-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Non-sense tips for start-up</title>
		<link>http://maheshsingh.org/non-sense-tips-for-start-up/</link>
		<comments>http://maheshsingh.org/non-sense-tips-for-start-up/#comments</comments>
		<pubDate>Fri, 20 May 2011 01:15:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[start-up]]></category>

		<guid isPermaLink="false">http://maheshsingh.org/non-sense-tips-for-start-up/</guid>
		<description><![CDATA[We have been running a service-based start-up organisation for the past 18 months. In this article I am going to highlight on some points I learnt while managing this start up. We are now a team of approximately 18 people and I am the person responsible for infrastructure, HR and technical concerns. So in this [...]]]></description>
		<wfw:commentRss>http://maheshsingh.org/non-sense-tips-for-start-up/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Properties in C#</title>
		<link>http://maheshsingh.org/properties-in-c-sharp/</link>
		<comments>http://maheshsingh.org/properties-in-c-sharp/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 08:15:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C# notes]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[c-sharp]]></category>
		<category><![CDATA[properties]]></category>

		<guid isPermaLink="false">http://maheshsingh.org/?p=130</guid>
		<description><![CDATA[Properties are methods but accessed as a data member. class TimeMachine { private double seconds; public double Hours { get { return seconds / 3600; } set { seconds = value * 3600; } } } class Program { static void Main() { Timemachine t = new TimeMachine(); // Assigning the Hours property causes the [...]]]></description>
		<wfw:commentRss>http://maheshsingh.org/properties-in-c-sharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel: Unable to drag cell corner to auto increment</title>
		<link>http://maheshsingh.org/excel-unable-to-drag-cell-corner-to-auto-increment/</link>
		<comments>http://maheshsingh.org/excel-unable-to-drag-cell-corner-to-auto-increment/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 17:36:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://maheshsingh.org/?p=127</guid>
		<description><![CDATA[I am not a big user of Excel but I know I can write 1,2 in two cells and drag my mouse to auto generate rest of numbers. But somehow it was not working on my Excel 2007 after 10-15 minutes of struggle I was able to fix that. To fix that click on the [...]]]></description>
		<wfw:commentRss>http://maheshsingh.org/excel-unable-to-drag-cell-corner-to-auto-increment/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Redmine installation on dreamhost  shared hosting [for windows users]</title>
		<link>http://maheshsingh.org/redmine-installation-on-dreamhost-shared-hosting-for-windows-users/</link>
		<comments>http://maheshsingh.org/redmine-installation-on-dreamhost-shared-hosting-for-windows-users/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 07:43:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[bug-tracking]]></category>
		<category><![CDATA[redmine]]></category>

		<guid isPermaLink="false">http://maheshsingh.org/?p=32</guid>
		<description><![CDATA[I want to setup simple bug tracking system for our internal use, which don’t require any kind of training before start. After evaluating couple of free, open source systems (Bugzilla, Trac, Pivotal Tracker, BugTracker.NET) I found redmine was good, simple and build upon rails. As I also want to learn ruby and rails so I [...]]]></description>
		<wfw:commentRss>http://maheshsingh.org/redmine-installation-on-dreamhost-shared-hosting-for-windows-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

