<?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>Abhinav Vora's Weblog &#187; technology</title>
	<atom:link href="http://blog.abhinavvora.com/tag/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.abhinavvora.com</link>
	<description>Contextualizing the World!</description>
	<lastBuildDate>Thu, 24 Jun 2010 18:27:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Making hiring decisions</title>
		<link>http://blog.abhinavvora.com/2009/07/making-hiring-decisions/</link>
		<comments>http://blog.abhinavvora.com/2009/07/making-hiring-decisions/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 21:46:55 +0000</pubDate>
		<dc:creator>abhinav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[talent]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.abhinavvora.com/?p=33</guid>
		<description><![CDATA[I&#8217;m really passionate about the task of finding, recruiting, and retaining great people in technology organizations. Recently I was on some interview loops and found it really easy to make decisions when the answer is obvious. It becomes very complex to think through the details when you are on the fence. What factors should you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really passionate about the task of finding, recruiting, and retaining great people in technology organizations.</p>
<p>Recently I was on some interview loops and found it really easy to make decisions when the answer is obvious. It becomes very complex to think through the details when you are on the fence. What factors should you consider? What weight should each factor get? How do you create a composite metric based on individual factors? Like a lot lot of statistics, you can twist these factors until you find the answer you are looking for.</p>
<p>Microsoft is unlike any other workplace, so certain factors and their priorities are not bargainable. Clearly there has to be a simpler way to arrive at an answer. I found two objective questions that directly contribute to the decision making process:</p>
<ul>
<li><strong>&#8220;Does hiring the candidate raise the average bar?&#8221;</strong> &#8211; Amazon.com&#8217;s hiring philosophy</li>
<li><strong>&#8220;Would you be upset if we din&#8217;t hire the candidate?&#8221;</strong> &#8211; Peter Spiro, Technical Fellow @ Microsoft</li>
</ul>
<p>What other questions are helpful?</p>
<p>- Abhinav</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abhinavvora.com/2009/07/making-hiring-decisions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linq to SQL</title>
		<link>http://blog.abhinavvora.com/2009/07/linq-to-sql/</link>
		<comments>http://blog.abhinavvora.com/2009/07/linq-to-sql/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 19:03:55 +0000</pubDate>
		<dc:creator>abhinav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.abhinavvora.com/2009/07/linq-to-sql/</guid>
		<description><![CDATA[Linq is a great .NET technology for accessing data across a variety of data sources. Visual Studio and Linq make the task of manipulating data in SQL Server super easy in your .NET program. I highly recommend it! A word of caution though. Make sure to re-generate your Linq to SQL classes upon ANY change [...]]]></description>
			<content:encoded><![CDATA[<p>Linq is a great .NET technology for accessing data across a variety of data sources. Visual Studio and Linq make the task of manipulating data in SQL Server super easy in your .NET program. I highly recommend it!</p>
<p>A word of caution though. Make sure to re-generate your Linq to SQL classes upon ANY change to the database tables, otherwise you will start getting error messages that don&#8217;t always make sense. One way to avoid the problem is to use the <a href="http://msdn.microsoft.com/en-us/library/bb386987.aspx" target="_blank">SQLMetal </a>tool as a pre-build command to automatically re-generate Linq classes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abhinavvora.com/2009/07/linq-to-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
