<?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: IT-eye programming contest</title>
	<atom:link href="http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/</link>
	<description>Where Business meets IT</description>
	<lastBuildDate>Wed, 10 Mar 2010 11:20:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Barry Ortlip</title>
		<link>http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/comment-page-1/#comment-3158</link>
		<dc:creator>Barry Ortlip</dc:creator>
		<pubDate>Fri, 16 Jun 2006 20:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/#comment-3158</guid>
		<description>&gt; However, as you speak to more senior .Net developers, you will see them relying very heavily on code- generated data access layers or O/RM tools depending on the preference of the given developer. 

I spent 2 months building an ORM in c# because my bosses let me.  (Someone with more experience in ORMs than I had would have said &quot;that doesn&#039;t make sense, we can buy one much better for much cheaper&quot;.  And they would&#039;ve been right. )  

I&#039;ve never used java&#039;s ORM - I happened to start down the DOS and gwbasic, quickbasic, vb, c# route and am still there, so I use c#.  I&#039;m sure I&#039;d love java and its surrounding tools were I to switch.

BTW - just my opinion, but I hate Datasets.  Or, to be more specific, I hate the way I see some people use them.  If I see a Dataset being passed from the data layer to the UI layer and back, I kind of shutter, and then I try to figure out who to shot over it.  Datasets should only be used by one object to construct an instance of another object.  And even that usage is unnecessary and in bad taste, IMHO.  :)</description>
		<content:encoded><![CDATA[<p>&gt; However, as you speak to more senior .Net developers, you will see them relying very heavily on code- generated data access layers or O/RM tools depending on the preference of the given developer. </p>
<p>I spent 2 months building an ORM in c# because my bosses let me.  (Someone with more experience in ORMs than I had would have said &#8220;that doesn&#8217;t make sense, we can buy one much better for much cheaper&#8221;.  And they would&#8217;ve been right. )  </p>
<p>I&#8217;ve never used java&#8217;s ORM &#8211; I happened to start down the DOS and gwbasic, quickbasic, vb, c# route and am still there, so I use c#.  I&#8217;m sure I&#8217;d love java and its surrounding tools were I to switch.</p>
<p>BTW &#8211; just my opinion, but I hate Datasets.  Or, to be more specific, I hate the way I see some people use them.  If I see a Dataset being passed from the data layer to the UI layer and back, I kind of shutter, and then I try to figure out who to shot over it.  Datasets should only be used by one object to construct an instance of another object.  And even that usage is unnecessary and in bad taste, IMHO.  <img src='http://www.it-eye.nl/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Brinkman</title>
		<link>http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/comment-page-1/#comment-3139</link>
		<dc:creator>Joe Brinkman</dc:creator>
		<pubDate>Fri, 16 Jun 2006 03:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/#comment-3139</guid>
		<description>There are lots of great O/RM tools available to the .Net community: just none from Microsoft.  Since most new developers only know the Microsoft tools and have seen the Microsoft demos, they assume that is the way to develop apps.  However, as you speak to more senior .Net developers, you will see them relying very heavily on code-generated data access layers or O/RM tools depending on the preference of the given developer.</description>
		<content:encoded><![CDATA[<p>There are lots of great O/RM tools available to the .Net community: just none from Microsoft.  Since most new developers only know the Microsoft tools and have seen the Microsoft demos, they assume that is the way to develop apps.  However, as you speak to more senior .Net developers, you will see them relying very heavily on code-generated data access layers or O/RM tools depending on the preference of the given developer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aino Andriessen</title>
		<link>http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/comment-page-1/#comment-3133</link>
		<dc:creator>Aino Andriessen</dc:creator>
		<pubDate>Thu, 15 Jun 2006 20:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/#comment-3133</guid>
		<description>As far as I know, many .NET developers use the DataSet. The DataSet object represents a cache of data, with database-like structures such as tables, columns, relationships, and constraints and it is always disconnected from the datasource. It is certainly not an ORM tool.
So you&#039;d still have to write your own sql statements to populate it and does not provide any database paging functionality like ADF-BC does.</description>
		<content:encoded><![CDATA[<p>As far as I know, many .NET developers use the DataSet. The DataSet object represents a cache of data, with database-like structures such as tables, columns, relationships, and constraints and it is always disconnected from the datasource. It is certainly not an ORM tool.<br />
So you&#8217;d still have to write your own sql statements to populate it and does not provide any database paging functionality like ADF-BC does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric mcDonald</title>
		<link>http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/comment-page-1/#comment-3131</link>
		<dc:creator>Eric mcDonald</dc:creator>
		<pubDate>Thu, 15 Jun 2006 11:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/#comment-3131</guid>
		<description>I&#039;d really like to see both sets of code, partciularly the .Net example as it&#039;s an issue we are grappling with at present. Any chance of getting hold of it? Links, etc?

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;d really like to see both sets of code, partciularly the .Net example as it&#8217;s an issue we are grappling with at present. Any chance of getting hold of it? Links, etc?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrej Koelewijn</title>
		<link>http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/comment-page-1/#comment-3098</link>
		<dc:creator>Andrej Koelewijn</dc:creator>
		<pubDate>Wed, 14 Jun 2006 15:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/#comment-3098</guid>
		<description>I gues the .net students didn&#039;t use an orm framework because they are taught .net using the default tools in visual studio.  I&#039;m not familiar enough with visual studio, but i assume that by default visual studio doesn&#039;t come with an orm framework.</description>
		<content:encoded><![CDATA[<p>I gues the .net students didn&#8217;t use an orm framework because they are taught .net using the default tools in visual studio.  I&#8217;m not familiar enough with visual studio, but i assume that by default visual studio doesn&#8217;t come with an orm framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bakker</title>
		<link>http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/comment-page-1/#comment-3079</link>
		<dc:creator>Paul Bakker</dc:creator>
		<pubDate>Wed, 14 Jun 2006 06:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/06/13/it-eye-programming-contest/#comment-3079</guid>
		<description>That&#039;s a nice result :-) I wonder why the .NET people didn&#039;t use a ORM framework, of course there are some availible for .NET too. Also I wonder how much experience the students have with .NET. Anyway it seems that  the learningcurve for being productive with Java/Jdev/ADF is lower than I expected.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a nice result <img src='http://www.it-eye.nl/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I wonder why the .NET people didn&#8217;t use a ORM framework, of course there are some availible for .NET too. Also I wonder how much experience the students have with .NET. Anyway it seems that  the learningcurve for being productive with Java/Jdev/ADF is lower than I expected.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
