<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: I Want My StackExchange</title>
	<atom:link href="http://www.manyniches.com/entrepreneurs/i-want-my-stackexchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manyniches.com/entrepreneurs/i-want-my-stackexchange/</link>
	<description>Jack of All Trades, Master of Some</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:02:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ryan</title>
		<link>http://www.manyniches.com/entrepreneurs/i-want-my-stackexchange/comment-page-1/#comment-612</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 20 Oct 2009 06:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.manyniches.com/?p=279#comment-612</guid>
		<description>So hows this coming along? I&#039;m a developer working on a startup that is based on an MS stack. It does feel a bit lonely at times. I&#039;m looking forward to hear about this rumored &quot;top objections to .NET&quot; you mentioned.</description>
		<content:encoded><![CDATA[<p>So hows this coming along? I&#39;m a developer working on a startup that is based on an MS stack. It does feel a bit lonely at times. I&#39;m looking forward to hear about this rumored &#8220;top objections to .NET&#8221; you mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.manyniches.com/entrepreneurs/i-want-my-stackexchange/comment-page-1/#comment-528</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 20 Oct 2009 00:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.manyniches.com/?p=279#comment-528</guid>
		<description>So hows this coming along? I&#039;m a developer working on a startup that is based on an MS stack. It does feel a bit lonely at times. I&#039;m looking forward to hear about this rumored &quot;top objections to .NET&quot; you mentioned.</description>
		<content:encoded><![CDATA[<p>So hows this coming along? I&#39;m a developer working on a startup that is based on an MS stack. It does feel a bit lonely at times. I&#39;m looking forward to hear about this rumored &#8220;top objections to .NET&#8221; you mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Leach</title>
		<link>http://www.manyniches.com/entrepreneurs/i-want-my-stackexchange/comment-page-1/#comment-510</link>
		<dc:creator>Mike Leach</dc:creator>
		<pubDate>Mon, 21 Sep 2009 22:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.manyniches.com/?p=279#comment-510</guid>
		<description>I&#039;m doing quite a but of &quot;unlearning&quot; regarding persistence layer in web apps. But viable options emerging include:&lt;br&gt;CouchDB&lt;br&gt;Serialized JSON files&lt;br&gt;MemcacheD&lt;br&gt;Object oriented databases&lt;br&gt;&lt;br&gt;Google GFS and BigTable come up quite a bit in discussions.&lt;br&gt;&lt;br&gt;Salesforce.com&#039;s Database-as-a-Service and metadata API are a useful data modeling environment for 80% of web apps.</description>
		<content:encoded><![CDATA[<p>I&#39;m doing quite a but of &#8220;unlearning&#8221; regarding persistence layer in web apps. But viable options emerging include:<br />CouchDB<br />Serialized JSON files<br />MemcacheD<br />Object oriented databases</p>
<p>Google GFS and BigTable come up quite a bit in discussions.</p>
<p>Salesforce.com&#39;s Database-as-a-Service and metadata API are a useful data modeling environment for 80% of web apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandonwatson</title>
		<link>http://www.manyniches.com/entrepreneurs/i-want-my-stackexchange/comment-page-1/#comment-509</link>
		<dc:creator>brandonwatson</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.manyniches.com/?p=279#comment-509</guid>
		<description>Mike, that&#039;s great feedback...can you go a little deeper on #2?  What do you want here?  What would be ideal?</description>
		<content:encoded><![CDATA[<p>Mike, that&#39;s great feedback&#8230;can you go a little deeper on #2?  What do you want here?  What would be ideal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Leach</title>
		<link>http://www.manyniches.com/entrepreneurs/i-want-my-stackexchange/comment-page-1/#comment-508</link>
		<dc:creator>Mike Leach</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.manyniches.com/?p=279#comment-508</guid>
		<description>I personally don&#039;t see it as a &quot;.NET vs the world&quot; issue. Many ground-floor architectural decisions are coming down to:&lt;br&gt;&lt;br&gt;1) static vs. dynamic typing&lt;br&gt;Both .NET and Enterprise Java are losing ground here. Having to recompile and drop a DLL in the bin directory (or JAR file) is no way to run a high availability website.&lt;br&gt;&lt;br&gt;2) SQL vs file system persistence&lt;br&gt;Both MS and Oracle are losing ground due to the frustrating lack of parity between object oriented development and relational persistence (ORM is just a workaround. Rails development is losing ground too).&lt;br&gt;&lt;br&gt;The resurgence of functional programming in Javascript (for AJAX apps) dramatically decouples programming language from persistence layer.&lt;br&gt;&lt;br&gt;3) hosting options&lt;br&gt;Amazon EC2 has set some precedent with pricing LAMP and Windows stacks separately ($0.02 more per hour for Windows). Patch Tuesdays are killing Win hosted sites. Even stripped down web or SMTP role servers need to bounce too often.&lt;br&gt;&lt;br&gt;4) IDE performance&lt;br&gt;VS.NET and Eclipse just run too slow, even on 3GHz machines with 4GB RAM. Intellisense auto-complete is the only thing keeping IDE relevant.</description>
		<content:encoded><![CDATA[<p>I personally don&#39;t see it as a &#8220;.NET vs the world&#8221; issue. Many ground-floor architectural decisions are coming down to:</p>
<p>1) static vs. dynamic typing<br />Both .NET and Enterprise Java are losing ground here. Having to recompile and drop a DLL in the bin directory (or JAR file) is no way to run a high availability website.</p>
<p>2) SQL vs file system persistence<br />Both MS and Oracle are losing ground due to the frustrating lack of parity between object oriented development and relational persistence (ORM is just a workaround. Rails development is losing ground too).</p>
<p>The resurgence of functional programming in Javascript (for AJAX apps) dramatically decouples programming language from persistence layer.</p>
<p>3) hosting options<br />Amazon EC2 has set some precedent with pricing LAMP and Windows stacks separately ($0.02 more per hour for Windows). Patch Tuesdays are killing Win hosted sites. Even stripped down web or SMTP role servers need to bounce too often.</p>
<p>4) IDE performance<br />VS.NET and Eclipse just run too slow, even on 3GHz machines with 4GB RAM. Intellisense auto-complete is the only thing keeping IDE relevant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandonwatson</title>
		<link>http://www.manyniches.com/entrepreneurs/i-want-my-stackexchange/comment-page-1/#comment-507</link>
		<dc:creator>brandonwatson</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.manyniches.com/?p=279#comment-507</guid>
		<description>Mike -&lt;br&gt;&lt;br&gt;While StackOverflow is a community based on programming questions, what I am proposing is a community based on all the business end questions entrepreneurs and small businesses have.&lt;br&gt;&lt;br&gt;As for the top objections to .NET, you will have to wait for the report out coming soon. :)</description>
		<content:encoded><![CDATA[<p>Mike -</p>
<p>While StackOverflow is a community based on programming questions, what I am proposing is a community based on all the business end questions entrepreneurs and small businesses have.</p>
<p>As for the top objections to .NET, you will have to wait for the report out coming soon. <img src='http://www.manyniches.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Leach</title>
		<link>http://www.manyniches.com/entrepreneurs/i-want-my-stackexchange/comment-page-1/#comment-506</link>
		<dc:creator>Mike Leach</dc:creator>
		<pubDate>Mon, 21 Sep 2009 17:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.manyniches.com/?p=279#comment-506</guid>
		<description>I rely on StackExchange for several .NET/JQuery related questions today. Are you proposing something different? &lt;br&gt;&lt;br&gt;What were the top objections to using .NET in start-ups today?</description>
		<content:encoded><![CDATA[<p>I rely on StackExchange for several .NET/JQuery related questions today. Are you proposing something different? </p>
<p>What were the top objections to using .NET in start-ups today?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

